Show HN: JavaScript Graphing Library Comparison
51–60 of 117 posts
Re: Show HN: JavaScript Graphing Library Comparison
#52I find it wildly perplexing that there are so many frameworks and libraries for javascript graphics and data visualization. Wikipedia has a comparison matrix of 37 different libraries. http://en.wikipedia.org/wiki/Comparison_of_JavaScript_charti... Here is a list describing briefly at least 50 libraries: http://techslides.com/50-javascript-charting-and-graphics-li...
Re: Show HN: JavaScript Graphing Library Comparison
#53You might want to rephrase it to "Graph drawing" because there is the graph data structure and I thought that this link was about graphs. It might be just me but I can imagine people getting confused by the title.
Re: Show HN: JavaScript Graphing Library Comparison
#54I always rely on Highcharts, probably the biggest library presented here. Fit all the case (except map maybe) and flexible enough to let you change everything if you or your designer want something very specific !
Re: Show HN: JavaScript Graphing Library Comparison
#55I find it wildly perplexing that there are so many frameworks and libraries for javascript graphics and data visualization. Wikipedia has a comparison matrix of 37 different libraries. http://en.wikipedia.org/wiki/Comparison_of_JavaScript_charti... Here is a list describing briefly at least 50 libraries: http://techslides.com/50-javascript-charting-and-graphics-li...
Re: Show HN: JavaScript Graphing Library Comparison
#56Re: Show HN: JavaScript Graphing Library Comparison
#57Re: Show HN: JavaScript Graphing Library Comparison
#58I find it wildly perplexing that there are so many frameworks and libraries for javascript graphics and data visualization. Wikipedia has a comparison matrix of 37 different libraries. http://en.wikipedia.org/wiki/Comparison_of_JavaScript_charti... Here is a list describing briefly at least 50 libraries: http://techslides.com/50-javascript-charting-and-graphics-li...
Yeah, it is ridiculous. We need to develop one universal graphic and data visualization library that covers everyone's use cases.
Re: Show HN: JavaScript Graphing Library Comparison
#59Interestingly enough, I had a problem with ChartJS that no one seemed to be able to remedy. It was quite bizarre and at first seemed to be a cross browser issue, but after further investigation it seemed to just be some type of strange cross-machine issue. See it here http://stackoverflow.com/questions/30063762/side-effects-fro... Given that, I had to do some hacky stuff upon every refresh. Instead of using destroy()…
Re: Show HN: JavaScript Graphing Library Comparison
#6031 libraries, zero for "Large Data Set". That tells you everything you need to know about Javascript/browser graphics for data science. A. The DOM cannot handle as many nodes as are needed for large datasets and/or B. even with Canvas/webgl etc the browser platform itself chokes on dataset sizes much bigger than 1/2 gig (ie, "small" data). So Javascript is fantastic for explanatory graphics, but forget about explorat…
Happy to chat more if relevant. You can see a bit at graphistry.com .