diff --git a/highcharts/highstock/common.py b/highcharts/highstock/common.py index ea43dc7..aeaf898 100644 --- a/highcharts/highstock/common.py +++ b/highcharts/highstock/common.py @@ -655,7 +655,7 @@ class PlotBands(ArrayObject): class PlotLines(ArrayObject): ALLOWED_OPTIONS = { "color": (ColorObject, basestring, dict), - "dashStyle": int, + "dashStyle": basestring, "events": (Events, dict), "id": basestring, "label": (Labels, dict),