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.
http://jsfiddle.net/39UXK/4/
この例では、尊重されたボタンにカーソルを合わせたときに、円グラフのツールチップを表示したいと考えています。
誰でもここで私を助けてもらえますか?
問題のポイントを見つけて選択し、ツールチップを更新する必要があります。
// find the point var point = chart.series[0].points[i]; // select the point point.select(); // refresh the tooltip chart.tooltip.refresh(point);