feat: treemap / sunburst / pie / donut charts#493
Merged
monfera merged 99 commits intoelastic:masterfrom Jan 21, 2020
Merged
Conversation
Codecov Report
@@ Coverage Diff @@
## master #493 +/- ##
==========================================
+ Coverage 75.15% 75.36% +0.21%
==========================================
Files 192 192
Lines 5744 5769 +25
Branches 1062 1114 +52
==========================================
+ Hits 4317 4348 +31
+ Misses 1411 1405 -6
Partials 16 16
Continue to review full report at Codecov.
|
markov00
approved these changes
Jan 20, 2020
Collaborator
markov00
left a comment
There was a problem hiding this comment.
Code wise looks good to me.
I've added few comments on coding conventions that should be addressed and some one more important related to missing exported types.
We have to add snapshot tests. I can do that in a different PR
11 tasks
Contributor
Author
|
Some failed CI runs due to cancelled runs and not checking in |
markov00
pushed a commit
that referenced
this pull request
Jan 21, 2020
# [16.2.0](v16.1.0...v16.2.0) (2020-01-21) ### Features * implement treemap, sunburst, pie and donut charts ([#493](#493)) ([e4de627](e4de627))
Collaborator
|
🎉 This PR is included in version 16.2.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
AMoo-Miki
pushed a commit
to AMoo-Miki/OpenSearch-Dashboards
that referenced
this pull request
Feb 10, 2022
# [16.2.0](elastic/elastic-charts@v16.1.0...v16.2.0) (2020-01-21) ### Features * implement treemap, sunburst, pie and donut charts ([opensearch-project#493](elastic/elastic-charts#493)) ([41a1133](elastic/elastic-charts@41a1133))
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
1st round of hierarchical, partitioning visualizations. Fixes #84 including #381 (comment)
Other related issues: #381 #464 #492
Treemap:
Sunburst:

Donut:

Mid-transition from possible future tweening:

Features we can lift:
GROUP BY ROLLUP)Checklist
Use
strikethroughsto remove checklist items you don't feel are applicable to this PR.src/index.ts(and stories only import from../srcexcept for test data & storybook)