JavaScript Sunburst Chart
Line Chart
Basic multi-series line chart that shows the changes the different product sales changes over time.
Multi-Series 3D Column Chart with Z Distribution
A chart of four series demonstrating sales of 3 top cosmetic products in four states. The third dimension axis (Z-Axis) is used for distributing the columns that stand for different series.
Sankey Diagram
A Sankey diagram visualizes flows (of any kind) and their quantities in proportion to one another. It represents nodes connected with one another by lines or arrows (the bigger the quantity, the wider the line). Sankey Diagrams are widely used in science, especially in physics.
Stacked Column Chart
Stacked Column Charts display the comparison of the quantitative value each part of the category brings to the whole category. Each of the stack components shows its relative contribution to the entire bar and the entity as a whole.
Stacked Column Polar Chart
Sunburst Chart
A Sunburst chart visualizes hierarchical data structures. It represents a root node surrounded by rings of deeper hierarchy moving outward from the center. The angle of each segment depends on the value of its parent node or on its own value.