0

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.

2 Answers2

1

Have you tried flot? We've been using it in production for some time now and have been very happy with it.

robbrit
  • 17,560
  • 4
  • 48
  • 68
0

I recommend d3.js. It's free, powerful and widely-used. Here are some examples of d3.js rendering of stacked/grouped graphs:

Andy

Andy
  • 2,709
  • 5
  • 37
  • 64