Status
The status of the component
Status
The status of the component
Figma component
A link to the Figma library where the component lives.
Repository
A link to the repo where the component lives.
On hover of a single column, all other columns reduce in opacity. A tooltip follows the hovering mouse.
If drilldown is possible via click, the mouse turns to a finger instead, indicating clickability.
On focus, a focus ring encompasses the column with a corresponding tooltip.
If the data returns a null value, it should be treated as a zero and no column will be shown.
In some cases, two y-axes may need to be included. If this is the case, a second y-axis should appear to the right of the chart.
To show how data is trending against a benchmark, a target line can be added which appears above / to the front of all columns.
The max distance between columns shouldn’t exceed the width of the columns themselves.
Once the distance between columns is about to exceed the width of the columns, the width of the columns should increase up to a max width of 64px.
Column charts with multiple datasets follow many of the same behaviors (ie. Drilldown, focus, null value, responsiveness) as those with a single dataset but they have a slightly different hover behavior whereby hovering on a single column reduces the opacity of all other columns (across all datasets) and hovering on a series label reduces the opacity of all columns not in that series.