I am looking for cheap/free alternatives to ChartJS and Highcharts
I need to compare two objects, with their expenses sumed up(while still being presented)
Both mentioned API's can do that, but they are quite expensive.
I am looking for cheap/free alternatives to ChartJS and Highcharts
I need to compare two objects, with their expenses sumed up(while still being presented)
Both mentioned API's can do that, but they are quite expensive.
Have you tried flot? We've been using it in production for some time now and have been very happy with it.
I recommend d3.js. It's free, powerful and widely-used. Here are some examples of d3.js rendering of stacked/grouped graphs:
Andy