Click here to Skip to main content
15,891,423 members
Articles / Web Development

ggGraph - Quick, Lightweight JavaScript Graphing

Rate me:
Please Sign up or sign in to vote.
5.00/5 (1 vote)
23 Mar 2022MIT3 min read 6.4K   7  
This is a JavaScript / Canvas driven data graphing library. It's designed for speed, big data and simplicity.
After spending about 2 years with a few different graphing libraries trying to visualize big data quickly, I ended up rewriting someone else's library to make it fast enough. Doing that taught me a lot about what I didn't want in a graphing package. I wanted it to be simple, small, fast and easy to use. I wanted it to work well on large data sets instead of looking extra pretty on small ones.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The MIT License


Written By
Technical Lead
United States United States
Phil is a Principal Software developer focusing on weird yet practical algorithms that run the gamut of embedded and desktop (PID loops, Kalman filters, FFTs, client-server SOAP bindings, ASIC design, communication protocols, game engines, robotics).

In his personal life he is a part time mad scientist, full time dad, and studies small circle jujitsu, plays guitar and piano.

Comments and Discussions