3

I need to add a tooltip label in the each bar of the bar chart indicating what is name in x-axis. I try using highlighter but what is showing is the index numbers. Can anyone help me on how to do that?

Thanks in advance. ^_^

Ianthe
  • 5,559
  • 21
  • 57
  • 74

1 Answers1

0

Have you adjusted the tooltipAxes option?

Mark
  • 106,305
  • 20
  • 172
  • 230
  • Yes, but it only shows the numbers instead of the string label – Ianthe Nov 24 '11 at 02:52
  • You need to provide some sample code, it works in the example I just put together here: http://jsfiddle.net/larsenmtl/jAHYc/4/ – Mark Nov 24 '11 at 15:13
  • Mark, thanks, but I could not see the result of your code in that link. – Ianthe Nov 25 '11 at 02:52
  • Yes, Sorry, jqPlot does not allow hotlinking. You'll need to cache the js resources in your browser before it'll work. – Mark Nov 25 '11 at 03:25