Chartjs-Chart.js render two charts on one page.

0👍

You dont have to do Chart.defaults.global twice. You should not name two variables the same like you did const CHART and const Chart. Here is your code. http://codepen.io/anon/pen/QKoOJK which seem to work fine after few changes.

Leave a comment