packages/react-examples/src/react-charting/HorizontalBarChart/docs/HorizontalBarChartBestPractices.md
Use a horizontal bar graph to compare between different values that are hierarchically equivalent. The rectangular bar length is proportional to the values they represent. There will always be a maximum data value (color) representing the total length.
Horizontal bar chart can be of 2 types -
barChartCustomData prop in custom callout variant.onRenderCalloutPerHorizontalBar prop to customize the hover callout.
Set the chartDataMode as number, fraction or percentage to specify how numerical values will be shown on the chart.IChartDataPoint to specify the benchmark value. The benchmark value is shown as an inverted triangle in the chart.hideLabels prop to hide them.