Bar Chart

Screenshot

Description

The Chart.js Bar Chart macro can show several data sets, each of them as either bars or lines.

Adding the Macro

  1. Edit your page.

  2. Select “+” => Other macros

  3. Type in “Chart.js” in the Search box

  4. Select the “Chart.js Bar Chart” macro

  5. Enter and select the options of the macro

  6. Click Insert

  7. Put your data table in the macro body

  8. Save the page

Macro Options

Data Table

The macro requires a table with your data in the macro body. It needs to follow a certain format. Here is an example used for the above screenshot:

Header Row

The table must have a header row. The first three cells are ignored. The rest are used to label each bar of the chart.

Rows and Columns

Each row describes a data series. The name of it, the chart type of it, the color of it and its values.

Last updated