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

feat(sunburst): Added some options to adjust Sunburst chart view: innerRadius, outerRadius, donut, showNulls #30987

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Nov 19, 2024

  1. Added some options to set sunburst view

    Bartłomiej Wąs committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    fb04998 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2024

  1. adhusted defaults & typo fix

    Bartłomiej Wąs committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    3d26d6f View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

  1. Fix bug with cross-filter with >2 sunburst rings.

    Fixed bug when only 1st and top level of sunburst can emit cross-filter (when >2 levels). Selecting other ended with error.
    Bartłomiej Wąs committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    3a25f94 View commit details
    Browse the repository at this point in the history