Source code for highcharts_gantt.options.plot_options.gantt
from highcharts_gantt.options.plot_options.bar import XRangeOptions
[docs]class GanttOptions(XRangeOptions):
    """General options to apply to all Gantt series types."""
    pass
from highcharts_gantt.options.plot_options.bar import XRangeOptions
[docs]class GanttOptions(XRangeOptions):
    """General options to apply to all Gantt series types."""
    pass