How to add variable-pie chart to react project?
问题 This is my code.How to render highcharts in react page. Included highcharts.js & variable-pie.js files. Is this code right ?? Once we load the chart, we didn't get any error. And we are only using two highchart library only. without using any other highchart react packages. Is this code is enough to display or render highcharts for reactjs? componentDidMount() { const options = this.highchartsOptions(); this.chart = Highcharts.chart('pie-chart-profile', options); } highchartsOptions() { const