Walter M. Rafelsberger
Walter M. Rafelsberger
## Summary Part of #136265. Fixes stale props that would cause a broken brush update when the overall time range selection changes. Before: After: ### Checklist - [ ] [Unit...
## Summary The `AreaSeries` for the latency correlations charts expect the provided timestamp keys for each series to be the same, otherwise there might be errors in how the chart...
Looks like since we switched away from using aggregations under the hood for querying results we missed handling categories correctly when a category field contains an array instead of a...
Version: `7.16.0` The chart seems to render correctly but there is an error logged to console when using categories during creation in Visualize:
Sample data: ``` time,event 2021-02-17 00:00:00Z,lorem ipsum dummy text 2021-11-03 00:00:00Z,another dummy text 2022-03-29 00:00:00Z,and yet another one ```  The items are not spread out equally to make use...
See for reference: - [Functional Tests for Plugins outside the Kibana repository](https://www.elastic.co/guide/en/kibana/master/external-plugin-functional-tests.html) - [Functional Testing](https://www.elastic.co/guide/en/kibana/current/development-functional-tests.html)
`autoResize` only listens on overall browser window changes but not when the wrapping element changes its size. https://github.com/walterra/kibana-milestones-vis/issues/32
At the moment, categories can be used to split the data into multiple timelines. The label distribution on each timeline can be set to bottom/top/both. It would be nice to...
Issue with the top/bottom example `examples/lotr-top-bottom.html` 
## Summary Fixes error seen in #139781: ``` fail: transform creation_index_pattern batch transform with terms+date_histogram groups and avg agg navigates through the wizard and sets all needed fields -- |...