Skip to content

Commit

Permalink
Added comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-NRCan committed Oct 17, 2023
1 parent d62f02d commit f77a49e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/chart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ export interface TypeChartChartProps<TType extends GeoChartType> {
handleError?: (dataErrors: ValidatorResult, optionsErrors: ValidatorResult) => void;
}

/**
* SX Classes for the Chart
*/
const sxClasses = {
checkDatasetWrapper: {
display: 'inline-block',
Expand Down

0 comments on commit f77a49e

Please sign in to comment.