Show HN: JavaScript Graphing Library Comparison
61–70 of 117 posts
Re: Show HN: JavaScript Graphing Library Comparison
#62Re: Show HN: JavaScript Graphing Library Comparison
#63I think http://nvd3.org/ should be added. It is the only free/OSS that was able to do the complex combined graphs I needed for a recent project.
I wish they would open source the rest of the charts. When I worked there we had some amazing visualizations that weren't included in the open source portion.
1 - https://github.com/nvd3-community/nvd3 2 - https://github.com/novus/nvd3/releases/tag/v1.7.1 3 - https://github.com/novus/nvd3/issues/1033
Re: Show HN: JavaScript Graphing Library Comparison
#64Re: Show HN: JavaScript Graphing Library Comparison
#65Re: Show HN: JavaScript Graphing Library Comparison
#66as someone that soon enough hopes to need evaluating graphing libraries for a side project (implement the types of charts cachegrind [and similar] provide) this post came at a great time.
Re: Show HN: JavaScript Graphing Library Comparison
#67Re: Show HN: JavaScript Graphing Library Comparison
#68I've been looking for a chart library to display timeseries graphs and integrate well with react. The best one I found so far is react-d3. Unfortunately, it's still somewhat awkward.
I am using that for a dashboard and fixing the problems as they come.
I'll push a new version soon that incorporates some of the issues mentioned on github and animations.
Anyway good luck with your project!
Re: Show HN: JavaScript Graphing Library Comparison
#69Re: Show HN: JavaScript Graphing Library Comparison
#70I 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 !
HighCharts is great, but it is prohibitively expensive for a startup to use in their product.