Skip to content

Commit

Permalink
[charts] Fix JSDocs typo (#14497)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfauquette committed Sep 5, 2024
1 parent 2e38064 commit 94b1e2c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
},
"itemData": { "description": "The data used to identify the triggered item." },
"series": { "description": "The series linked to the triggered axis." }
"series": { "description": "The series linked to the triggered item." }
},
"classDescriptions": {
"cell": { "description": "Styles applied to {{nodeName}}.", "nodeName": "the cell element" },
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ DefaultHeatmapTooltip.propTypes = {
type: PropTypes.oneOf(['heatmap']).isRequired,
}).isRequired,
/**
* The series linked to the triggered axis.
* The series linked to the triggered item.
*/
series: PropTypes.object.isRequired,
sx: PropTypes.oneOfType([
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export interface ChartsItemContentProps<T extends ChartSeriesType> {
*/
itemData: ItemInteractionData<T>;
/**
* The series linked to the triggered axis.
* The series linked to the triggered item.
*/
series: ChartSeriesDefaultized<T>;
/**
Expand Down

0 comments on commit 94b1e2c

Please sign in to comment.