A quick-start project that helps you insert a chart in the Syncfusion React Spreadsheet component. In this project, a chart has been inserted in a specific cell position by using the chart property. This project also contains code to insert a chart by using the insertChart method. To enable or disable this feature, use the allowChart property in the Spreadsheet component. You can change the height and width of the chart by resizing it and move it to another position by dragging and dropping it.
Documentation: https://ej2.syncfusion.com/react/documentation/spreadsheet/illustrations/#chart
Online examples: https://ej2.syncfusion.com/react/demos/#/bootstrap5/spreadsheet/chart
Make sure that you have the latest versions of NodeJS and Visual Studio Code in your machine before starting to work on this project.
To run this application, you need to clone the how-to-insert-a-chart-in-the-react-spreadsheet-component
repository and then open it in Visual Studio Code. Now, simply install all the necessary react packages into your current project using the npm install
command and run your project using the npm start
command.