File tree Expand file tree Collapse file tree 4 files changed +4
-0
lines changed
packages/x-charts-pro/src Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -112,6 +112,7 @@ BarChartPro.propTypes = {
112112 current : PropTypes . shape ( {
113113 exportAsImage : PropTypes . func . isRequired ,
114114 exportAsPrint : PropTypes . func . isRequired ,
115+ setAxisZoomData : PropTypes . func . isRequired ,
115116 setZoomData : PropTypes . func . isRequired ,
116117 } ) ,
117118 } ) ,
Original file line number Diff line number Diff line change @@ -114,6 +114,7 @@ FunnelChart.propTypes = {
114114 current : PropTypes . shape ( {
115115 exportAsImage : PropTypes . func . isRequired ,
116116 exportAsPrint : PropTypes . func . isRequired ,
117+ setAxisZoomData : PropTypes . func . isRequired ,
117118 setZoomData : PropTypes . func . isRequired ,
118119 } ) ,
119120 } ) ,
Original file line number Diff line number Diff line change @@ -125,6 +125,7 @@ LineChartPro.propTypes = {
125125 current : PropTypes . shape ( {
126126 exportAsImage : PropTypes . func . isRequired ,
127127 exportAsPrint : PropTypes . func . isRequired ,
128+ setAxisZoomData : PropTypes . func . isRequired ,
128129 setZoomData : PropTypes . func . isRequired ,
129130 } ) ,
130131 } ) ,
Original file line number Diff line number Diff line change @@ -110,6 +110,7 @@ ScatterChartPro.propTypes = {
110110 current : PropTypes . shape ( {
111111 exportAsImage : PropTypes . func . isRequired ,
112112 exportAsPrint : PropTypes . func . isRequired ,
113+ setAxisZoomData : PropTypes . func . isRequired ,
113114 setZoomData : PropTypes . func . isRequired ,
114115 } ) ,
115116 } ) ,
You can’t perform that action at this time.
0 commit comments