图表:气泡不会超出规模

问题描述

Here is the code I have added to plot the bubble chart

{
  chart: {
    type: 'bubble',plotBorderWidth: 1,zoomType: 'xy',},title: {
    text: 'Highcharts bubbles with radial gradient fill',xAxis: {
    gridLineWidth: 1,min: 0,yAxis: {
    min: 0,max: 100,plotOptions: {
    series: {
      maxSize: 20,cursor: 'pointer',stickyTracking: false,bubble: {
      dataLabels: {
        enabled: true,format: '{point.y:,.0f}%',inside: false,align: 'center',x: 0,y: -8,style: {
          textOutline: 0,fontWeight: '400',color: 'black',marker: {
        lineWidth: 0,series: [
    {
      data: [
        [42,38,500],[6,18,1],[0,93,505],[57,2,90],[80,76,22],[11,74,96],[88,56,10],[30,47,49],62,98],[4,16,16],[46,10,11],[22,187,89],191,82],[45,15,],}

由于定义了y轴范围,您可能会发现2个数据点未显示。我还需要这些点在边界级别(在100)处在图形中呈现。是否有任何特殊属性可以设置此(或)设置,即使highcharts具有此类默认功能也是如此。请帮助我。

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)