Skip to content

Latest commit

 

History

History

This folder contains implementation of Web Components 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

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

Learn More

To learn more about Ignite UI for Web Components, check out the Web Components documentation.