X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=dygraph-tickers.js;h=f4778b12b7a3ddc918bcafcc61800bbe914809c3;hb=1dc23fac4c126b2b3742801b2d82137044498ebf;hp=715ef7eaeb70e090105ac767719098bedae1efab;hpb=3c1b72e143ac9b5a421fb67f043cbccb0dda466b;p=dygraphs.git diff --git a/dygraph-tickers.js b/dygraph-tickers.js index 715ef7e..f4778b1 100644 --- a/dygraph-tickers.js +++ b/dygraph-tickers.js @@ -259,7 +259,13 @@ Dygraph.SHORT_SPACINGS[Dygraph.SIX_HOURLY] = 1000 * 3600 * 6; Dygraph.SHORT_SPACINGS[Dygraph.DAILY] = 1000 * 86400; Dygraph.SHORT_SPACINGS[Dygraph.WEEKLY] = 1000 * 604800; -/** @type {Array.} */ +/** + * A collection of objects specifying where it is acceptable to place tick + * marks for granularities larger than WEEKLY. + * 'months' is an array of month indexes on which to place tick marks. + * 'year_mod' ticks are placed when year % year_mod = 0. + * @type {Array.} + */ Dygraph.LONG_TICK_PLACEMENTS = []; Dygraph.LONG_TICK_PLACEMENTS[Dygraph.MONTHLY] = { months : [0,1,2,3,4,5,6,7,8,9,10,11],