0
I have a small problem creating Chart line charts. The files cannot be external and must be local. I need to use the lightest possible library. I’ve used graphael-min.js and Chart.js and they’re too heavy for what I need. That is, the script has many lines of code. The chart I want is as simple as possible. Does anyone know which one I can use?
I use D3.js a lot, but it’s also "heavy". I adapted the Flot Charts for Mootools some time ago (link), the original version is with jQuery.
– Sergio
@Very nice Sergio, but the external files contain many lines of code, like moo.flot.js which makes this file heavier. Can’t adapt with fewer lines?
– akm
You can do your own :) With just what you need.
– Sergio
A likely candidate to solve this problem is anychart https://www.anychart.com/pt/
– Edu Garcia