Forum: Weblog comments

Finding an Openly Licensed JS Graph...

AuthorEntry

KaiRo

Webmaster

quote
Finding an Openly Licensed JS Graph Library

This thread was created to hold comments to a weblog entry.

Show related weblog entry

Last edited by KaiRo at 2014-05-01 01:11

2014-04-21 17:38

Gervase Markham

quote
Flotcharts?
http://www.flotcharts.org/

Gerv
2014-05-01 13:12

KaiRo

Webmaster

quote
Gerv, as I mentioned right before starting into the list, it's coupled to jQuery and therefore violates my goals.
2014-05-01 13:51

Pete

quote
Why lightweight?
Is your app so time and memory critical that you have to save each byte and ms of CPU time? I mean, consider all these frameworks out there as a black box. When they do what you want, fine. Don't care about the rest.

I would agree when it comes to integral parts of an app, like jQuery. The problem there is, once you use it, you can't simply replace it. But a chart library only has a few API calls.
2014-05-01 20:54

KaiRo

Webmaster

quote
I want to understand as much of the code I write, and I do not want 95% of the pageload be loading libraries. I'm not doing any app there (all my apps have 0 libraries), this is just a page that consists of one big graph.
2014-05-02 13:07

philipp

quote

KaiRo

Webmaster

quote

Unfortunately, that seems to require D3 and therefore pulls in all that other stuff I don't want.
2014-12-14 16:00

Reply