parallelCoordinates property

bool? parallelCoordinates
getter/setter pair

Flag to render charts as a parallel coordinates plot. In a parallel coordinates plot (||-coords) by default all required yAxes are generated and the legend is disabled. This feature requires modules/parallel-coordinates.js.

API Docs: https://api.highcharts.com/highcharts/chart.parallelCoordinates

Implementation

bool? parallelCoordinates;