This application demonstrates the usage of the Syncfusion React Chart component in Next.js.
To know how to configure the Syncfusion React Chart component in Next.js, refer to the documentation.
- To clone the sample repository locally, open the command prompt in the desired location and execute the following command.
git clone https://github.com/SyncfusionExamples/ej2-nextjs-chart.git
- Navigate to the project directory:
cd ej2-nextjs-chartInstall the required node modules by running the following command:
npm installTo run the application, use the following command:
npm run dev