mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Id fix
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
parent
5d8f9a5dd6
commit
fb5335786a
@ -17,13 +17,13 @@ export interface PieChartProps extends ChartProps {
|
||||
}
|
||||
|
||||
export interface PieChartData extends ChartJS.ChartData {
|
||||
id?: string;
|
||||
datasets?: PieChartDataSets[];
|
||||
}
|
||||
|
||||
export type DatasetTooltipLabel = (percent: string) => string | string;
|
||||
|
||||
interface PieChartDataSets extends ChartJS.ChartDataSets {
|
||||
id?: string;
|
||||
tooltipLabels?: DatasetTooltipLabel[];
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user