class Example(gantt.Standard): data = acso show_now = False show_scale = True show_grid = False time_axis_properties = \ { "tickers" : (2,) }
"tickers" : (2,)
means
that the next row above the bottom row, will display the locator
which is 2 steps higher than the bottom locator. In our example this
is the MonthLocator. If you specify "tickers" : (2, 1)
, there
will be three rows: The first row displays the weeks, the second
row displays the months and the third row displays the days.