Skip to content

Commit

Permalink
Fixed typos in dumbbell API which created two separate series.
Browse files Browse the repository at this point in the history
  • Loading branch information
jedrzejruta committed May 24, 2024
1 parent 156b29a commit 6ecf8ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ts/Series/Dumbbell/DumbbellSeriesDefaults.ts
Original file line number Diff line number Diff line change
Expand Up @@ -199,14 +199,14 @@ const DumbbellSeriesDefaults: DumbbellSeriesOptions = {
*/

/**
* Color of the start markers in a twojastara dumbbell graph. This option takes
* Color of the start markers in a dumbbell graph. This option takes
* priority over the series color. To avoid this, set `lowColor` to
* `undefined`.
*
* @type {Highcharts.ColorString|Highcharts.GradientColorObject|Highcharts.PatternObject}
* @since 8.0.0
* @product highcharts highstock
* @apioption series.dumbell.lowColor
* @apioption series.dumbbell.lowColor
*/

/**
Expand Down

0 comments on commit 6ecf8ce

Please sign in to comment.