Esri, please create a pie chart renderer for the JavaScript API similar to what is available in ArcObjects for the desktop, where you can create pie charts for points whose size and slices correspond to attributes for each point.
Has anyone found a good workaround in the meantime?
This might get you there. the esri javascript sdk support D3.js
Hi Marc,
Check out the Dojo charting library here:
dojox.charting — The Dojo Toolkit - Reference Guide
Tim Witt's Census Application is a good example of how to use this library in an ArcGIS JavaScript app:
Hope that helps!
Ryan
For those keeping score, this was implemented in 4.24, a mere 6 years after this post.