Skip to content
This repository was archived by the owner on Jul 19, 2019. It is now read-only.

Commit a0f0f8f

Browse files
authored
Merge pull request #208 from Jareechang/doc/update-chartjs-documentation
Fix text cut off in documentation link
2 parents 007967f + 09c0c3e commit a0f0f8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ var MyComponent = React.createClass({
3535
});
3636
```
3737

38-
* ```data``` represents the chart data (see [chart.js](https://github.com/chartjs/Chart.js/tree/v1.1.1/docs)
38+
* ```data``` represents the chart data (see [chart.js](https://github.com/chartjs/Chart.js/tree/v1.1.1/docs) for details)
3939
* ```options``` represents the chart options (see [chart.js](https://github.com/chartjs/Chart.js/tree/v1.1.1/docs) for details)
4040
* all other parameters will be passed through to the ```canvas``` element
4141
* 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 />```

0 commit comments

Comments
 (0)