-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[Lens] Pie and treemap charts #55477
Merged
Merged
Changes from all commits
Commits
Show all changes
57 commits
Select commit
Hold shift + click to select a range
031685e
[Lens] Add pie and treemap visualizations
wylieconlon 0132aa0
Fix types
wylieconlon b79313e
Merge remote-tracking branch 'origin/master' into lens/pie
wylieconlon fefd257
Update to new platform
wylieconlon 9ec17c5
Support 2-layer treemap and legends, dark mode
wylieconlon f661bb9
Merge remote-tracking branch 'origin/master' into lens/pie
wylieconlon 417840a
Significant restructuring of code
wylieconlon 89f2660
Merge remote-tracking branch 'origin/master' into lens/pie
wylieconlon 309570e
Merge remote-tracking branch 'origin/master' into lens/pie
wylieconlon 86f9e1e
Upgrade to latest charts library
wylieconlon f378c6f
Merge remote-tracking branch 'origin/master' into lens/pie
wylieconlon ddab226
Commit yarn.lock
wylieconlon 5c575e0
Merge remote-tracking branch 'origin/master' into lens/pie
wylieconlon 71120cc
Merge remote-tracking branch 'origin/master' into lens/pie
wylieconlon 5563c64
chore: update elastic-charts
mbondyra 9c3529d
Merge branch 'master' into lens/pie
elasticmachine 9ee1044
fix types after merge master
mbondyra d600e96
Merge branch 'lens/pie' of github.com:wylieconlon/kibana into lens/pie
wylieconlon f165ad8
Add settings panel and merge visualizations
wylieconlon 1e6a93a
Merge remote-tracking branch 'origin/master' into lens/pie
wylieconlon b2c65db
Fix tests
wylieconlon 5fd2026
build: upgrade @elastic/charts to 19.0.0
markov00 8208c7c
refactor: onBrushEnd breaking changes
markov00 a7d7e76
fix: missing onBrushEnd argument changes
markov00 153dcd6
Merge remote-tracking branch 'origin/master' into lens/pie
wylieconlon a69a583
More updates
wylieconlon 85f0e04
Merge branch 'master' into 2020_09_04-upgrade-ech-19-0-0
markov00 f9c953d
Merge remote-tracking branch 'origin/master' into lens/pie
wylieconlon 91e609e
Fix XY rendering issue when all dates are empty
wylieconlon af8ab59
Fix bugs and tests
wylieconlon f5b5d7c
Merge remote-tracking branch 'origin/master' into lens/pie
wylieconlon f20014c
Use shared services location
wylieconlon cd540ba
Fix bug in XY chart
wylieconlon 51e8946
fix: update ech to 19.1.1
markov00 f398f81
Merge branch 'master' into 2020_09_04-upgrade-ech-19-0-0
markov00 7049d2e
fix: lens onBrushEnd breaking changes
markov00 64d983b
Change how pie/treemap settings work
wylieconlon bec63d2
Merge remote-tracking branch 'origin/master' into lens/pie
wylieconlon 7a0870a
Merge remote-tracking branch 'markov00/2020_09_04-upgrade-ech-19-0-0'…
wylieconlon 271f590
[Design] Fix up settings panel
1649c0b
[Design] Update partition chart config styles
d4ae3bd
Merge branch 'master' into 2020_09_04-upgrade-ech-19-0-0
markov00 d4b14a8
fix eslint
mbondyra 2c5c461
Merge commit '4d19323150e9f09fab8fdd5e85cd81a2e494bbf6' into lens/pie
mbondyra ffca91c
Merge branch 'master' into lens/pie
elasticmachine bc41a31
Merge branch 'lens/pie' of github.com:wylieconlon/kibana into lens/pie
wylieconlon 56edd05
Merge remote-tracking branch 'origin/master' into lens/pie
wylieconlon 0e931b4
Fix legend issues in pie and XY, add some tests
wylieconlon a3cb024
Merge branch 'master' into 2020_09_04-upgrade-ech-19-0-0
markov00 202310f
update to 19.1.2
markov00 723efaf
Merge remote-tracking branch 'markov00/2020_09_04-upgrade-ech-19-0-0'…
wylieconlon f0fea4b
Fix text color for treemap
wylieconlon 8c97d21
Fix chart switch bug
wylieconlon 2247a44
Merge remote-tracking branch 'origin/master' into lens/pie
wylieconlon acf291e
Merge remote-tracking branch 'origin/master' into lens/pie
wylieconlon 5150caa
Merge remote-tracking branch 'origin/master' into lens/pie
wylieconlon cb13465
Fix suggestions
wylieconlon File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The bug I mentioned in the main thread (last comment before this one) is caused by setting partialRows to
true
. Instead of getting data.table.tableID.rows = [] when there is not results we're getting a weird object, just like on the screenshot. I am not sure how we can smartly fix it (checking on the level of visualization?) so I'm leaving it to discussion.