From be56a122029ee02179a55dbadb8b70e43b70dea3 Mon Sep 17 00:00:00 2001 From: Jonathan Avila Date: Tue, 27 Jun 2017 11:06:54 -0400 Subject: [PATCH] Typo in drawOutOfBound property Removed the 's' at the end --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5644854..b91bb5d 100644 --- a/README.md +++ b/README.md @@ -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: {