1

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?

TPS
  • 353
  • 2
  • 15

4 Answers4

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 or is possible; the latter is shown in the demo.

Community
  • 1
  • 1
trashgod
  • 203,806
  • 29
  • 246
  • 1,045
0

As for alternatives, have you seen Raphaël?

Federico Lebrón
  • 1,772
  • 1
  • 11
  • 10
0

How about Flot? Haven't used it myself, but have heard good things.

Garett
  • 16,632
  • 5
  • 55
  • 63