Line Chart
The Line Chart block displays data as an XY scatter or line chart. It supports single or multiple series and is built on the amCharts library.
Add a Line Chart Block
Add a new block to a page and select Line Chart from the block type list.
Configuration (Simple Mode)
- X Axis Label - Title text for the X axis.
- X Axis Data field - The column to use for X axis values.
- Date Base Interval Unit - Time unit for grouping date values (millisecond, second, minute, hour, day, week, month, year).
- Interval Count - Number of units per interval.
- Y Axis Label - Title text for the Y axis.
- Y Axis Data field - The column to use for Y axis values.
- Series Type - Single series or multiple series.
- Series Data field (multiple series only) - The column used to split data into separate lines.
Advanced Mode
Switch to advanced mode to edit the full amCharts JSON configuration directly in the code editor.
Query
The Line Chart uses a data source query to supply the chart data. Learn more about block queries.