@fluentui/react-charts 0.0.0-nightly-20250826-0412.1 → 0.0.0-nightly-20250826-2140.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +15 -48
- package/dist/index.d.ts +1 -15
- package/lib/components/AreaChart/AreaChart.js +1 -4
- package/lib/components/AreaChart/AreaChart.js.map +1 -1
- package/lib/components/AreaChart/useAreaChartStyles.styles.js +2 -2
- package/lib/components/AreaChart/useAreaChartStyles.styles.js.map +1 -1
- package/lib/components/AreaChart/useAreaChartStyles.styles.raw.js +15 -3
- package/lib/components/AreaChart/useAreaChartStyles.styles.raw.js.map +1 -1
- package/lib/components/CommonComponents/CartesianChart.js +24 -24
- package/lib/components/CommonComponents/CartesianChart.js.map +1 -1
- package/lib/components/CommonComponents/useCartesianChartStyles.styles.js +14 -17
- package/lib/components/CommonComponents/useCartesianChartStyles.styles.js.map +1 -1
- package/lib/components/CommonComponents/useCartesianChartStyles.styles.raw.js +33 -6
- package/lib/components/CommonComponents/useCartesianChartStyles.styles.raw.js.map +1 -1
- package/lib/components/DeclarativeChart/DeclarativeChart.js +16 -32
- package/lib/components/DeclarativeChart/DeclarativeChart.js.map +1 -1
- package/lib/components/DeclarativeChart/PlotlyColorAdapter.js +1 -1
- package/lib/components/DeclarativeChart/PlotlyColorAdapter.js.map +1 -1
- package/lib/components/DeclarativeChart/PlotlySchemaAdapter.js +199 -294
- package/lib/components/DeclarativeChart/PlotlySchemaAdapter.js.map +1 -1
- package/lib/components/DonutChart/DonutChart.js +1 -6
- package/lib/components/DonutChart/DonutChart.js.map +1 -1
- package/lib/components/DonutChart/DonutChart.types.js.map +1 -1
- package/lib/components/DonutChart/useDonutChartStyles.styles.js +4 -21
- package/lib/components/DonutChart/useDonutChartStyles.styles.js.map +1 -1
- package/lib/components/DonutChart/useDonutChartStyles.styles.raw.js +4 -8
- package/lib/components/DonutChart/useDonutChartStyles.styles.raw.js.map +1 -1
- package/lib/components/GroupedVerticalBarChart/GroupedVerticalBarChart.js +4 -23
- package/lib/components/GroupedVerticalBarChart/GroupedVerticalBarChart.js.map +1 -1
- package/lib/components/GroupedVerticalBarChart/useGroupedVerticalBarChartStyles.styles.js +17 -4
- package/lib/components/GroupedVerticalBarChart/useGroupedVerticalBarChartStyles.styles.js.map +1 -1
- package/lib/components/GroupedVerticalBarChart/useGroupedVerticalBarChartStyles.styles.raw.js +21 -4
- package/lib/components/GroupedVerticalBarChart/useGroupedVerticalBarChartStyles.styles.raw.js.map +1 -1
- package/lib/components/HeatMapChart/HeatMapChart.js +114 -175
- package/lib/components/HeatMapChart/HeatMapChart.js.map +1 -1
- package/lib/components/HorizontalBarChartWithAxis/HorizontalBarChartWithAxis.js +6 -26
- package/lib/components/HorizontalBarChartWithAxis/HorizontalBarChartWithAxis.js.map +1 -1
- package/lib/components/LineChart/LineChart.js +81 -111
- package/lib/components/LineChart/LineChart.js.map +1 -1
- package/lib/components/LineChart/LineChart.types.js.map +1 -1
- package/lib/components/LineChart/useLineChartStyles.styles.js +10 -23
- package/lib/components/LineChart/useLineChartStyles.styles.js.map +1 -1
- package/lib/components/LineChart/useLineChartStyles.styles.raw.js +21 -4
- package/lib/components/LineChart/useLineChartStyles.styles.raw.js.map +1 -1
- package/lib/components/SankeyChart/useSankeyChartStyles.styles.js +25 -12
- package/lib/components/SankeyChart/useSankeyChartStyles.styles.js.map +1 -1
- package/lib/components/SankeyChart/useSankeyChartStyles.styles.raw.js +12 -2
- package/lib/components/SankeyChart/useSankeyChartStyles.styles.raw.js.map +1 -1
- package/lib/components/ScatterChart/ScatterChart.js +30 -49
- package/lib/components/ScatterChart/ScatterChart.js.map +1 -1
- package/lib/components/ScatterChart/ScatterChart.types.js.map +1 -1
- package/lib/components/ScatterChart/useScatterChartStyles.styles.js +7 -27
- package/lib/components/ScatterChart/useScatterChartStyles.styles.js.map +1 -1
- package/lib/components/ScatterChart/useScatterChartStyles.styles.raw.js +14 -8
- package/lib/components/ScatterChart/useScatterChartStyles.styles.raw.js.map +1 -1
- package/lib/components/VerticalBarChart/VerticalBarChart.js +4 -27
- package/lib/components/VerticalBarChart/VerticalBarChart.js.map +1 -1
- package/lib/components/VerticalBarChart/useVerticalBarChartStyles.styles.js +6 -8
- package/lib/components/VerticalBarChart/useVerticalBarChartStyles.styles.js.map +1 -1
- package/lib/components/VerticalBarChart/useVerticalBarChartStyles.styles.raw.js +19 -5
- package/lib/components/VerticalBarChart/useVerticalBarChartStyles.styles.raw.js.map +1 -1
- package/lib/components/VerticalStackedBarChart/VerticalStackedBarChart.js +44 -61
- package/lib/components/VerticalStackedBarChart/VerticalStackedBarChart.js.map +1 -1
- package/lib/components/VerticalStackedBarChart/useVerticalStackedBarChartStyles.styles.js +6 -7
- package/lib/components/VerticalStackedBarChart/useVerticalStackedBarChartStyles.styles.js.map +1 -1
- package/lib/components/VerticalStackedBarChart/useVerticalStackedBarChartStyles.styles.raw.js +19 -4
- package/lib/components/VerticalStackedBarChart/useVerticalStackedBarChartStyles.styles.raw.js.map +1 -1
- package/lib/utilities/SVGTooltipText.js.map +1 -1
- package/lib/utilities/index.js +0 -1
- package/lib/utilities/index.js.map +1 -1
- package/lib/utilities/utilities.js +29 -0
- package/lib/utilities/utilities.js.map +1 -1
- package/lib-commonjs/components/AreaChart/AreaChart.js +1 -4
- package/lib-commonjs/components/AreaChart/AreaChart.js.map +1 -1
- package/lib-commonjs/components/AreaChart/useAreaChartStyles.styles.js.map +1 -1
- package/lib-commonjs/components/AreaChart/useAreaChartStyles.styles.raw.js +14 -2
- package/lib-commonjs/components/AreaChart/useAreaChartStyles.styles.raw.js.map +1 -1
- package/lib-commonjs/components/CommonComponents/CartesianChart.js +24 -24
- package/lib-commonjs/components/CommonComponents/CartesianChart.js.map +1 -1
- package/lib-commonjs/components/CommonComponents/useCartesianChartStyles.styles.js +13 -15
- package/lib-commonjs/components/CommonComponents/useCartesianChartStyles.styles.js.map +1 -1
- package/lib-commonjs/components/CommonComponents/useCartesianChartStyles.styles.raw.js +32 -4
- package/lib-commonjs/components/CommonComponents/useCartesianChartStyles.styles.raw.js.map +1 -1
- package/lib-commonjs/components/DeclarativeChart/DeclarativeChart.js +15 -31
- package/lib-commonjs/components/DeclarativeChart/DeclarativeChart.js.map +1 -1
- package/lib-commonjs/components/DeclarativeChart/PlotlyColorAdapter.js +1 -1
- package/lib-commonjs/components/DeclarativeChart/PlotlyColorAdapter.js.map +1 -1
- package/lib-commonjs/components/DeclarativeChart/PlotlySchemaAdapter.js +198 -302
- package/lib-commonjs/components/DeclarativeChart/PlotlySchemaAdapter.js.map +1 -1
- package/lib-commonjs/components/DonutChart/DonutChart.js +1 -6
- package/lib-commonjs/components/DonutChart/DonutChart.js.map +1 -1
- package/lib-commonjs/components/DonutChart/DonutChart.types.js.map +1 -1
- package/lib-commonjs/components/DonutChart/useDonutChartStyles.styles.js +4 -32
- package/lib-commonjs/components/DonutChart/useDonutChartStyles.styles.js.map +1 -1
- package/lib-commonjs/components/DonutChart/useDonutChartStyles.styles.raw.js +4 -8
- package/lib-commonjs/components/DonutChart/useDonutChartStyles.styles.raw.js.map +1 -1
- package/lib-commonjs/components/GroupedVerticalBarChart/GroupedVerticalBarChart.js +3 -22
- package/lib-commonjs/components/GroupedVerticalBarChart/GroupedVerticalBarChart.js.map +1 -1
- package/lib-commonjs/components/GroupedVerticalBarChart/useGroupedVerticalBarChartStyles.styles.js +19 -2
- package/lib-commonjs/components/GroupedVerticalBarChart/useGroupedVerticalBarChartStyles.styles.js.map +1 -1
- package/lib-commonjs/components/GroupedVerticalBarChart/useGroupedVerticalBarChartStyles.styles.raw.js +20 -3
- package/lib-commonjs/components/GroupedVerticalBarChart/useGroupedVerticalBarChartStyles.styles.raw.js.map +1 -1
- package/lib-commonjs/components/HeatMapChart/HeatMapChart.js +113 -174
- package/lib-commonjs/components/HeatMapChart/HeatMapChart.js.map +1 -1
- package/lib-commonjs/components/HorizontalBarChartWithAxis/HorizontalBarChartWithAxis.js +5 -25
- package/lib-commonjs/components/HorizontalBarChartWithAxis/HorizontalBarChartWithAxis.js.map +1 -1
- package/lib-commonjs/components/LineChart/LineChart.js +81 -111
- package/lib-commonjs/components/LineChart/LineChart.js.map +1 -1
- package/lib-commonjs/components/LineChart/LineChart.types.js.map +1 -1
- package/lib-commonjs/components/LineChart/useLineChartStyles.styles.js +9 -30
- package/lib-commonjs/components/LineChart/useLineChartStyles.styles.js.map +1 -1
- package/lib-commonjs/components/LineChart/useLineChartStyles.styles.raw.js +20 -2
- package/lib-commonjs/components/LineChart/useLineChartStyles.styles.raw.js.map +1 -1
- package/lib-commonjs/components/SankeyChart/useSankeyChartStyles.styles.js +33 -23
- package/lib-commonjs/components/SankeyChart/useSankeyChartStyles.styles.js.map +1 -1
- package/lib-commonjs/components/SankeyChart/useSankeyChartStyles.styles.raw.js +12 -1
- package/lib-commonjs/components/SankeyChart/useSankeyChartStyles.styles.raw.js.map +1 -1
- package/lib-commonjs/components/ScatterChart/ScatterChart.js +30 -49
- package/lib-commonjs/components/ScatterChart/ScatterChart.js.map +1 -1
- package/lib-commonjs/components/ScatterChart/ScatterChart.types.js.map +1 -1
- package/lib-commonjs/components/ScatterChart/useScatterChartStyles.styles.js +5 -37
- package/lib-commonjs/components/ScatterChart/useScatterChartStyles.styles.js.map +1 -1
- package/lib-commonjs/components/ScatterChart/useScatterChartStyles.styles.raw.js +13 -7
- package/lib-commonjs/components/ScatterChart/useScatterChartStyles.styles.raw.js.map +1 -1
- package/lib-commonjs/components/VerticalBarChart/VerticalBarChart.js +3 -26
- package/lib-commonjs/components/VerticalBarChart/VerticalBarChart.js.map +1 -1
- package/lib-commonjs/components/VerticalBarChart/useVerticalBarChartStyles.styles.js +3 -5
- package/lib-commonjs/components/VerticalBarChart/useVerticalBarChartStyles.styles.js.map +1 -1
- package/lib-commonjs/components/VerticalBarChart/useVerticalBarChartStyles.styles.raw.js +17 -3
- package/lib-commonjs/components/VerticalBarChart/useVerticalBarChartStyles.styles.raw.js.map +1 -1
- package/lib-commonjs/components/VerticalStackedBarChart/VerticalStackedBarChart.js +43 -60
- package/lib-commonjs/components/VerticalStackedBarChart/VerticalStackedBarChart.js.map +1 -1
- package/lib-commonjs/components/VerticalStackedBarChart/useVerticalStackedBarChartStyles.styles.js +3 -5
- package/lib-commonjs/components/VerticalStackedBarChart/useVerticalStackedBarChartStyles.styles.js.map +1 -1
- package/lib-commonjs/components/VerticalStackedBarChart/useVerticalStackedBarChartStyles.styles.raw.js +18 -3
- package/lib-commonjs/components/VerticalStackedBarChart/useVerticalStackedBarChartStyles.styles.raw.js.map +1 -1
- package/lib-commonjs/utilities/SVGTooltipText.js.map +1 -1
- package/lib-commonjs/utilities/index.js +0 -1
- package/lib-commonjs/utilities/index.js.map +1 -1
- package/lib-commonjs/utilities/utilities.js +32 -0
- package/lib-commonjs/utilities/utilities.js.map +1 -1
- package/package.json +12 -12
- package/lib/utilities/Common.styles.js +0 -47
- package/lib/utilities/Common.styles.js.map +0 -1
- package/lib/utilities/Common.styles.raw.js +0 -47
- package/lib/utilities/Common.styles.raw.js.map +0 -1
- package/lib-commonjs/utilities/Common.styles.js +0 -71
- package/lib-commonjs/utilities/Common.styles.js.map +0 -1
- package/lib-commonjs/utilities/Common.styles.raw.js +0 -71
- package/lib-commonjs/utilities/Common.styles.raw.js.map +0 -1
|
@@ -6,17 +6,13 @@ import { scaleLinear as d3ScaleLinear, scaleBand as d3ScaleBand, scaleUtc as d3S
|
|
|
6
6
|
import { useId } from '@fluentui/react-utilities';
|
|
7
7
|
import { tokens } from '@fluentui/react-theme';
|
|
8
8
|
import { CartesianChart, ChartPopover, Legends } from '../../index';
|
|
9
|
-
import { ChartTypes, getAccessibleDataObject, XAxisTypes, getTypeOfAxis, tooltipOfAxislabels, formatScientificLimitWidth, getBarWidth, getScalePadding, isScalePaddingDefined, calculateAppropriateBarWidth, formatDate, areArraysEqual, calculateLongestLabelWidth, useRtl, DataVizPalette, getColorFromToken, findVSBCNumericMinMaxOfY, YAxisType, createNumericYAxis, domainRangeOfDateForAreaLineVerticalBarChart, domainRangeOfVSBCNumeric, domainRangeOfXStringAxis, createStringYAxis, calcTotalWidth, calcBandwidth, calcRequiredWidth
|
|
9
|
+
import { ChartTypes, getAccessibleDataObject, XAxisTypes, getTypeOfAxis, tooltipOfAxislabels, formatScientificLimitWidth, getBarWidth, getScalePadding, isScalePaddingDefined, calculateAppropriateBarWidth, formatDate, areArraysEqual, calculateLongestLabelWidth, useRtl, DataVizPalette, getColorFromToken, findVSBCNumericMinMaxOfY, YAxisType, createNumericYAxis, domainRangeOfDateForAreaLineVerticalBarChart, domainRangeOfVSBCNumeric, domainRangeOfXStringAxis, createStringYAxis, calcTotalWidth, calcBandwidth, calcRequiredWidth } from '../../utilities/index';
|
|
10
10
|
import { toImage } from '../../utilities/image-export-utils';
|
|
11
11
|
import { formatDateToLocaleString } from '@fluentui/chart-utilities';
|
|
12
12
|
const barGapMultiplier = 0.2;
|
|
13
13
|
const barGapMin = 1;
|
|
14
14
|
const MIN_DOMAIN_MARGIN = 8;
|
|
15
|
-
export const VerticalStackedBarChart =
|
|
16
|
-
xAxisCategoryOrder: 'default',
|
|
17
|
-
yAxisCategoryOrder: 'default',
|
|
18
|
-
data: []
|
|
19
|
-
}, forwardedRef)=>{
|
|
15
|
+
export const VerticalStackedBarChart = (props)=>{
|
|
20
16
|
var _props_legendProps;
|
|
21
17
|
const _isRtl = useRtl();
|
|
22
18
|
const _createLegendsForLine = (data)=>_getLineLegends(data);
|
|
@@ -245,7 +241,9 @@ export const VerticalStackedBarChart = /*#__PURE__*/ React.forwardRef((props = {
|
|
|
245
241
|
_initYAxisParams();
|
|
246
242
|
}
|
|
247
243
|
function _createDataSetLayer() {
|
|
244
|
+
const tempArr = [];
|
|
248
245
|
const dataset = _points.map((singlePointData)=>{
|
|
246
|
+
tempArr.push(singlePointData.xAxisPoint);
|
|
249
247
|
if (_yAxisType === YAxisType.StringAxis) {
|
|
250
248
|
return {
|
|
251
249
|
x: singlePointData.xAxisPoint,
|
|
@@ -261,7 +259,7 @@ export const VerticalStackedBarChart = /*#__PURE__*/ React.forwardRef((props = {
|
|
|
261
259
|
y: total
|
|
262
260
|
};
|
|
263
261
|
});
|
|
264
|
-
_xAxisLabels =
|
|
262
|
+
_xAxisLabels = tempArr;
|
|
265
263
|
return dataset;
|
|
266
264
|
}
|
|
267
265
|
function _onLegendHover(legendTitle) {
|
|
@@ -296,16 +294,16 @@ export const VerticalStackedBarChart = /*#__PURE__*/ React.forwardRef((props = {
|
|
|
296
294
|
}
|
|
297
295
|
}
|
|
298
296
|
/**
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
297
|
+
* This function checks if the given legend is highlighted or not.
|
|
298
|
+
* A legend can be highlighted in 2 ways:
|
|
299
|
+
* 1. selection: if the user clicks on it
|
|
300
|
+
* 2. hovering: if there is no selected legend and the user hovers over it
|
|
301
|
+
*/ function _isLegendHighlighted(legendTitle) {
|
|
304
302
|
return _getHighlightedLegend().includes(legendTitle);
|
|
305
303
|
}
|
|
306
304
|
/**
|
|
307
|
-
|
|
308
|
-
|
|
305
|
+
* This function checks if none of the legends is selected or hovered.
|
|
306
|
+
*/ function _noLegendHighlighted() {
|
|
309
307
|
return _getHighlightedLegend().length === 0;
|
|
310
308
|
}
|
|
311
309
|
function _getAriaLabel(singleChartData, point, isLinePoint) {
|
|
@@ -946,13 +944,40 @@ export const VerticalStackedBarChart = /*#__PURE__*/ React.forwardRef((props = {
|
|
|
946
944
|
}
|
|
947
945
|
});
|
|
948
946
|
}
|
|
949
|
-
|
|
947
|
+
if (_yAxisType === YAxisType.StringAxis) {
|
|
948
|
+
const legendToYValues = {};
|
|
949
|
+
_points.forEach((xPoint)=>{
|
|
950
|
+
xPoint.chartData.forEach((bar)=>{
|
|
951
|
+
if (!legendToYValues[bar.legend]) {
|
|
952
|
+
legendToYValues[bar.legend] = [
|
|
953
|
+
`${bar.data}`
|
|
954
|
+
];
|
|
955
|
+
} else {
|
|
956
|
+
legendToYValues[bar.legend].push(`${bar.data}`);
|
|
957
|
+
}
|
|
958
|
+
});
|
|
959
|
+
});
|
|
960
|
+
const yAxisLabels = new Set();
|
|
961
|
+
Object.values(legendToYValues).forEach((yValues)=>{
|
|
962
|
+
yValues.forEach((yVal)=>{
|
|
963
|
+
yAxisLabels.add(yVal);
|
|
964
|
+
});
|
|
965
|
+
});
|
|
966
|
+
Object.values(_lineObject).forEach((linePoints)=>{
|
|
967
|
+
linePoints.forEach((linePoint)=>{
|
|
968
|
+
if (!linePoint.useSecondaryYScale) {
|
|
969
|
+
yAxisLabels.add(`${linePoint.y}`);
|
|
970
|
+
}
|
|
971
|
+
});
|
|
972
|
+
});
|
|
973
|
+
_yAxisLabels = Array.from(yAxisLabels);
|
|
974
|
+
}
|
|
950
975
|
}
|
|
951
976
|
function _getYDomainMargins(containerHeight) {
|
|
952
977
|
/**
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
978
|
+
* Specifies the extra top margin to apply above the highest y-axis tick label.
|
|
979
|
+
* Useful when stacked bars extend beyond the combined height of all y-axis labels (or categories).
|
|
980
|
+
*/ let yAxisTickMarginTop = 0;
|
|
956
981
|
/** Total height available to render the bars */ const totalHeight = containerHeight - _margins.bottom - _margins.top;
|
|
957
982
|
if (_yAxisType === YAxisType.StringAxis) {
|
|
958
983
|
/** Maximum height of the stacked bars, expressed in multiples of the height of a y-axis label (or category) */ let maxBarHeightInLabels = 0;
|
|
@@ -971,48 +996,6 @@ export const VerticalStackedBarChart = /*#__PURE__*/ React.forwardRef((props = {
|
|
|
971
996
|
top: _margins.top + yAxisTickMarginTop
|
|
972
997
|
};
|
|
973
998
|
}
|
|
974
|
-
function _getOrderedXAxisLabels() {
|
|
975
|
-
if (_xAxisType !== XAxisTypes.StringAxis) {
|
|
976
|
-
return [];
|
|
977
|
-
}
|
|
978
|
-
return sortAxisCategories(_mapCategoryToValues(), props.xAxisCategoryOrder);
|
|
979
|
-
}
|
|
980
|
-
function _getOrderedYAxisLabels() {
|
|
981
|
-
if (_yAxisType !== YAxisType.StringAxis) {
|
|
982
|
-
return [];
|
|
983
|
-
}
|
|
984
|
-
return sortAxisCategories(_mapCategoryToValues(true), props.yAxisCategoryOrder);
|
|
985
|
-
}
|
|
986
|
-
function _mapCategoryToValues(isYAxis = false) {
|
|
987
|
-
const categoryToValues = {};
|
|
988
|
-
_points.forEach((point)=>{
|
|
989
|
-
var _point_lineData;
|
|
990
|
-
point.chartData.forEach((bar)=>{
|
|
991
|
-
const category = isYAxis ? bar.data : point.xAxisPoint;
|
|
992
|
-
const value = isYAxis ? point.xAxisPoint : bar.data;
|
|
993
|
-
if (!categoryToValues[category]) {
|
|
994
|
-
categoryToValues[category] = [];
|
|
995
|
-
}
|
|
996
|
-
if (typeof value === 'number') {
|
|
997
|
-
categoryToValues[category].push(value);
|
|
998
|
-
}
|
|
999
|
-
});
|
|
1000
|
-
(_point_lineData = point.lineData) === null || _point_lineData === void 0 ? void 0 : _point_lineData.forEach((linePoint)=>{
|
|
1001
|
-
if (isYAxis && linePoint.useSecondaryYScale) {
|
|
1002
|
-
return;
|
|
1003
|
-
}
|
|
1004
|
-
const category = isYAxis ? linePoint.y : point.xAxisPoint;
|
|
1005
|
-
const value = isYAxis ? point.xAxisPoint : linePoint.y;
|
|
1006
|
-
if (!categoryToValues[category]) {
|
|
1007
|
-
categoryToValues[category] = [];
|
|
1008
|
-
}
|
|
1009
|
-
if (typeof value === 'number') {
|
|
1010
|
-
categoryToValues[category].push(value);
|
|
1011
|
-
}
|
|
1012
|
-
});
|
|
1013
|
-
});
|
|
1014
|
-
return categoryToValues;
|
|
1015
|
-
}
|
|
1016
999
|
if (!_isChartEmpty()) {
|
|
1017
1000
|
_adjustProps();
|
|
1018
1001
|
const _isHavingLines = props.data.some((item)=>item.lineData && item.lineData.length > 0);
|
|
@@ -1087,5 +1070,5 @@ export const VerticalStackedBarChart = /*#__PURE__*/ React.forwardRef((props = {
|
|
|
1087
1070
|
},
|
|
1088
1071
|
"aria-label": 'Graph has no data to display'
|
|
1089
1072
|
});
|
|
1090
|
-
}
|
|
1073
|
+
};
|
|
1091
1074
|
VerticalStackedBarChart.displayName = 'VerticalStackedBarChart';
|