Skip to content

Commit

Permalink
[Lens] Moves the mosaic/waffle charts into GA (#146261)
Browse files Browse the repository at this point in the history
## 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">
  • Loading branch information
stratoula authored Nov 30, 2022
1 parent 61a2df6 commit dd0a9dd
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,6 @@ export const PartitionChartsMeta: Record<PieChartType, PartitionChartMeta> = {
}),
groupLabel,
maxBuckets: 2,
isExperimental: true,
toolbarPopover: {
categoryOptions: [],
numberOptions,
Expand All @@ -209,7 +208,6 @@ export const PartitionChartsMeta: Record<PieChartType, PartitionChartMeta> = {
}),
groupLabel,
maxBuckets: 1,
isExperimental: true,
toolbarPopover: {
isDisabled: true,
categoryOptions: [],
Expand Down

0 comments on commit dd0a9dd

Please sign in to comment.