You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a vertical bar chart split on 3 terms, lets call them Y, X, Z. I want to always display the bars in that order, but Kibana determines the order based on the count. How can I control the order so it is always Y, X, Z?
The text was updated successfully, but these errors were encountered:
`v89.0.0`⏩`v89.1.0`
This upgrade also contains an EuiDataGrid refactor
(elastic/eui#7255) not listed in the changelog
(as no end-user functionality or props changed as a result of the
refactor). The unlisted changes should only affect DOM and `className`
usages in Kibana (primarily CSS overrides and test selectors).
---
## [`89.1.0`](https://github.com/elastic/eui/tree/v89.1.0)
- Added `tokenVectorSparse` token and updated `tokenDenseVector` token
(now named `tokenVectorDense`).
([#7282](elastic/eui#7282))
**CSS-in-JS conversions**
- Reduced default CSS prefixes generated by Emotion to only browsers
supported by EUI (latest evergreen browsers). This can be customized by
passing your own Emotion cache to `EuiProvider`.
([#7272](elastic/eui#7272))
I have a vertical bar chart split on 3 terms, lets call them Y, X, Z. I want to always display the bars in that order, but Kibana determines the order based on the count. How can I control the order so it is always Y, X, Z?
The text was updated successfully, but these errors were encountered: