Amcharts
Below is an example configuration of a panel using the Amcharts module:
The view_params are:
model: the model this table is based on
decimal_rounding controls the precision of numerical data display.
group_by and order_by determine how the data is organized.
amcharts_categoryX and amcharts_valueY map data fields to chart axes.
aggregations specify how to summarize the data (e.g., counting records).
Last updated