File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
highcharts_gantt/options/axes Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -82,6 +82,7 @@ def _get_kwargs_from_dict(cls, as_dict):
8282 'categories' : as_dict .get ('categories' , None ),
8383 'ceiling' : as_dict .get ('ceiling' , None ),
8484 'class_name' : as_dict .get ('className' , None ),
85+ 'crossing' : as_dict .get ('crossing' , None ),
8586 'date_time_label_formats' : as_dict .get ('dateTimeLabelFormats' , None ),
8687 'end_on_tick' : as_dict .get ('endOnTick' , None ),
8788 'events' : as_dict .get ('events' , None ),
Original file line number Diff line number Diff line change @@ -84,6 +84,7 @@ def _get_kwargs_from_dict(cls, as_dict):
8484 'categories' : as_dict .get ('categories' , None ),
8585 'ceiling' : as_dict .get ('ceiling' , None ),
8686 'class_name' : as_dict .get ('className' , None ),
87+ 'crossing' : as_dict .get ('crossing' , None ),
8788 'date_time_label_formats' : as_dict .get ('dateTimeLabelFormats' , None ),
8889 'end_on_tick' : as_dict .get ('endOnTick' , None ),
8990 'events' : as_dict .get ('events' , None ),
You can’t perform that action at this time.
0 commit comments