mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 01:12:56 +03:00
graphql2chartjs: update readme with typo fix (#2067)
This commit is contained in:
parent
20dd0ce2fd
commit
0a876ff2ba
@ -164,7 +164,7 @@ const g2c = new graphql2chartjs(data, (datasetName, dataPoint) => {
|
||||
- Scatter: https://www.chartjs.org/docs/latest/charts/scatter.html#dataset-properties
|
||||
|
||||
|
||||
### Step 2: Now create your cchart with data - `g2c.data`
|
||||
### Step 2: Now create your chart with data - `g2c.data`
|
||||
|
||||
`g2c.data` gives you access to the latest ChartJS data that can be passed to your chart.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user