packages/react-examples/src/react-charting/StackedBarChart/docs/StackedBarChartBestPractices.md
The stacked bar chart is available in 100% format for actual scale and n/M scale.
Refer to horizontal bar chart page for common layout guidance.
The stacked 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[]targetData prop.benchmarkData prop.ignoreFixStyle is set to true. They are also ignored if hideNumberDisplay is set to true. chartDataAccessibilityData prop is enabled only if ratio or numbers are enabled to be shown.placeHolder there will be no corresponding legend.onRenderCalloutPerDataPoint to customize the hover callout content.enabledLegendsWrapLines is set, long legends will be wrapped otherwise legends will be showed as an overflow callout.