-
Notifications
You must be signed in to change notification settings - Fork 8.5k
Update dependency @elastic/charts to v63 (main) #175316
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
Merged
Merged
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
cdccbf1
Update dependency @elastic/charts to v63
renovate[bot] c9ddea4
comment out all showLegendExtra breaking usages
markov00 2dc6e08
Merge branch 'main' into renovate/main-@elasticcharts
markov00 0abcf94
Merge branch 'main' into renovate/main-@elasticcharts
markov00 130660f
Merge branch 'main' into renovate/main-@elasticcharts
markov00 39b8b8f
disable showLegendExtra in a couple of more places
markov00 963391c
setting false instead of removing the prop
markov00 bcbfb00
Merge branch 'main' into renovate/main-@elasticcharts
stratoula 8e84c98
Update request for Watcher chart
ElenaStoeva def2ab1
Merge branch 'main' into renovate/main-@elasticcharts
markov00 e6a4e1e
checked APM charts and they work as expected
markov00 0ed8314
No issue with infra chart_selection
markov00 2325734
Correctly pass data to security solution charts
markov00 b279d40
checked alerts histogram and data is passed correctly
markov00 8d1a73d
checked matrix histogram and data is passed with empty buckets
markov00 ab444fb
add empty as null on time series
markov00 e260429
Merge branch 'main' into renovate/main-@elasticcharts
markov00 dfede06
update snapshots
markov00 f16ebdd
Merge branch 'main' into renovate/main-@elasticcharts
markov00 91b0298
Merge branch 'main' into renovate/main-@elasticcharts
markov00 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
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
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
4 changes: 4 additions & 0 deletions
4
...ts/visualization_actions/lens_attributes/common/__snapshots__/external_alert.test.ts.snap
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
8 changes: 8 additions & 0 deletions
8
...ization_actions/lens_attributes/common/alerts/__snapshots__/alerts_histogram.test.ts.snap
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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
4 changes: 4 additions & 0 deletions
4
.../visualization_actions/lens_attributes/network/__snapshots__/dns_top_domains.test.ts.snap
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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
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
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
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.
if I'm not wrong the query for this chart is built in
buildLogOverviewAggregationsfromx-pack/plugins/infra/public/utils/logs_overview_fetchers.tsand this doesn't contain themin_doc_count:0and theextended_bounds. Turning this off for now, but can be turned as soon as the query builder is fixed