如何在Highcharts中渲染图像

时间:2016-07-18 09:05:14

标签: highcharts

我想在Highchart中渲染图像并取代那个蓝色的“尖刺光盘”。 the code is here

function onLoaded(chart) { 
    chart.renderer.image('http://localhost:8888/Edtech/Final/nina.png', 
    centerX - 80, 
    centerY - 80,
    160,
    213
) .add();

0 个答案:

没有答案