Skip to content

Advanced chart options

Rello edited this page Apr 2, 2020 · 11 revisions

Analytics is using a predefined set of chart options to work with most use cases and devices. If specific options are required, the chart can be manipulated on per-report level.

Advanced chart options can be entered in the report definition below the chart type

Screenshot 2020-04-01 at 23 19 47

The format needs to match the chartjs api. e.g.: https://www.chartjs.org/docs/latest/axes/cartesian/time.html

The example value for the issue mentioned above - fixing the scale to day would be: {"scales": {"xAxes": [{"time": {"unit" : "day"}}]}}

Clone this wiki locally