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 7e806c8 commit 8443649
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ There are 3 essential props for this component: inputs, data and options.
- `data` is the equivalent of the ChartJS `data` props, to bypass the `inputs` and play with ChartJS directly;
- `options` is the equivalent of the ChartJS `options` props, to bypass the `inputs` props and play with ChartJS directly;

### Information on 'inputs' configuration
To read details on the schame of an `inputs` configuration json, see: [https://github.com/Canadian-Geospatial-Platform/geochart/blob/develop/schema-inputs.json](https://github.com/Canadian-Geospatial-Platform/geochart/blob/develop/schema-inputs.json)

### Example of an 'inputs` configuration:
```
{
Expand Down Expand Up @@ -103,9 +106,6 @@ There are 3 essential props for this component: inputs, data and options.
}
```

### Information on 'inputs' configuration
To read details on the schame of an `inputs` configuration json, see: [https://github.com/Canadian-Geospatial-Platform/geochart/blob/develop/schema-inputs.json](https://github.com/Canadian-Geospatial-Platform/geochart/blob/develop/schema-inputs.json)

## Running the project

### First clone this repo
Expand Down

0 comments on commit 8443649

Please sign in to comment.