CodeYellowBV / chartist-plugin-legend

Legend plugin for Chartist.js.
https://codeyellowbv.github.io/chartist-plugin-legend/
Other
116 stars 62 forks source link

Remove jQuery as a dependency. #2

Closed jadaradix closed 8 years ago

jadaradix commented 8 years ago

The HTML5 classList API as well as map, forEach and querySelector/querySelectorAll can replicate the jQuery functionality with better performance. I've tested this and you can see that at http://jadaradix.com/chart-test

SpaceK33z commented 8 years ago

Nice work! Tested it on one of our apps and it works correctly :). Thank you!