qsv viz — chart gallery

Every chart type produced by qsv viz, from the sample datasets in examples/viz/. Generated with the viz feature; each chart is fully interactive.

smart dashboardAuto-profiled overview: correlation heatmap + box plots + frequency bars.
barRevenue by region (aggregated sum).
lineClosing price over time.
scatterUnits sold vs revenue.
scatter (bubble)Units vs revenue; marker size = shipping cost, color = profit margin %.
histogramDistribution of unit price.
boxSpread of revenue (Tukey whiskers; points beyond the fences shown as outliers).
box (grouped)Revenue spread per region — real Tukey whiskers + individual outlier points.
pie (donut)Revenue share by product category.
heatmap (correlation)Pearson correlation matrix over numeric columns.
scatter (correlated pair)The most strongly correlated numeric pair (discount_pct vs profit_margin_pct, r=-0.99). viz smart auto-adds this as a drill-down beside the correlation heatmap.
heatmap (pivot)Region x category grid of revenue.
candlestickOHLC price action.
ohlcOpen-high-low-close bars.
sankeyWeb session funnel (duplicate edges aggregated).
radarMulti-axis brand comparison (per-axis mean per series).
smart dashboard (time-series)Auto dashboard for stock_prices: a time-series trend panel (the first numeric column over the date) leads, alongside box-plot summaries of the OHLC columns.