mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[Lens] Moves the mosaic/waffle charts into GA (#146261)
## Summary Removes the technical preview badge from the mosaic/waffle charts <img width="497" alt="image" src="https://user-images.githubusercontent.com/17003240/203747315-45a1e817-c1c4-4f72-9d8c-d2d564d1e721.png">
This commit is contained in:
parent
61a2df65c8
commit
dd0a9dd070
1 changed files with 0 additions and 2 deletions
|
@ -193,7 +193,6 @@ export const PartitionChartsMeta: Record<PieChartType, PartitionChartMeta> = {
|
|||
}),
|
||||
groupLabel,
|
||||
maxBuckets: 2,
|
||||
isExperimental: true,
|
||||
toolbarPopover: {
|
||||
categoryOptions: [],
|
||||
numberOptions,
|
||||
|
@ -209,7 +208,6 @@ export const PartitionChartsMeta: Record<PieChartType, PartitionChartMeta> = {
|
|||
}),
|
||||
groupLabel,
|
||||
maxBuckets: 1,
|
||||
isExperimental: true,
|
||||
toolbarPopover: {
|
||||
isDisabled: true,
|
||||
categoryOptions: [],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue