☻ Oh noes, not another one!
Oh yes! Simple, tiny & cute.js is yet another charting library for JavaScript! Sure, there's already a gazillion of these but with all the horrible news going on, I've really felt that what the world needs right now is another charting library.
☻ What's with the name?
- Simple — STC knows only how to draw simple charts, it has no fancy features like drawing negative values or managing labels on the axes (that's all for you to sort it out!)
- Tiny — It's only 4 KB of compressed JavaScript code (8 KB of uncompressed code). You can even easily remove features you don't need in order to squeeze the file size even more.
- Cute — Just look at the site. Can't you feel it?
☻ One more thing
STC was actually built for use with qmlcanvas, a superb piece of code which provides a HTML5 canvas-like API for QML applications. Don't you just love standards?
☻ License
STC is published under the MMIT license. Any violations of the licence will be taken seriously and reported to local authorities. The license file can be found in the Github repository.