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.
高图表和 javascript 的新手,想知道如何在每次点击事件时打开该图表的新模式窗口?
看看图表上的点击事件。
chart: { events: { click: function(event) { alert ('x: '+ event.xAxis[0].value +', y: '+ event.yAxis[0].value); } } },
http://jsfiddle.net/vqCMA/
http://api.highcharts.com/highcharts#chart.events.click