ChartJS
Using the ChartJS library v2.7.1
The content has the following attributes and possible panel type values (defined at the panel level, not the content level):
view with possible values:
api_views.ChartJSAPIPie for pie charts, with required panel type pie
api_views.ChartJSAPILine for line charts
api_views.ChartJSAPIBar for bar charts, with possible panel types bar (vertical bars) or horizontalBar (horizontal bars). The panel attribute stacked_chart can be set to False to avoid stacking the bars if the grouping has more than one field.
api_views.ChartJSAPIBarDaily for bar charts with datetime values converted into date values
api_views.ChartJSAPIRadar for radar charts with required panel type radar
Last updated