Skip to content

Commit

Permalink
Typo in drawOutOfBound property
Browse files Browse the repository at this point in the history
Removed the 's' at the end
  • Loading branch information
jonavila authored Jun 27, 2017
1 parent 2405611 commit be56a12
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 @@ -80,7 +80,7 @@ chart.setOption({

// set to true to allow word being draw partly outside of the canvas.
// Allow word bigger than the size of the canvas to be drawn
drawOutOfBounds: false,
drawOutOfBound: false,

// Global text style
textStyle: {
Expand Down

0 comments on commit be56a12

Please sign in to comment.