-
-
Notifications
You must be signed in to change notification settings - Fork 34
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
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"}}]}}