This folder contains implementation of Web Components application with example of Overview feature using Category Chart component.
![View Docs](https://github.com/IgniteUI/igniteui-blazor-examples/raw/vnext/templates/sample/images/button-docs.png)
![View Code](https://github.com/IgniteUI/igniteui-blazor-examples/raw/vnext/templates/sample/images/button-code.png)
![Run Sample](https://github.com/IgniteUI/igniteui-blazor-examples/raw/vnext/templates/sample/images/button-run.png)
![Run Sample](https://github.com/IgniteUI/igniteui-blazor-examples/raw/vnext/templates/sample/images/button-sandbox.png)
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.
To set up this project locally, execute these commands:
git clone https://github.com/IgniteUI/igniteui-wc-examples.git
git checkout master
cd ./igniteui-wc-examples
cd ./samples/charts/category-chart/overview
open above folder in VS Code or type:
code .
In terminal window, run:
npm install
npm run start
Then open http://localhost:4200/ in your browser
To learn more about Ignite UI for Web Components, check out the Web Components documentation.