This folder contains implementation of React application with example of Overview feature using Category Chart component.
NOTE: You should use master branch of this repository if you want to run samples on your computer. Use the vnext branch only when you want to contribute new samples to this repository.
Follow these instructions to run this example:
git clone https://github.com/IgniteUI/igniteui-react-examples.git
git checkout master
cd ./igniteui-react-examples
cd ./samples/charts/category-chart/overview
open above folder in VS Code or type:
code .
In terminal window, run:
npm install --legacy-peer-deps
npm run-script start
Then open http://localhost:4200/ in your browser
To learn more about Ignite UI for React components, check out the React documentation.