We are looking for a client side (something like Jquery) to draw on graphs .Something like freestockcharts.com does it with Silverlight . We tried High Charts but ability to draw on the charts like lines,arch,circle is not available Any help?
Asked
Active
Viewed 594 times
4 Answers
3
Highchart provides API to draw on the chart's canvas via Renderer class. Documentation is available here http://www.highcharts.com/ref/#renderer.

bjornd
- 22,397
- 4
- 57
- 73
1
JFreeChart
supports a rich variety of annotations (for example) and titles (for example). Deployment via applet or java-web-start is possible; the latter is shown in the demo.