You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have found a solution. In index.js within the ember-cli-chart library, rather than including/importing Chart.js, I changed it to Chart.bundle.js. Everything seems to be working now.
Hi,
I am trying to implement Line Chart with Time Scale. See http://www.chartjs.org/samples/latest/scales/time/line-point-data.html.
However, I am running into issue where chart.js library cannot find moment.js library. See following screenshot of Google Chrome's console:
Console Output
I have included moment.js library in my project using bower but still no luck.
Any suggestion/workaround to resolve this issue?
Thanks.
The text was updated successfully, but these errors were encountered: