Skip to content

Commit

Permalink
And...
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-NRCan committed Sep 28, 2023
1 parent d26490f commit de7c319
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/chart/chart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export interface TypeChartProps<TType extends ChartType, TData extends DefaultDa
data?: ChartData<TType, TData, TLabel>;
options?: ChartOptions<TType> | OptionsGeoChart;
plugins?: Plugin<TType>[];
t?: Toto;
}

/**
Expand Down

0 comments on commit de7c319

Please sign in to comment.