Skip to content

Commit

Permalink
feat(charts): Added id field to differentiate label and key
Browse files Browse the repository at this point in the history
  • Loading branch information
SanjeevLakhwani committed Nov 5, 2024
1 parent d578699 commit fee652d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types/chartTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export type CategoricalChartDataType = CategoricalChartDataItem[];
export interface CategoricalChartDataItem {
x: string;
y: number;
id?: string;
}

export type TooltipPayload = TooltipPayloadItem[];
Expand Down

0 comments on commit fee652d

Please sign in to comment.