VChart

VChart

Official
visactor

Creates interactive charts and visualizations from data using the VChart library. Supports 15+ chart types with output as specifications, images, or HTML.

48374 views5Local (stdio)

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

Data analysts creating interactive dashboardsDevelopers building visualization featuresCreating charts for reports and presentations
15+ chart types supportedMultiple output formatsInteractive visualizations

Tools (10)

generate_cartesian_chart

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_polar_chart

Generate a polar chart (rose, radar, pie) to display numerical differences among different categories using radius and angle in polar coordinates.

generate_hierarchical_chart

Generate a chart for hierarchical visualization of multi-level categorical data proportions, include sunburst, treemap, circle_packing.

generate_progress_chart

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_wordcloud_venn

Generate a word cloud to visualize word frequency or importance, or a Venn diagram to show relationships such as intersections and unions between sets.

Alternatives