Library with lighter script to create line charts

Asked

Viewed 107 times

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.

  • @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?

  • You can do your own :) With just what you need.

  • A likely candidate to solve this problem is anychart https://www.anychart.com/pt/

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.