kyper-data / python-highcharts

A simple translation layer between Python and Javascript for Highcharts projects (highcharts, highmaps, and highstocks).
MIT License
395 stars 190 forks source link

'spline' series has no 'linkedTo' option #29

Closed DavidPatShuiFong closed 7 years ago

DavidPatShuiFong commented 7 years ago

Both when trying to draw a spline chart, and also on examining highcharts_types.py, it appears that the spline type does not accept the 'linkedTo' option, although this option is described in the Highcharts documentation and is available for many other data types.