Skip to content

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

Description

@igorovisk

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)?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions