Reputation: 59
is there a way to add some markers, like points or vertical lines with text labels to a visiblox chart?
Cheers, Lutz
Upvotes: 5
Views: 1227
Reputation: 70142
The premium version of Visiblox supports the concept of annotations; elements which are anchored to values on your X and/or Y axes. The Visiblox API supports the following annotations out-of-the-box:
Annotations can be placed on the chart programmatically, and thereafter can be moved by the user via 'grippers'.
For a good idea of what is easily possible, see the following demo application:
http://www.visiblox.com/examples/Hindsight
Upvotes: 5