Hans Lellelid
Hans Lellelid
I can try to test this out soon (I abandoned chartjs in favor of Highcharts, due to the clunkiness of having the iframe, among other things), but IIRC the iframe...
I'm getting a little farther with this config in `aurelia.json` ``` { "name": "chart.js", "path": "../node_modules/chart.js/dist", "main": "Chart.min" }, { "name": "aurelia-chart", "path": "../node_modules/aurelia-chart/dist/amd", "main": "index", "resources": [ "elements/chart-element.js", "elements/chart-element.html",...
@jbnv, thanks -- yeah, I'm not getting errors but chart isn't drawing. Puzzled about the issue, so I opened #27 .