From bc3fb5df3ae9efe36af778182281bc77f217be02 Mon Sep 17 00:00:00 2001 From: dimitsqx <52278052+dimitsqx@users.noreply.github.com> Date: Mon, 29 Jul 2019 22:15:24 +0100 Subject: [PATCH] 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 --- types/highcharts/index.d.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/types/highcharts/index.d.ts b/types/highcharts/index.d.ts index 9836936919..2532888612 100644 --- a/types/highcharts/index.d.ts +++ b/types/highcharts/index.d.ts @@ -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().