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.
Source:stackexchange.com