Skip to content

Commit 220a2de

Browse files
[docs] Make preview messaging consistent in charts (#17744)
1 parent a9c4a7f commit 220a2de

File tree

5 files changed

+13
-5
lines changed

5 files changed

+13
-5
lines changed

docs/data/charts/funnel/funnel.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ components: FunnelChart, FunnelPlot
88

99
<p class="description">Funnel charts allow to express quantity evolution along a process, such as audience engagement, population education levels or yields of multiple processes.</p>
1010

11+
:::info
12+
This feature is in preview. It is ready for production use, but its API, visuals and behavior may change in future minor or patch releases.
13+
:::
14+
1115
## Basics
1216

1317
Funnel charts series must contain a `data` property containing an array of objects.

docs/data/charts/radar/radar.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ components: RadarChart, RadarGrid, RadarSeriesArea, RadarSeriesMarks, RadarSerie
88

99
<p class="description">Radar allows to compare multivariate data in a 2D chart.</p>
1010

11+
:::info
12+
This feature is in preview. It is ready for production use, but its API, visuals and behavior may change in future minor or patch releases.
13+
:::
14+
1115
## Basics
1216

1317
Radar charts series should contain a `data` property containing an array of values.

docs/data/charts/toolbar/toolbar.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ components: Toolbar, ToolbarButton, ChartsToolbarPro
88

99
<p class="description">Charts can display a toolbar for easier access to certain functionality.</p>
1010

11-
:::warning
12-
This feature is unstable and its API, visuals and/or behavior may change in future minor or patch releases.
11+
:::info
12+
This feature is in preview. It is ready for production use, but its API, visuals and behavior may change in future minor or patch releases.
1313
:::
1414

1515
Charts provide a toolbar that can be enabled to give users quick access to certain features.

docs/data/charts/zoom-and-pan/zoom-and-pan.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ See how the secondary axis adapts to the visible part of the primary axis in the
5454

5555
## Zoom slider 🧪
5656

57-
:::warning
58-
This feature is unstable and its API, visuals and/or behavior may change in future minor or patch releases.
57+
:::info
58+
This feature is in preview. It is ready for production use, but its API, visuals and behavior may change in future minor or patch releases.
5959
:::
6060

6161
You can provide an overview and allow the manipulation of the zoomed area by setting the `zoom.slider.enabled` property on the axis config.

docs/data/pages.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@ const pages: MuiPage[] = [
546546
title: 'Export',
547547
plan: 'pro',
548548
},
549-
{ pathname: '/x/react-charts/toolbar', title: 'Toolbar 🧪' },
549+
{ pathname: '/x/react-charts/toolbar', title: 'Toolbar', unstable: true },
550550
],
551551
},
552552
{

0 commit comments

Comments
 (0)