Source code for highcharts_core.options.axes.parallel_axes
from highcharts_core.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