The only way we have currently to smoothen the data is to aggregate it,
using the data.group function. See documentation at
https://developers.google.com/chart/interactive/docs/reference#google_visualization_data_group
You would specify a key with a custom modifier function that changes values
wi
I've been working on a project with google charts for a while now. I have
lots and lots of data points and i want to smooth it out.
I'm generally looking for this:
https://developers.google.com/chart/image/docs/gallery/line_charts#data-granularity
but
with the current version of google charts.