Bubble chart (special Chart)

Bubble 차트를 표현합니다. highcharts-more.js 필요

Example

myChart.setOptions({
  chart:{
    type:'bubble'
  },
  series: [{
    data: [[94,74,60], [2,75,59], [20,12,4], [68,76,58], [11,54,8],[6,76,91], [64,87,56], [86,55,93], [38,30,60], [68,27,73]]
  },{
    data: [[9,81,13], [98,5,39], [51,50,23], [41,22,-36], [58,24,-30],[78, 37, -16], [55, 56, 3], [18, 45, 20], [42, 44, -22], [3, 52, 9]]
  }]
},{
  append: true,
  redraw: true
});

s

Since

version desc
7.3.0.0