Skip to content

Latest commit

 

History

History
56 lines (41 loc) · 2.87 KB

File metadata and controls

56 lines (41 loc) · 2.87 KB

This folder contains implementation of Web Components application with example of Stacked Line Chart feature using Data 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/data-chart/stacked-line-chart

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.