Are there any libraries for JavaScript that can create graphic-rich pie-charts without Flash/Silverlight? Som开发者_开发技巧ething like this. Thanks.
Highcharts is another option, it has some nice interactive/dynamic features, and the appearance is customisable.
You can use the Google Charts API:
Take a look at this
Have you taken a look at JS Charts?
D3.js library can do this and a lot more https://github.com/mbostock/d3/wiki
See pie chart example
Also other examples of d3.js possibilities.
Take a look at Google Chart Tools - http://code.google.com/apis/chart/
精彩评论