grofit / aurelia-chart

A chart element for aurelia which is powered by chart js using html5 canvas.
MIT License
46 stars 25 forks source link

Dynamically loading chart after promise #30

Open mandia1204 opened 7 years ago

mandia1204 commented 7 years ago

Hello, I was trying to load the chart in the attached() using promise.then(), but it gives errors. Is there a way to do this?

I apreciate any help.

grofit commented 7 years ago

Not a clue off top of my head, do you have a simple repro of the problem in git run or something?