Aggregate data with the charts widget

0
I was wondering is it possible to aggregate your data directly in the charts widgets. Or am i required to generate my aggregated data prior to showing it in my charts? We are currently in a migration and previously we were using the simple charts widget which had the aggregation build in for dateTimes. Edit After looking more into the aggregations examples it seems it would be possible but you would atleast need access to the serie, within the advanced configuration. Are you abel to access the seriesData from within the configuration and if so, how?
asked
1 answers
0

It seems to be possible. Check out the Plotly documentation on aggregations: https://plot.ly/javascript/aggregations/

answered