kibana/packages/kbn-coloring
Marco Vettorello c828ff49db
[Lens] Fixes color mappings special tockens i18n (#168152)
## Summary

fix https://github.com/elastic/kibana/issues/168151

To test:
- create a cartesian charts with breakdowns that contains both the
`Other` group and an `(empty)` value
- apply a manual color mapping that use both these terms by select them
from the combo-box, not by typing them.
- Then change the Kibana language to a different one other than English
and see if the color mapping applies correctly.

---------

Co-authored-by: Stratoula Kalafateli <efstratia.kalafateli@elastic.co>
2023-10-06 12:21:41 +03:00
..
.storybook [Step 1] Move CustomizablePalette from Lens into @kbn/coloring package (#129291) 2022-04-07 14:49:36 +05:00
src [Lens] Fixes color mappings special tockens i18n (#168152) 2023-10-06 12:21:41 +03:00
index.ts [Lens] Visualization UI package refactoring (#156185) 2023-05-04 14:12:10 +02:00
jest.config.js [Step 1] Move CustomizablePalette from Lens into @kbn/coloring package (#129291) 2022-04-07 14:49:36 +05:00
kibana.jsonc Transpile packages on demand, validate all TS projects (#146212) 2022-12-22 19:00:29 -06:00
package.json [Lens][Event annotations] Move logic into packages (#161500) 2023-07-19 09:46:57 -05:00
README.md [Step 1] Move CustomizablePalette from Lens into @kbn/coloring package (#129291) 2022-04-07 14:49:36 +05:00
tsconfig.json [Lens] Color mapping for categorical dimensions (#162389) 2023-09-28 14:14:58 +02:00

@kbn/coloring

This package contains the types, utility methods, and components needed to make Color Palette work.