From 3d15e1ff54045e7f449139a2fc8e70e29d558fd2 Mon Sep 17 00:00:00 2001 From: Pascal Richier Date: Sat, 7 Nov 2015 01:46:14 +0100 Subject: [PATCH] Update doc for options.ticks.maxTicksLimit --- docs/01-Scales.md | 3 +++ 1 file changed, 3 insertions(+) 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: { -- 2.47.2