Charts Overview
It is possible to create different types of charts in a Jedox worksheet. Here is a quick overview of the types of charts you can build. You can also install the Chart Samples Model from Jedox Marketplace for further information on what each chart represents, and how you can implement that chart.
Area Chart
Using the Products and Regions dimensions, this chart displays total units sold for two products in selected countries.
Doughnut Chart
Using the Measures and Regions dimensions, this chart displays the distribution of units sold in selected countries.
Line Chart
Using turnover, this chart displays the contrast between the current year’s result with the previous year’s.
Note: for performance reasons, Highcharts does not sort the data in line charts. Instead, it requires that the implementer pre-sorts them in ascending X order.
Pie Chart
Using the Measures and Regions dimensions, this chart displays the distribution of units sold in selected countries.
Polar Chart
Using the Regions and Measures dimension, this chart displays the number of units and the cost of sales.
Radar Chart
Using the Regions and Measures dimension, this chart displays the number of units and the cost of sales.
Stock Chart
This chart displays the changes in the inventory on a given day with the opened, highest, lowest, and closed values.
Note: for performance reasons, Highcharts does not sort the data in stock charts. Instead, it requires that the implementer pre-sorts them in ascending X order.