Skip to content

Latest commit

 

History

History
56 lines (41 loc) · 2.89 KB

File metadata and controls

56 lines (41 loc) · 2.89 KB

This folder contains implementation of React application with example of Overview feature using Category Chart component.

View Docs View Code Run Sample Run Sample

Branches

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.

Instructions

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

Learn More

To learn more about Ignite UI for React components, check out the React documentation.