From d261025c44136b64c5af682f9ccfe900ef103aea Mon Sep 17 00:00:00 2001 From: eglenfield Date: Wed, 26 Apr 2017 16:38:40 +0100 Subject: [PATCH] Point event fix --- highcharts/highcharts/common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):