What to use to create bar, line and pie charts with javascript compatible with all major browsers?

Posted by marcgg on Stack Overflow See other posts from Stack Overflow or by marcgg
Published on 2009-12-03T09:10:00Z Indexed on 2010/05/20 8:30 UTC
Read the original article Hit count: 251

I used to work with flot but it doesn't support pie charts so I'm forced to change.

I just saw JS Charts, but their documentation is very obscure regarding cross browser compatibility (I need it to be IE6+ compliant :). Also this will be for commercial use, so I'd rather have something that I can use free of charge

jQuery Google chart looks really nice and is well integrated with rails (the framework I'm using) but I'm not sure how good it is.

So what do you guys use? What would you recommend keeping in mind that:

  • It will be for commercial use (I can deal with a license, but I'd rather avoid that)

  • It needs to be javascript (no svg, no flash please)

  • It needs to be compatible with IE6+, FF, Chrome, Opera and Safari

  • It needs to be pretty ^^

  • If it uses jQuery it's even better

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about jQuery