Add dashStyle to IndividualSeriesOptions (#37155)

dashStyle to use for specific series more info on https://github.com/highcharts/highcharts/blob/8f802d8c7/js/parts/Series.js#L832-#L856
This commit is contained in:
dimitsqx 2019-07-29 22:15:24 +01:00 committed by Jesse Trinity
parent 71b643e240
commit bc3fb5df3a

View File

@ -5918,7 +5918,11 @@ declare namespace Highcharts {
* @default undefined
*/
description?: string;
/**
* The dash style for the series. See series.dashStyle for possible values. Defaults to Solid.
* @since 4.1
*/
dashStyle?: string; // Solid ShortDash ShortDot ShortDashDot ShortDashDotDot Dot Dash LongDash DashDot LongDashDot LongDashDotDot
/**
* An id for the series. This can be used after render time to get a pointer to the series object through
* chart.get().