From: Pascal Richier Date: Sat, 7 Nov 2015 00:46:14 +0000 (+0100) Subject: Update doc for options.ticks.maxTicksLimit X-Git-Tag: 2.0.0-beta1~29^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1627%2Fhead;p=thirdparty%2FChart.js.git Update doc for options.ticks.maxTicksLimit --- diff --git a/docs/01-Scales.md b/docs/01-Scales.md index ac9682d11..4fd8aa204 100644 --- a/docs/01-Scales.md +++ b/docs/01-Scales.md @@ -209,6 +209,9 @@ The radial linear scale extends the core scale class with the following tick tem //Number - The backdrop padding to the side of the label in pixels backdropPaddingX: 2, + + //Number - Limit the maximum number of ticks + maxTicksLimit: 11, }, pointLabels: {