http://tinychart.co/dist/browser-bundle-d447cd2a4a298091b268... I don't really know how this can be considered "tiny" at all. Dependencies on react, brace and another charting library ( http://www.chartjs.org/ ) seems a little much.
Tinychart – simple, ready-to-go charts
11–20 of 32 posts
Re: Tinychart – simple, ready-to-go charts
#12I'm looking for something like this, but with a more permissive license: http://www.highcharts.com/demo/spline-irregular-time
Re: Tinychart – simple, ready-to-go charts
#13Re: Tinychart – simple, ready-to-go charts
#14Does anyone know of a (free) JS graph library that allows for data at irregular intervals? I'm looking for something like this, but with a more permissive license: http://www.highcharts.com/demo/spline-irregular-time
Re: Tinychart – simple, ready-to-go charts
#15If you're in the market for "simple" solutions like this, do yourself a favor and spend one afternoon with d3.js. Pre-packaged chart solutions will never achieve 100% of what you're trying to do because the options for customization of charts are endless. Learning the basics of d3.js will liberate and empower you. This is a fantastic place to start: http://chimera.labs.oreilly.com/books/1230000000345/index.ht... If y…
Re: Tinychart – simple, ready-to-go charts
#16Does anyone know of a (free) JS graph library that allows for data at irregular intervals? I'm looking for something like this, but with a more permissive license: http://www.highcharts.com/demo/spline-irregular-time
Re: Tinychart – simple, ready-to-go charts
#17Re: Tinychart – simple, ready-to-go charts
#18looks nice! I noticed some issues on retina screen using safari. Initial render is fine, but it breaks when you update some numbers
Re: Tinychart – simple, ready-to-go charts
#19The only part I struggled with was while building the table editor. I'm using contentEditable there and apparently React doesn't play well with it. The virtual DOM gets out of sync after user input and you have to manage it manually.
I really enjoyed making this and I'm happy to hear any feedback about ways to improve it! :)
Re: Tinychart – simple, ready-to-go charts
#20Two days ago: https://news.ycombinator.com/item?id=9031894 => http://tinychart.co/
Three days ago: https://news.ycombinator.com/item?id=9027084 => http://tinychart.co/
Is the duplicate detector broken?