Tinychart – simple, ready-to-go charts
tinychart.co
Tinychart – simple, ready-to-go charts
1–10 of 32 posts
Re: Tinychart – simple, ready-to-go charts
#21. Import data from csv, excel etc, from file or textarea.
2. The chart should be resizable.
3. Color schemes would be nice to have.
Re: Tinychart – simple, ready-to-go charts
#3Re: Tinychart – simple, ready-to-go charts
#4Pre-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 you're a web developer you can start at chapter 6 and stop as soon as you know enough to do your thing.
Re: Tinychart – simple, ready-to-go charts
#5Github repository of the project https://github.com/vdel26/tinychart (From comments of http://www.producthunt.com/posts/tinychart)
Re: Tinychart – simple, ready-to-go charts
#6Re: Tinychart – simple, ready-to-go charts
#7Re: Tinychart – simple, ready-to-go charts
#81. It took me a moment to find where the save option is located. I guess that some less motivated people won't dig that deep. You could make it more visible as it's the most important part.
2. While entering the data I automaticaly actred like in Excel - I typed the number and pressed the enter, assuming that it will move me to the row below. You could use the power of user's habit :)
Re: Tinychart – simple, ready-to-go charts
#9I 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.