mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
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:
parent
71b643e240
commit
bc3fb5df3a
6
types/highcharts/index.d.ts
vendored
6
types/highcharts/index.d.ts
vendored
@ -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().
|
||||
|
||||
Loading…
Reference in New Issue
Block a user