nicolaskruchten / pivottable

Open-source Javascript Pivot Table (aka Pivot Grid, Pivot Chart, Cross-Tab) implementation with drag'n'drop.
https://pivottable.js.org/
MIT License
4.36k stars 1.08k forks source link

Trendlines with scatterplots. #801

Open dave-killough opened 7 years ago

dave-killough commented 7 years ago

I'm using the google chart scatterplot, which is really helpful. How can I include a trend line through pivottable?

nicolaskruchten commented 7 years ago

You can pass options through to Google Charts via rendererOptions but I'm not sure if they have an API for trendlines...

dave-killough commented 7 years ago

success! gchart has a nice trendlines option. Thank you for your quick response!

nicolaskruchten commented 7 years ago

Cool, glad it turned out to be easy :)

hkbeer commented 7 years ago

hello Dave Would you mind posting the code to use google chart ? I am using table on html as data source. Thanks