Skip to content

Commit

Permalink
Merge pull request #25 from psumstr/patch-1
Browse files Browse the repository at this point in the history
Typo in drawOutOfBound property
  • Loading branch information
pissang authored Jun 27, 2017
2 parents 2405611 + be56a12 commit 405130e
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 405130e

Please sign in to comment.