From: Pascal Richier Date: Sat, 7 Nov 2015 00:42:19 +0000 (+0100) Subject: Update doc for options.ticks.maxTicksLimit X-Git-Tag: 2.0.0-beta1~29^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=178880bace3a9091db8bd2bc3ac55b6c48552a70;p=thirdparty%2FChart.js.git Update doc for options.ticks.maxTicksLimit --- diff --git a/docs/01-Scales.md b/docs/01-Scales.md index 5d8b35a09..ac9682d11 100644 --- a/docs/01-Scales.md +++ b/docs/01-Scales.md @@ -49,6 +49,7 @@ Chart.defaults.scale = { fontStyle: "normal", fontColor: "#666", fontFamily: "Helvetica Neue", + maxTicksLimit: 11, maxRotation: 90, minRotation: 20, mirror: false,