good evening people.i am trying to use the cdn way (script link) and show a Pie chart but i cant i dont use "require" commands neither "import" thanks a lot i tryed that : https://stackoverflow.com/questions/40716800/using-library-without-require-when-using-cdn but i got that error: `TypeError: (new Chart(...))[chartType] is not a function` My code: var PieChart = window['react-chartjs'].Pie; and at render() i got : ``` <PieChart> data={mydata} </PieChart> ```
good evening people.i am trying to use the cdn way (script link) and show a Pie chart but i cant
i dont use "require" commands neither "import"
thanks a lot
i tryed that :
https://stackoverflow.com/questions/40716800/using-library-without-require-when-using-cdn
but i got that error:
TypeError: (new Chart(...))[chartType] is not a functionMy code:
var PieChart = window['react-chartjs'].Pie;
and at render() i got :