Skip to content

Commit bb1be02

Browse files
Fix static
1 parent e741d79 commit bb1be02

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

packages/x-charts-pro/src/BarChartPro/BarChartPro.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
}),

packages/x-charts-pro/src/FunnelChart/FunnelChart.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
}),

packages/x-charts-pro/src/LineChartPro/LineChartPro.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
}),

packages/x-charts-pro/src/ScatterChartPro/ScatterChartPro.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
}),

0 commit comments

Comments
 (0)