Chart
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:
- It supports configurable data values for graphs.
- It provides a reference line to all types of line and bar charts.
- It highlights the data elements of all line and bar charts.
- It provides color range to all types of Gauges.
- It enables custom tool-tip-text and custom label on each data element.
- It provides the ability to implement the following context actions:
- Chart Click
- Mouse Over
- It provides the flexibility to change chart types, and chart view as a tabular grid.
- It provides the ability to export as PDF and Excel along with X Series and Y Series data. It also enables you to send the application data in any of the mentioned formats to a specific mail ID.
- It supports the Inter-Chart communication service.
- It provides the ability to change the Multi-Series chart as Single Series Pie Chart.
- It provides the Dynamic Y-Axis data elements for charts.
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.