Time-Series Charts
Single Time-Series

Multiple Time-Series

Configuration
You can configure the appearance of a column by adding an _SD_FORMATTER at the end of the column name.
For example if a column was call itemPrice, you could name it itemPrice_SD_CIRCLE to show the chart without a line and instead showing circle markers. Additionally you could add a column named: itemPrice_SD_SIZE to set the size of the circle/symbol.
Area | Example | Options | Description |
---|---|---|---|
Shape | _SD_CIRCLE | CIRCLE, RECT, ROUNDRECT, TRIANGLE, DIAMOND, PIN, ARROW, NONE | The shape to use for displaying points in the chart. |
Shape Size | _SD_SIZE | Number 1-99 | The size of the shape to use for displaying points in the chart. You MUST have set an SD_SHAPE first. |