1
我使用Highstock與GWT
包裝,有一個選項,我可以設置爲比較數據系列。GWT Highchart從<a href="http://sourceforge.net/projects/gwt-highcharts/" rel="nofollow">org.moxieapps.gwt.highcharts</a></p> <p>在highchart的官方API比較系列
plotOptions: {
series: {
compare: 'percent'
}
},
一旦設置,我可以通過可變{point.change}
訪問工具欄提示的百分比變化我想知道如何獲得通過ToolTipFormatter
變量{point.change}
的訪問。 (可能在ToolTipData
的對象?)
非常感謝!
你能重現jsfiddle.net你的榜樣? –