Polar Area Chart

Screenshot

Description

The Chart.js Polar Area Chart macro can only show one data set. Each value is shown as a slice-like area from a polar view with a different color.

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 Polar Area 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.

Format

Example

Header Row

The table must have a header row. The first cell is ignored. The rest are used to label each slice of the chart.

Color Row

The table must have a second row where the macro expects to find the colors of each slice. The first cell is ignored.

Value Row

The polar area chart can only show one data set. The third row contains it. The label is in the first column and its values in the subsequent columns.

Last updated