react-pivottable
react-pivottable copied to clipboard
Is there any support for google charts?
Having a look at the documentation: https://github.com/nicolaskruchten/pivottable#how-do-i-load-the-code we see that pivotTable supports the google charts D3 and C3 ..
However using the react-pivottable, I couldn't find any way to use the 3 listed above including what i actually need ie. google charts
How can i achieve this using this plugin in a reactJs project??
Can someone please help?
Google Charts are indeed not supported in react-pivottable at the moment and we have no plans to add support in the near future. That said, you should be able to build a Google Charts renderer using the Plotly one as a starting point :)