mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[Lens] Mosaic - make vertical axis dimension required (#168833)
## Summary Fixes https://github.com/elastic/kibana/issues/165004
This commit is contained in:
parent
b6f62f6822
commit
50cb94fd5c
1 changed files with 1 additions and 0 deletions
|
@ -284,6 +284,7 @@ export const getPieVisualization = ({
|
|||
case PieChartTypes.MOSAIC:
|
||||
return {
|
||||
...primaryGroupConfigBaseProps,
|
||||
requiredMinDimensionCount: 1,
|
||||
groupLabel: i18n.translate('xpack.lens.pie.verticalAxisLabel', {
|
||||
defaultMessage: 'Vertical axis',
|
||||
}),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue