Chart support with react?

Resolved

Hi, webdatarocks team!
Is it possible to create pivot charts in React?
If yes, can you guys point to any example?
Thanks,
Garvit

2 answers

WebDataRocks Team WebDataRocks November 5, 2019

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

garvitk November 7, 2019

Thanks a lot. 
Really helpful.