Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-NRCan authored Dec 7, 2023
1 parent 4670664 commit 086189d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -143,8 +143,8 @@ There are 3 essential props for this component: inputs, data and options.
- category?: indicates how the data from the table source should be categorized (this creates the datasets aka the legend);
- category.property?: indicates the property name to use to categorize records;
- category.usePalette?: indicates if a pre-determined (GeoChart specific) color palette should be used;
- geochart.yAxis.paletteBackgrounds?: indicates the array of rgba color values to use as the palette for background coloring;
- geochart.yAxis.paletteBorders?: indicates the array of rgb color values to use as the palette for border coloring;
- geochart.paletteBackgrounds?: indicates the array of rgba color values to use as the palette for background coloring;
- geochart.paletteBorders?: indicates the array of rgb color values to use as the palette for border coloring;

#### UI property
- ui?: indicates what ui elements to show with the chart;

0 comments on commit 086189d

Please sign in to comment.