We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 427a49f commit ffa1c80Copy full SHA for ffa1c80
packages/charts/src/components/ColumnChartWithTrend/ColumnChartWithTrend.tsx
@@ -214,7 +214,7 @@ export { ColumnChartWithTrend };
214
215
/**
216
* Helper component to always keep legend items interactive.
217
- * This is required, as otherwise internally `hidden` measures are greyed out in the Legend.
+ * This is required, as otherwise internally hidden measures are greyed out in the Legend.
218
*/
219
const DefaultLegendContentWithoutInactive = (props: DefaultLegendContentProps) => {
220
const updatedPayload = props.payload.map((item) => {
0 commit comments