Introduction

What Does it Do?

This extension makes it possible to develop templates in XML to display charts using the Charts.js library.

Markers can be introduced in templates. Data can also be changed through XML either manually or using query managers.

The following charts type are available :

  • Bar charts

  • Bubble charts

  • Doughnut charts

  • Line charts

  • Pie charts

  • Polar area charts

  • Radar charts

  • Stacked bar charts

  • Horizontal bar charts

  • Scatter Line Charts

  • Charts can also be combined, e.g. a bar chart with a line chart

Tip

SAV Charts is provided with several basic templates and more advanced templates which simplify the implementation of charts with several sets of data.

The following screenshots are obtained with the provided basic templates.

Screenshots

Bar Chart

../_images/barChart.png

Bubble Chart

../_images/bubbleChart.png

Doughnut Chart

../_images/doughnutChart.png

Horizontal Bar Chart

../_images/horizontalBarChart.png

Horizontal Stacked Bar Chart

../_images/horizontalStackedBarChart.png

Line Chart

../_images/lineChart.png

Pie Chart

../_images/pieChart.png

Polar Area Chart

../_images/polarAreaChart.png

Radar Chart

../_images/radarChart.png

Scatter Chart

../_images/scatterChart.png

Stacked Bar Chart

../_images/stackedBarChart.png

Combination Chart

../_images/comboChart.png