[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:
Stratoula Kalafateli 2022-11-30 16:14:56 +02:00 committed by GitHub
parent 61a2df65c8
commit dd0a9dd070
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: [],