Home Forums Chart Support unable to implement dougnut chart in react app

unable to implement dougnut chart in react app

Viewing 2 posts - 1 through 2 (of 2 total)
  • #38031

    please help me to implement the https://canvasjs.com/react-charts/doughnut-chart/
    in react app

    #38040

    @johndate,

    The issue might be due to breaking changes in webpack. You need to import CanvasJSReact to your app using import CanvasJSReact from './canvasjs.react.js' or var CanvasJSReact = require('./canvasjs.react.js').default;. Please take a look at this StackBlitz project for an example on doughnut chart in react.

    Doughnut Chart in React

    —-
    Manoj Mohan
    Team CanvasJS

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.