Highcharts - URL's for series data to open clickable link

时光怂恿深爱的人放手 提交于 2019-12-25 07:28:22

问题


I need a solution to add unique URL's to my series.

This former question, unfortunately does not work anymore.

 series: [{
            name: 'batch',
            visible: false,
             marker: {
                enabled: false,
                states: {
                    hover: {
                        enabled: true
                    }
                },
              symbol: 'square'
            },          
            data:[56.5,50.1,49.4,50.8,51.8,50.4,51.1,50],
            color: 'darkred',
            }, {

Something like this?

series:[{data: [ [123.12,'http://goole.com'],[332.32,'http://zzs.com'] ] }]

来源:https://stackoverflow.com/questions/37988348/highcharts-urls-for-series-data-to-open-clickable-link

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!