File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
components/globalhealthbar Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,10 @@ export type GlobalHealthProps = {
19
19
height ?: number ;
20
20
tooltipPosition ?: Position ;
21
21
} ;
22
-
22
+ /**
23
+ * @deprecated Use GlobalHealthBar v2 instead
24
+ * @example import { GlobalHealthBar } from '@scality/core-ui/dist/next';
25
+ */
23
26
function GlobalHealthBar ( {
24
27
id,
25
28
alerts,
Original file line number Diff line number Diff line change @@ -26,3 +26,4 @@ export { ChartLegendWrapper } from './components/chartlegend/ChartLegendWrapper'
26
26
export { ChartLegend } from './components/chartlegend/ChartLegend' ;
27
27
export { LineTimeSerieChart } from './components/linetimeseriechart/linetimeseriechart.component' ;
28
28
export { CoreUITheme } from './style/theme' ;
29
+ export { GlobalHealthBar } from './components/globalhealthbar/GlobalHealthBarRecharts.component' ;
You can’t perform that action at this time.
0 commit comments