-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Canvas] XY. Step 1. Remove all specific logic, related to aggType. (#…
…111876) * Removed logic, related to BUCKET_TYPES. * removed aggType connected code. * Added `id` to `xy_dimension` to avoid direct comparison with aggId * Removed all checks of seriesParams at chart. * removed aggId and aggType from chart * removed all aggId/aggTypes from tests/mocks. * moved `get_agg_id.ts` util to the vislib * clarified the code, related to isSimpleField logic. * added a comment. * Fixed error at percentile agg. * Fixed render_all_series failure of tests. * Added tests for new behavior. * changed the way of handling `enableHistogramMode`. * updated snapshots. * Fixed shard_delay test. * removed all todos from xy. * removed latest todos. * Changed the type of tickFormatter. Co-authored-by: Kibana Machine <[email protected]>
- Loading branch information
1 parent
aa1372f
commit a35b18a
Showing
29 changed files
with
255 additions
and
213 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
src/plugins/vis_types/vislib/public/__snapshots__/to_ast.test.ts.snap
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
src/plugins/vis_types/vislib/public/__snapshots__/to_ast_pie.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 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
File renamed without changes.
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
3 changes: 3 additions & 0 deletions
3
src/plugins/vis_types/xy/public/__snapshots__/to_ast.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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,4 +7,3 @@ | |
*/ | ||
|
||
export { getConfig } from './get_config'; | ||
export { getAggId } from './get_agg_id'; |
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.