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

fix(sunburst): rendering for full sections #2457

Merged
merged 3 commits into from
Jun 4, 2024

Conversation

nickofthyme
Copy link
Collaborator

@nickofthyme nickofthyme commented Jun 4, 2024

Summary

Fixes issues where a full/single section of a sunburst was treated as many due to loss in precision.

Details

See #2456 for full details of the issue.

Issues

fixes #2456

Checklist

  • The proper chart type label has been added (e.g. :xy, :partition)
  • The proper feature labels have been added (e.g. :interactions, :axis)
  • All related issues have been linked (i.e. closes #123, fixes #123)
  • Unit tests have been added or updated to match the most common scenarios
  • The proper documentation and/or storybook story has been added or updated
  • The code has been checked for cross-browser compatibility (Chrome, Firefox, Safari, Edge)

@nickofthyme nickofthyme added :partition Partition/PieChart/Donut/Sunburst/Treemap chart related :rendering Rendering related issues labels Jun 4, 2024
@nickofthyme
Copy link
Collaborator Author

buildkite update screenshots

@nickofthyme nickofthyme merged commit 58c2721 into elastic:main Jun 4, 2024
14 checks passed
@nickofthyme nickofthyme deleted the fix-sunburst-slice-rendering branch June 4, 2024 16:49
nickofthyme pushed a commit that referenced this pull request Jun 4, 2024
# [65.2.0](v65.1.0...v65.2.0) (2024-06-04)

### Bug Fixes

* **deps:** update dependency @elastic/eui to ^94.5.2 ([#2450](#2450)) ([26b425c](26b425c))
* **deps:** update dependency @elastic/eui to ^94.6.0 ([#2454](#2454)) ([6759469](6759469))
* **deps:** update dependency @playwright/test to ^1.44.1 ([#2451](#2451)) ([158b4c2](158b4c2))
* **deps:** update dependency json-schema-to-typescript to v14.0.5 ([#2452](#2452)) ([7947e17](7947e17))
* **metric:** chart not rendered when the trend is empty ([#2447](#2447)) ([6042cc8](6042cc8))
* **sunburst:** rendering for full sections ([#2457](#2457)) ([58c2721](58c2721))

### Features

* **legend:** improve tooltip wording ([#2439](#2439)) ([27c04f4](27c04f4))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:partition Partition/PieChart/Donut/Sunburst/Treemap chart related :rendering Rendering related issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Sunburst] Single value sometimes shows and 2 slices
1 participant