RE: Which data visualization do you find most underrated?

One data visualization I think is consistently underrated is the Sankey diagram.

While bar charts and line charts are great for showing quantities and trends over time, Sankey diagrams excel at showing how things move from one stage to another. They make it easy to see where users, money, resources, or processes flow—and more importantly, where they are lost.

Why it deserves more attention:

  • Reveals bottlenecks and drop-off points instantly.
  • Shows the entire journey rather than isolated metrics.
  • Makes complex transitions easy to understand for both technical and non-technical audiences.

What it solves better than traditional charts:
A bar chart can tell you that 10,000 users visited your website and 500 made a purchase. A Sankey diagram can show exactly how those users moved through each step of the funnel, where they dropped off, and which paths led to conversion. It answers the “how did we get here?” question much better than traditional charts.

Real-world use case:
In an e-commerce project, a Sankey diagram was used to analyze customer journeys from landing pages to checkout. The team discovered that a significant percentage of users abandoned their carts after viewing shipping costs. This insight led to changes in the checkout experience and improved conversion rates. The issue wasn’t obvious in dashboard KPIs but became immediately visible in the flow visualization.

Tools I use:

  • Power BI (custom Sankey visual)
  • Tableau
  • Plotly
  • D3.js for highly customized interactive visualizations
  • Apache ECharts for web-based dashboards

That said, if I had to pick a close second, it would be network graphs. They’re incredibly powerful for uncovering relationships, communities, influencers, fraud patterns, and dependencies that would be nearly impossible to spot in tables or standard charts.

The best visualization is often the one that matches the question you’re trying to answer—not the most popular chart type.

Be the first to post a comment.

Add a comment