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.
Top 15 Technologies for Data Visualization
A two-series column polar chart showing the most popular technologies used for data visualization, according to the DVS State of the Industry surveys for 2019 and 2020. With custom labels, colors, and tooltip.
Treemap
A Treemap visualizes hierarchically organized data in the form of nested rectangles (parent branches and their child leaves). The sizes and colors of rectangles depend on the values they represent.
Treemap tooltip and point size sample
This sample has been created to showcase the way tooltip can be manipulated to fita certain width and a point size can be changed
Waterfall Chart Example 5
WD Data from JSON 02
AGST DateTime Axes 02
Animals Activity
Bar Chart
Bar chart consists of rectangular bars that represent the changes over a period of time or for comparing data values of some objects. This simple bar chart displays the revenue a company gets selling its products.
Bar Chart using CSV File
Bar Chart example visualizing data from a CSV file.