diff --git a/highcharts/highcharts/common.py b/highcharts/highcharts/common.py index 0be82af..02168d5 100644 --- a/highcharts/highcharts/common.py +++ b/highcharts/highcharts/common.py @@ -371,7 +371,7 @@ class Events(CommonObject): class Point(CommonObject): ALLOWED_OPTIONS = { - "events": Events + "events": (Events, dict) } class Position(CommonObject):