是否可以使用Highcharts创建气泡极坐标图表?

时间:2013-04-17 21:05:19

标签: charts highcharts

我试图用Highcharts创建一个气泡极坐标图表,这可能吗?文档对此并不清楚,到目前为止我的尝试还没有成功。

它会是这样的:

Example of a bubble polar chart

1 个答案:

答案 0 :(得分:2)

你有什么尝试?这只是系列气泡的极坐标图,请参阅:http://jsfiddle.net/ZYKQG/

    series: [{
        type: 'bubble',
        name: 'bubble',
        data: [[100,2,3.3],[45,5,3.2],[225,5,3.1]],
        pointPlacement: 'between'
    }]