いくつかの棒グラフをプロットするためにjqueryプラグインjqplotを使用しています。ホバー時に、バーの目盛りとその値をツールチップに表示したいと思います。私はもう試した
highlighter: { show: true,
showTooltip: true, // show a tooltip with data point values.
tooltipLocation: 'nw', // location of tooltip: n, ne, e, se, s, sw, w, nw.
tooltipAxes: 'both', // which axis values to display in the tooltip, x, y or both.
lineWidthAdjust: 2.5 // pixels to add to the size line stroking the data point marker
}
しかし、それは機能しません。バーは視覚的に明るくなり、上部に小さな点があります(理想的には消えます-おそらく折れ線グラフレンダラーのものから)が、どこにもツールチップはありません。誰かが私がこれを行う方法を知っていますか?たくさんのバーがあるので、そこだけに表示すると、x軸が乱雑になり、混乱します。