[ML] Add multilayer time axis style to Data visualizer doc count chart#117398
[ML] Add multilayer time axis style to Data visualizer doc count chart#117398qn895 merged 3 commits intoelastic:mainfrom
Conversation
|
Pinging @elastic/ml-ui (:ml) |
| services: { data, uiSettings, fieldFormats }, | ||
| } = useDataVisualizerKibana(); | ||
|
|
||
| const xAxisFormatter = fieldFormats.deserialize({ id: 'date' }); |
There was a problem hiding this comment.
The tooltip uses the format configured under dateFormat in Advanced settings, so the current behavior is probably ok. Not sure if / how the top time line of the multiline axis would use that setting?
peteharverson
left a comment
There was a problem hiding this comment.
Tested latest edits and LGTM
💚 Build Succeeded
Metrics [docs]Async chunks
Page load bundle
History
To update your PR or re-run it, just comment with: cc @qn895 |
💔 Backport failedThe backport operation could not be completed due to the following error: The backport PRs will be merged automatically after passing CI. To backport manually run: |
|
Friendly reminder: Looks like this PR hasn’t been backported yet. |

Summary
This PR adds elastic-charts's new multilayer time axis style to Data visualizer doc count chart and improves the level of details the tooltip provides.