]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Update doc for options.ticks.maxTicksLimit 1627/head
authorPascal Richier <pascoual@users.noreply.github.com>
Sat, 7 Nov 2015 00:46:14 +0000 (01:46 +0100)
committerPascal Richier <pascoual@users.noreply.github.com>
Sat, 7 Nov 2015 00:46:14 +0000 (01:46 +0100)
docs/01-Scales.md

index ac9682d115d22b384d66836f1ab708b02d100e76..4fd8aa2040151957793d83e517155aaed6d28c7f 100644 (file)
@@ -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: {