Skip to content

Commit ffa1c80

Browse files
committed
Update ColumnChartWithTrend.tsx
1 parent 427a49f commit ffa1c80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/charts/src/components/ColumnChartWithTrend/ColumnChartWithTrend.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ export { ColumnChartWithTrend };
214214

215215
/**
216216
* Helper component to always keep legend items interactive.
217-
* This is required, as otherwise internally `hidden` measures are greyed out in the Legend.
217+
* This is required, as otherwise internally hidden measures are greyed out in the Legend.
218218
*/
219219
const DefaultLegendContentWithoutInactive = (props: DefaultLegendContentProps) => {
220220
const updatedPayload = props.payload.map((item) => {

0 commit comments

Comments
 (0)