Chartjs-How do I use Chart.js and Bootstrap at same time? (various jQuery versions)

2👍

Chart.js does not require jQuery. While you can actually pass a jQuery object (and this can be from jQuery v1 or v2) in place of ctx while initializing the chart, you can just as easily pass in the DOM element or the 2D context.

Leave a comment