
VChart
OfficialCreates interactive charts and visualizations from data using the VChart library. Supports 15+ chart types with output as specifications, images, or HTML.
What it does
- Generate line, bar, and area charts
- Create polar charts like pie, radar, and rose charts
- Build hierarchical visualizations like treemaps and sunburst charts
- Generate scatter plots and heatmaps
- Create Sankey diagrams for flow visualization
- Export charts as images or HTML
Best for
Tools (10)
Generates Cartesian charts: line (trends over time), area (cumulative totals), bar (category comparison), waterfall (incremental changes), ranking bar (ordered categories), and funnel (visualizes stages in a process or conversion rates).
Generate a polar chart (rose, radar, pie) to display numerical differences among different categories using radius and angle in polar coordinates.
Generate a chart for hierarchical visualization of multi-level categorical data proportions, include sunburst, treemap, circle_packing.
Generates a progress chart for visualizing quantitative values normalized between 0 and 1. Ideal for representing progress, completion rates, or proportional metrics. The gauge chart and liquid chart currently only supports displaying data for a single dimension.
Generate a word cloud to visualize word frequency or importance, or a Venn diagram to show relationships such as intersections and unions between sets.