Skip to content

Commit

Permalink
Comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-NRCan committed Sep 27, 2023
1 parent 4972992 commit 8e7a2e6
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions src/chart/chart-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ export type OptionsGeoChartAxis = {
};

/**
* Class definition for ChartPayload
* Type definition for ChartPayloadChanged
*
* @exports
* @class ChartPayload
* @class ChartPayloadChanged
*/
export type ChartPayloadChanged = {
/**
Expand All @@ -49,6 +49,12 @@ export type ChartPayloadChanged = {
options?: ChartOptions<ChartType> | OptionsGeoChart;
};

/**
* Type definition for ChartPayloadParse
*
* @exports
* @class ChartPayloadChanged
*/
export type ChartPayloadParse = {
/**
* The data to be parsed
Expand Down

0 comments on commit 8e7a2e6

Please sign in to comment.