Source code for highcharts_gantt.options.axes.parallel_axes

from highcharts_stock.options.axes.y_axis import YAxis


[docs]class ParallelAxesOptions(YAxis): """Common options for all Y-axes rendered in a parallel coordinates plot. .. warning:: This feature requires ``modules/parallel-coordinates.js``. """ pass