mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-22 11:57:33 +08:00
HighChartsSeriesOptions should have the access to the same properties as the Series Chart object. Based on http://api.highcharts.com/highcharts#series "The actual series to append to the chart. In addition to the members listed below, any member of the plotOptions for that specific type of plot can be added to a series individually. For example, even though a general lineWidth is specified in plotOptions.series, an individual lineWidth can be specified for each series." This means the SeriesOptions should have access to properties such as color, animation etc which exist in the series chart object.