The Charts are interactive with live data that conquers the required data visualization. The Canvas Technology provides the ability to design simple and fully configurable charts using JavaScript.
The features of Chart are as follows:
...
The different types of Charts are listed in the following table:
# | Components | Description |
---|---|---|
1 | The Line |
Chart displays data as a series of lines. | ||
2 | The Pie |
Chart displays the data as a circle divided into sectors, illustrating numerical proportion. | ||
3 | Doughnut Chart | The Doughnut Chart is a variant of the pie chart with a blank space at the center to show useful information about the data being plotted. |
4 | The Bar |
Chart displays the data with rectangular bars with lengths proportional to the values that they represent. |
5 | The Pyramid |
Chart displays the data in a pyramid-like structure. |
6 | The Funnel |
Chart displays values as progressively decreasing proportions. |
7 | The Dual Axis Chart is mix of different graphic elements so that the chart displays the collection of different data |
. | ||
8 | Area Chart | The Area Chart is similar to Line Chart, but the difference is Area Chart fills the area between the line and the threshold. |
9 | Combo Chart | The Combo Chart is combination chart similar to multi-series charts that enable you to plot multiple datasets on the same chart. |
10 | The Gauges are single value indicators charts that are used to display the Key Performance Indicators (KPIs). |
For more information, refer App Designer - Analytical Charts.