I have a datlin line chart,
x = unix timestamps
y = values between 30 and 90
For a specific timestamp, I want to add a marker with a comment to the graph, to explain why there is such a break in the graph.
Can you point me to the right class or method?
You can only place textboxes at positions relative to the image dimensions in jpgraph.
See http://jpgraph.net/download/manuals/classref/Text.html
Try callback as an alternative...
The best you can do is place labels at x,y graph coordinates as shown here:
http://artfuladvection.com/resource/img/plotT2.png
Try this: