Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to increase bubble size in bubble chart in apex chart . #586

Open
supriya-somavnshi opened this issue Mar 23, 2024 · 0 comments
Open

Comments

@supriya-somavnshi
Copy link

Hi ,

I am using apexcharts 3.48.0 and react apexcharts 1.4.1 version .
I am drawing a bubble chart but the largest bubble size is very small. I am trying to increase bubble size by the following code

plotOptions: {

    bubble: {
      zScaling: true,
      minBubbleRadius: 5,
      maxBubbleRadius: 8000,

   }

but big bubble size are not increase after certain size .

code on codesandbox :
https://codesandbox.io/p/sandbox/trusting-babycat-nyxl56?file=%2Fsrc%2Fcomponents%2FApexBubbleMapExample.tsx%3A4%2C1

Thanks
Supriya Singh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant