Skip to content

Commit

Permalink
Merge pull request reactjs#208 from Jareechang/doc/update-chartjs-doc…
Browse files Browse the repository at this point in the history
…umentation

Fix text cut off in documentation link
  • Loading branch information
Jareechang authored Jan 14, 2018
2 parents 007967f + 09c0c3e commit a0f0f8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ var MyComponent = React.createClass({
});
```

* ```data``` represents the chart data (see [chart.js](https://github.com/chartjs/Chart.js/tree/v1.1.1/docs)
* ```data``` represents the chart data (see [chart.js](https://github.com/chartjs/Chart.js/tree/v1.1.1/docs) for details)
* ```options``` represents the chart options (see [chart.js](https://github.com/chartjs/Chart.js/tree/v1.1.1/docs) for details)
* all other parameters will be passed through to the ```canvas``` element
* if data passed into the component changes, points will animate between values using chart.js' ```.update()```. If you want the chart destroyed and redrawn on every change, pass in ```redraw``` as a prop. For example ```<LineChart data={this.state.chartData} redraw />```
Expand Down

0 comments on commit a0f0f8f

Please sign in to comment.