File tree Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -89,6 +89,7 @@ def _get_kwargs_from_dict(cls, as_dict):
8989 'drag_drop' : as_dict .get ('dragDrop' , None ),
9090 'find_nearest_point_by' : as_dict .get ('findNearestPointBy' , None ),
9191 'get_extremes_from_all' : as_dict .get ('getExtremesFromAll' , None ),
92+ 'inactive_other_points' : as_dict .get ('inactiveOtherPoints' , None ),
9293 'linecap' : as_dict .get ('linecap' , None ),
9394 'line_width' : as_dict .get ('lineWidth' , None ),
9495 'negative_color' : as_dict .get ('negativeColor' , None ),
Original file line number Diff line number Diff line change @@ -290,6 +290,7 @@ def _get_kwargs_from_dict(cls, as_dict):
290290 'data_sorting' : as_dict .get ('dataSorting' , None ),
291291 'find_nearest_point_by' : as_dict .get ('findNearestPointBy' , None ),
292292 'get_extremes_from_all' : as_dict .get ('getExtremesFromAll' , None ),
293+ 'inactive_other_points' : as_dict .get ('inactiveOtherPoints' , None ),
293294 'linecap' : as_dict .get ('linecap' , None ),
294295 'line_width' : as_dict .get ('lineWidth' , None ),
295296 'relative_x_value' : as_dict .get ('relativeXValue' , None ),
Original file line number Diff line number Diff line change @@ -117,6 +117,7 @@ def _get_kwargs_from_dict(cls, as_dict):
117117 'fill_opacity' : as_dict .get ('fillOpacity' , None ),
118118 'find_nearest_point_by' : as_dict .get ('findNearestPointBy' , None ),
119119 'get_extremes_from_all' : as_dict .get ('getExtremesFromAll' , None ),
120+ 'inactive_other_points' : as_dict .get ('inactiveOtherPoints' , None ),
120121 'linecap' : as_dict .get ('linecap' , None ),
121122 'line_color' : as_dict .get ('lineColor' , None ),
122123 'line_width' : as_dict .get ('lineWidth' , None ),
Original file line number Diff line number Diff line change @@ -113,6 +113,7 @@ def _get_kwargs_from_dict(cls, as_dict):
113113 'fill_opacity' : as_dict .get ('fillOpacity' , None ),
114114 'find_nearest_point_by' : as_dict .get ('findNearestPointBy' , None ),
115115 'get_extremes_from_all' : as_dict .get ('getExtremesFromAll' , None ),
116+ 'inactive_other_points' : as_dict .get ('inactiveOtherPoints' , None ),
116117 'linecap' : as_dict .get ('linecap' , None ),
117118 'line_color' : as_dict .get ('lineColor' , None ),
118119 'line_width' : as_dict .get ('lineWidth' , None ),
You can’t perform that action at this time.
0 commit comments