See the Dashboard in Action
Open the sample Sugar Export Market Intelligence dashboard and walk through everything it does — five pages, global filters, live Excel import, and a CSV export — all inside one HTML file with no install and no server.
What we look at, in order
- Executive Overview — export value, volume MT, weighted USD/MT, market count, filtered row count, plus the monthly value trend, top destinations, top reporters, and product mix.
- Products — composition by value and by volume, then the top markets and reporters for whichever product you select.
- Markets — top destination markets, which reporters supply the market you pick, its product mix, and the annual trend.
- Trade Routes — a Sankey diagram of reporter → destination flows, with link width by export value.
- Data Explorer — the underlying rows with search and pagination, so any number on any chart can be traced back to source.
The three things worth noticing
- Global filters — reporter, destination market, product, and year apply across every page at once. Change one, and all five pages recalculate.
- Import Excel — click it, pick refined_sugar_data_aug.xlsx, and the whole dashboard rebuilds on the new data: filters repopulate, visuals refresh, filename and row count update. The file is the tool; the data is swappable.
- Export Filtered CSV — whatever you have filtered down to goes out as a CSV, so the dashboard feeds the next piece of work instead of being a dead end.
Why a single HTML file
- HTML, CSS, and JavaScript all live in one file that opens directly in any browser — no server, no install, no IT ticket.
- Easy to send by email or Teams, or park in a SharePoint folder where the link never changes.
- Small enough that AI can regenerate or revise the whole thing in one pass.