Chart
Chart component - Abyssale REST API
This element is on invitation only (alpha). Contact us if you would like to have access.
3 types of chart are currently supported:
Line Chart
Available properties:
Property | Description |
---|---|
| Array of numbers. Data series of the chart. No labelling, only numeric values. At least 2 numbers are required. |
The given data series will automatically be fitted to the chart area drawn in the template.
Examples:
| |
|
Horizontal Bar Chart
Available properties:
Property | Description |
---|---|
| Array of dict. Data series of the chart. Each item of the array must contain the following keys:
At least 1 item in the array is required. |
Examples:
| |
|
Donut
Available properties:
Property | Description |
---|---|
| Array of dict. Data series of the chart. Each item of the array must contain the following keys:
At least 1 item in the array is required. |
Examples:
| |
|
Last updated