IgniteUI / igniteui-angular-wrappers

Ignite UI Angular component extensions by Infragistics
http://igniteui.github.io/igniteui-angular-wrappers
MIT License
149 stars 30 forks source link

Setting dataSource option as attributes of ig-data-chart does not work. #277

Closed norikois closed 6 years ago

norikois commented 6 years ago

Description

Setting dataSource option as attributes of ig-data-chart does not work.

Steps to reproduce

  1. Unzip the attached sample.
  2. npm install
  3. npm start
  4. Open http://localhost:4200/

Result

The columns are not displayed.

Expected result

The columns should be displayed.

Attachments

my-app1.zip