]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Update doc files for ticks.minRotation v2.1.3
authorEvert Timberg <evert.timberg+github@gmail.com>
Thu, 12 May 2016 22:42:52 +0000 (18:42 -0400)
committerEvert Timberg <evert.timberg+github@gmail.com>
Thu, 12 May 2016 22:42:52 +0000 (18:42 -0400)
docs/01-Scales.md

index 1c06af8ee317b14ec6412e67352725ad6c974927..19977e532c18febfcde452d32e2397a3c98cf6fd 100644 (file)
@@ -53,6 +53,7 @@ afterUpdate | Function | undefined | Callback that runs at the end of the update
 *ticks*.fontFamily | String | "Helvetica Neue" | Font family for the tick labels, follows CSS font-family options.
 *ticks*.fontSize | Number | 12 | Font size for the tick labels.
 *ticks*.fontStyle | String | "normal" | Font style for the tick labels, follows CSS font-style options (i.e. normal, italic, oblique, initial, inherit).
+*ticks*.minRotation | Number | 0 | Minimum rotation for tick labels 
 *ticks*.maxRotation | Number | 90 | Maximum rotation for tick labels when rotating to condense labels. Note: Rotation doesn't occur until necessary. *Note: Only applicable to horizontal scales.*
 *ticks*.minRotation | Number |  20 | *currently not-implemented* Minimum rotation for tick labels when condensing is necessary.  *Note: Only applicable to horizontal scales.*
 *ticks*.maxTicksLimit | Number | 11 | Maximum number of ticks and gridlines to show. If not defined, it will limit to 11 ticks but will show all gridlines.