Hi, webdatarocks team!
Is it possible to create pivot charts in React?
If yes, can you guys point to any example?
Thanks,
Garvit
Hello, Garvitk,
Thank you for your question.
Please, find out an example of integrating FusionCharts into React project by following the link below:
https://codepen.io/webdatarocks/pen/vYYREVM
Please note, that presented JavaScript has to be preprocessed with Babel
. You can simply adjust it using the following block of code:
<script type="text/babel" src="yourfilename.js"></script>
We hope it helps.
Feel free to contact us in case of additional questions.
Kind regards,
WebDataRocks team
Thanks a lot.
Really helpful.