Bubble Size in Bubble Chart Showing squares instead of bubbles due to last value

0
Hello Everyone,   I have implemented the bubble chart in my project. But due to large amount of cost estimation it shows me the large boxes instead of bubbles. I have attached the image below. I need the bubbles that I put the image below for reference. Does anyone know that how can I show the bubbles in bubble chart even if we have large values? When I set it to Auto it shows very small bubbles. Thank you!
asked
1 answers
0

Hi Asad,

you can try to change the sizemode in the advanced tab

 

[
  {
    "marker": {
      "sizemode": "area"
    }
  }
]

 

answered