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

Is it possible to pack my bubbles in groups by type? #40

Open
igorovisk opened this issue Jan 16, 2023 · 0 comments
Open

Is it possible to pack my bubbles in groups by type? #40

igorovisk opened this issue Jan 16, 2023 · 0 comments

Comments

@igorovisk
Copy link

Hello! I want to know if it is possible to pack my bubbles by properties:

ex:
const data = [
{type: 'food', name: "banana", value: 10 },
{type: 'food', name: "apple", value: 11 },
{type: 'food', name: "grape", value: 12 },
{type: 'beverage', name: "beer", value: 12 },
{type: 'beverage', name: "wine", value: 12 },
{type: 'beverage', name: "gin", value: 12 },
]

Is it possible to group the foods in a circle and beverage on another and keep them in the same Chart (SVG)?

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