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 1, 2023
1 parent 20ebe32 commit b0f61c4
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
Expand Up @@ -122,15 +122,15 @@ There are 3 essential props for this component: inputs, data and options.
- geochart.borderWidth?: indicates the thickness of the borders (or lines in the `line` chart);
- geochart.useSteps?: indicates if the line chart should use steps - supported values are: `'before'`, `'middle'`, `'after'`, `false`;
- geochart.tension?: indicates if the line chart should use tension when drawing the line between the values;
- geochart.xAxis: indicates information on the x axis;
- geochart.xAxis: groups information on the x axis;
- geochart.xAxis.property: indicates the property name on which to read the information from the table source;
- geochart.xAxis.label?: indicates the name of the axis to be displayed under the line chart;
- geochart.xAxis.type?: indicates the type of the x axis - supported values are: `'linear'`, `'time'`, `'timeseries'`, `'logarithmic'`, `'category'`;
- geochart.xAxis.usePalette?: indicates if a pre-determined (GeoChart specific) color palette should be used;
- geochart.xAxis.paletteBackgrounds?: indicates the array of rgba color values to use as the palette for background coloring;
- geochart.xAxis.paletteBorders?: indicates the array of rgb color values to use as the palette for border coloring;
- geochart.xAxis.tooltipSuffix?: indicates the suffix to use on for the values when displayed in the tooltip;
- geochart.yAxis: indicates information on the y axis;
- geochart.yAxis: groups information on the y axis;
- geochart.yAxis.property: indicates the property name on which to read the information from the table source;
- geochart.yAxis.label?: indicates the name of the axis to be displayed under the line chart;
- geochart.yAxis.type?: indicates the type of the y axis - supported values are: `'linear'`, `'time'`, `'timeseries'`, `'logarithmic'`, `'category'`;
Expand Down

0 comments on commit b0f61c4

Please sign in to comment.