0

This may be basic but I could not find an example or API to make the data point in a jqplot graph selectable. Highlighter seems to know when the mouse hovers a data point but does not make it selectable.

ygron
  • 1
  • 1

2 Answers2

1

You should use the plugin draggable.

rapadura
  • 5,242
  • 7
  • 39
  • 57
0

This post should cover what you are after, looks like you need to create some event handlers: How to associate an event with only one object? jqplot

Community
  • 1
  • 1
SausageFingers
  • 1,796
  • 5
  • 31
  • 52