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):
89
89
'drag_drop' : as_dict .get ('dragDrop' , None ),
90
90
'find_nearest_point_by' : as_dict .get ('findNearestPointBy' , None ),
91
91
'get_extremes_from_all' : as_dict .get ('getExtremesFromAll' , None ),
92
+ 'inactive_other_points' : as_dict .get ('inactiveOtherPoints' , None ),
92
93
'linecap' : as_dict .get ('linecap' , None ),
93
94
'line_width' : as_dict .get ('lineWidth' , None ),
94
95
'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):
290
290
'data_sorting' : as_dict .get ('dataSorting' , None ),
291
291
'find_nearest_point_by' : as_dict .get ('findNearestPointBy' , None ),
292
292
'get_extremes_from_all' : as_dict .get ('getExtremesFromAll' , None ),
293
+ 'inactive_other_points' : as_dict .get ('inactiveOtherPoints' , None ),
293
294
'linecap' : as_dict .get ('linecap' , None ),
294
295
'line_width' : as_dict .get ('lineWidth' , None ),
295
296
'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):
117
117
'fill_opacity' : as_dict .get ('fillOpacity' , None ),
118
118
'find_nearest_point_by' : as_dict .get ('findNearestPointBy' , None ),
119
119
'get_extremes_from_all' : as_dict .get ('getExtremesFromAll' , None ),
120
+ 'inactive_other_points' : as_dict .get ('inactiveOtherPoints' , None ),
120
121
'linecap' : as_dict .get ('linecap' , None ),
121
122
'line_color' : as_dict .get ('lineColor' , None ),
122
123
'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):
113
113
'fill_opacity' : as_dict .get ('fillOpacity' , None ),
114
114
'find_nearest_point_by' : as_dict .get ('findNearestPointBy' , None ),
115
115
'get_extremes_from_all' : as_dict .get ('getExtremesFromAll' , None ),
116
+ 'inactive_other_points' : as_dict .get ('inactiveOtherPoints' , None ),
116
117
'linecap' : as_dict .get ('linecap' , None ),
117
118
'line_color' : as_dict .get ('lineColor' , None ),
118
119
'line_width' : as_dict .get ('lineWidth' , None ),
You can’t perform that action at this time.
0 commit comments