packages/react-examples/src/react-charting/MultiStackedBarChart/docs/MultiStackedBarChartBestPractices.md
The multistacked bar chart is available for actual scale and n/M scale.
Refer to horizontal bar chart page for common layout guidance.
The multistacked bar chart has legends component to interact with individual categories.
Refer to horizontal bar chart page for common content guidance.
Refer to horizontal bar chart page for common accessibility guidance.
data attribute which is of type IChartDataPoint[][]. It will render the chart based upon the values given to this attribute.hideRatio which shows/hides the ratio on top right of the chart. It is a boolean[], one bool for each bar group. This value is applicable only when there are 2 datapoints in the chart. Similarly, there is an option hideDenominator to hide the denominator of the ratio if it is enabled.placeHolder there will be no corresponding legend. The default color of placeholder data is tertiary grey.hideLabels prop to hide them.