Merge pull request #1439 from bengesoff/patch-2

fixed very small typo
This commit is contained in:
Evert Timberg 2015-09-04 13:49:49 -04:00
commit b41ba24fff

View File

@ -54,7 +54,7 @@ myLineChart.destroy();
#### .toBase64Image()
This returns a base 64 encoded string of the chart in it's current state.
This returns a base 64 encoded string of the chart in its current state.
```javascript
myLineChart.toBase64Image();