Chartjs-Multiple Charts in one page with Laravel & Chartjs

0👍

Sorry for late reply. The fix was it was conflicting id naming with other div in the blade file. So I had to rename the second chart canvas id to different name. The code above works perfectly though, as explained and tested by FiddlingAway in the comment section.

          <canvas id="sponsorship-charts" width="350"></canvas>

Leave a comment