Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
棒グラフの値のすぐ上に tooptip div を含めたい
例: バーの値が 90,80 付近の場合、[値ボックス] は現在のバー チャートの値のすぐ上にあるはずです。
バーの開始トップでマウスを取得することは可能ですか?
トラフを閲覧しただけで、
x = plot1.axes.xaxis.u2p(data[0]), // convert x axis unita to pixels y = plot1.axes.yaxis.u2p(data[1]); // convert y axis units to pixels