@@ -138,6 +138,7 @@ def _get_kwargs_from_dict(cls, as_dict):
138138 'drag_drop' : as_dict .get ('dragDrop' , None ),
139139 'find_nearest_point_by' : as_dict .get ('findNearestPointBy' , None ),
140140 'get_extremes_from_all' : as_dict .get ('getExtremesFromAll' , None ),
141+ 'inactive_other_points' : as_dict .get ('inactiveOtherPoints' , None ),
141142 'linecap' : as_dict .get ('linecap' , None ),
142143 'line_width' : as_dict .get ('lineWidth' , None ),
143144 'negative_color' : as_dict .get ('negativeColor' , None ),
@@ -321,6 +322,7 @@ def _get_kwargs_from_dict(cls, as_dict):
321322 'drag_drop' : as_dict .get ('dragDrop' , None ),
322323 'find_nearest_point_by' : as_dict .get ('findNearestPointBy' , None ),
323324 'get_extremes_from_all' : as_dict .get ('getExtremesFromAll' , None ),
325+ 'inactive_other_points' : as_dict .get ('inactiveOtherPoints' , None ),
324326 'linecap' : as_dict .get ('linecap' , None ),
325327 'line_width' : as_dict .get ('lineWidth' , None ),
326328 'negative_color' : as_dict .get ('negativeColor' , None ),
0 commit comments