Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/javascript/434.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Javascript 海图带日期的气泡图?_Javascript_Angularjs_Charts_Highcharts_Highcharts Ng - Fatal编程技术网

Javascript 海图带日期的气泡图?

Javascript 海图带日期的气泡图?,javascript,angularjs,charts,highcharts,highcharts-ng,Javascript,Angularjs,Charts,Highcharts,Highcharts Ng,是否有人看过或整理过一张类似下图的图表?气泡不会重叠: 您应该为-x轴和y轴使用类别轴类型 Highcharts.chart('container', { chart: { type: 'bubble' }, xAxis: { categories: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], opposite: true, min: 0, max: rows }, yAxis: { categories: ['Feb 19', 'F

是否有人看过或整理过一张类似下图的图表?气泡不会重叠:


您应该为-x轴和y轴使用类别轴类型

Highcharts.chart('container', {
chart: {
    type: 'bubble'
},

xAxis: {
  categories: ['S', 'M', 'T', 'W', 'T', 'F', 'S'],
  opposite: true,
  min: 0,
  max: rows
},

yAxis: {
  categories: ['Feb 19', 'Feb 26', 'Mar 5', 'Mar 12'],
  min: 0,
  max: cols
},

示例:

您应该为-x和y轴使用类别轴类型

Highcharts.chart('container', {
chart: {
    type: 'bubble'
},

xAxis: {
  categories: ['S', 'M', 'T', 'W', 'T', 'F', 'S'],
  opposite: true,
  min: 0,
  max: rows
},

yAxis: {
  categories: ['Feb 19', 'Feb 26', 'Mar 5', 'Mar 12'],
  min: 0,
  max: cols
},

示例:

无法观看图像。你能嵌入这篇文章吗?不能看图片。你能嵌入这篇文章吗?