Skip to content

Commit d4cae59

Browse files
Address PR feedback
1 parent 39ad48b commit d4cae59

File tree

20 files changed

+33
-80
lines changed

20 files changed

+33
-80
lines changed

docs/translations/api-docs/charts/bar-chart-pro/bar-chart-pro.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"typeDescriptions": { "zoomData": "Updated zoom data." }
6060
},
6161
"series": {
62-
"description": "The series to display in the bar chart. An array of [[BarSeriesType]] objects."
62+
"description": "The series to display in the bar chart. An array of <a href='/x/api/charts/bar-series-type/'>BarSeriesType</a> objects."
6363
},
6464
"showToolbar": { "description": "If true, shows the default chart toolbar." },
6565
"skipAnimation": {
@@ -71,10 +71,10 @@
7171
"description": "The width of the chart in px. If not defined, it takes the width of the parent element."
7272
},
7373
"xAxis": {
74-
"description": "The configuration of the x-axes. If not provided, a default axis config is used. An array of [[AxisConfig]] objects."
74+
"description": "The configuration of the x-axes. If not provided, a default axis config is used. An array of <a href='/x/api/charts/axis-config/'>AxisConfig</a> objects."
7575
},
7676
"yAxis": {
77-
"description": "The configuration of the y-axes. If not provided, a default axis config is used. An array of [[AxisConfig]] objects."
77+
"description": "The configuration of the y-axes. If not provided, a default axis config is used. An array of <a href='/x/api/charts/axis-config/'>AxisConfig</a> objects."
7878
},
7979
"zAxis": { "description": "The configuration of the z-axes." },
8080
"zoomData": { "description": "The list of zoom data related to each axis." }

docs/translations/api-docs/charts/bar-chart/bar-chart.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
}
5353
},
5454
"series": {
55-
"description": "The series to display in the bar chart. An array of [[BarSeriesType]] objects."
55+
"description": "The series to display in the bar chart. An array of <a href='/x/api/charts/bar-series-type/'>BarSeriesType</a> objects."
5656
},
5757
"skipAnimation": {
5858
"description": "If <code>true</code>, animations are skipped. If unset or <code>false</code>, the animations respects the user&#39;s <code>prefers-reduced-motion</code> setting."
@@ -63,10 +63,10 @@
6363
"description": "The width of the chart in px. If not defined, it takes the width of the parent element."
6464
},
6565
"xAxis": {
66-
"description": "The configuration of the x-axes. If not provided, a default axis config is used. An array of [[AxisConfig]] objects."
66+
"description": "The configuration of the x-axes. If not provided, a default axis config is used. An array of <a href='/x/api/charts/axis-config/'>AxisConfig</a> objects."
6767
},
6868
"yAxis": {
69-
"description": "The configuration of the y-axes. If not provided, a default axis config is used. An array of [[AxisConfig]] objects."
69+
"description": "The configuration of the y-axes. If not provided, a default axis config is used. An array of <a href='/x/api/charts/axis-config/'>AxisConfig</a> objects."
7070
}
7171
},
7272
"classDescriptions": {},

docs/translations/api-docs/charts/chart-container-pro/chart-container-pro.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@
3939
"description": "The width of the chart in px. If not defined, it takes the width of the parent element."
4040
},
4141
"xAxis": {
42-
"description": "The configuration of the x-axes. If not provided, a default axis config is used. An array of [[AxisConfig]] objects."
42+
"description": "The configuration of the x-axes. If not provided, a default axis config is used. An array of <a href='/x/api/charts/axis-config/'>AxisConfig</a> objects."
4343
},
4444
"yAxis": {
45-
"description": "The configuration of the y-axes. If not provided, a default axis config is used. An array of [[AxisConfig]] objects."
45+
"description": "The configuration of the y-axes. If not provided, a default axis config is used. An array of <a href='/x/api/charts/axis-config/'>AxisConfig</a> objects."
4646
},
4747
"zAxis": { "description": "The configuration of the z-axes." }
4848
},

docs/translations/api-docs/charts/chart-container/chart-container.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@
4141
}
4242
},
4343
"radiusAxis": {
44-
"description": "The configuration of the radial-axes. If not provided, a default axis config is used. An array of [[AxisConfig]] objects."
44+
"description": "The configuration of the radial-axes. If not provided, a default axis config is used. An array of <a href='/x/api/charts/axis-config/'>AxisConfig</a> objects."
4545
},
4646
"rotationAxis": {
47-
"description": "The configuration of the rotation-axes. If not provided, a default axis config is used. An array of [[AxisConfig]] objects."
47+
"description": "The configuration of the rotation-axes. If not provided, a default axis config is used. An array of <a href='/x/api/charts/axis-config/'>AxisConfig</a> objects."
4848
},
4949
"series": {
5050
"description": "The array of series to display. Each type of series has its own specificity. Please refer to the appropriate docs page to learn more about it."
@@ -59,10 +59,10 @@
5959
"description": "The width of the chart in px. If not defined, it takes the width of the parent element."
6060
},
6161
"xAxis": {
62-
"description": "The configuration of the x-axes. If not provided, a default axis config is used. An array of [[AxisConfig]] objects."
62+
"description": "The configuration of the x-axes. If not provided, a default axis config is used. An array of <a href='/x/api/charts/axis-config/'>AxisConfig</a> objects."
6363
},
6464
"yAxis": {
65-
"description": "The configuration of the y-axes. If not provided, a default axis config is used. An array of [[AxisConfig]] objects."
65+
"description": "The configuration of the y-axes. If not provided, a default axis config is used. An array of <a href='/x/api/charts/axis-config/'>AxisConfig</a> objects."
6666
},
6767
"zAxis": { "description": "The configuration of the z-axes." }
6868
},

docs/translations/api-docs/charts/funnel-chart/funnel-chart.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
}
4949
},
5050
"series": {
51-
"description": "The series to display in the funnel chart. An array of [[FunnelSeriesType]] objects."
51+
"description": "The series to display in the funnel chart. An array of FunnelSeriesType objects."
5252
},
5353
"skipAnimation": {
5454
"description": "If <code>true</code>, animations are skipped. If unset or <code>false</code>, the animations respects the user&#39;s <code>prefers-reduced-motion</code> setting."

docs/translations/api-docs/charts/heatmap/heatmap.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"typeDescriptions": { "highlightedItem": "The newly highlighted item." }
3535
},
3636
"series": {
37-
"description": "The series to display in the bar chart. An array of [[HeatmapSeriesType]] objects."
37+
"description": "The series to display in the bar chart. An array of HeatmapSeriesType objects."
3838
},
3939
"slotProps": { "description": "The props used for each component slot." },
4040
"slots": { "description": "Overridable component slots." },
@@ -46,10 +46,10 @@
4646
"description": "The width of the chart in px. If not defined, it takes the width of the parent element."
4747
},
4848
"xAxis": {
49-
"description": "The configuration of the x-axes. If not provided, a default axis config is used. An array of [[AxisConfig]] objects."
49+
"description": "The configuration of the x-axes. If not provided, a default axis config is used. An array of <a href='/x/api/charts/axis-config/'>AxisConfig</a> objects."
5050
},
5151
"yAxis": {
52-
"description": "The configuration of the y-axes. If not provided, a default axis config is used. An array of [[AxisConfig]] objects."
52+
"description": "The configuration of the y-axes. If not provided, a default axis config is used. An array of <a href='/x/api/charts/axis-config/'>AxisConfig</a> objects."
5353
},
5454
"zAxis": { "description": "The configuration of the z-axes." }
5555
},

docs/translations/api-docs/charts/line-chart-pro/line-chart-pro.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"typeDescriptions": { "zoomData": "Updated zoom data." }
5454
},
5555
"series": {
56-
"description": "The series to display in the line chart. An array of [[LineSeriesType]] objects."
56+
"description": "The series to display in the line chart. An array of <a href='/x/api/charts/line-series-type/'>LineSeriesType</a> objects."
5757
},
5858
"showToolbar": { "description": "If true, shows the default chart toolbar." },
5959
"skipAnimation": { "description": "If <code>true</code>, animations are skipped." },
@@ -63,10 +63,10 @@
6363
"description": "The width of the chart in px. If not defined, it takes the width of the parent element."
6464
},
6565
"xAxis": {
66-
"description": "The configuration of the x-axes. If not provided, a default axis config is used. An array of [[AxisConfig]] objects."
66+
"description": "The configuration of the x-axes. If not provided, a default axis config is used. An array of <a href='/x/api/charts/axis-config/'>AxisConfig</a> objects."
6767
},
6868
"yAxis": {
69-
"description": "The configuration of the y-axes. If not provided, a default axis config is used. An array of [[AxisConfig]] objects."
69+
"description": "The configuration of the y-axes. If not provided, a default axis config is used. An array of <a href='/x/api/charts/axis-config/'>AxisConfig</a> objects."
7070
},
7171
"zAxis": { "description": "The configuration of the z-axes." },
7272
"zoomData": { "description": "The list of zoom data related to each axis." }

docs/translations/api-docs/charts/line-chart/line-chart.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"onLineClick": { "description": "Callback fired when a line element is clicked." },
4747
"onMarkClick": { "description": "Callback fired when a mark element is clicked." },
4848
"series": {
49-
"description": "The series to display in the line chart. An array of [[LineSeriesType]] objects."
49+
"description": "The series to display in the line chart. An array of <a href='/x/api/charts/line-series-type/'>LineSeriesType</a> objects."
5050
},
5151
"skipAnimation": { "description": "If <code>true</code>, animations are skipped." },
5252
"slotProps": { "description": "The props used for each component slot." },
@@ -55,10 +55,10 @@
5555
"description": "The width of the chart in px. If not defined, it takes the width of the parent element."
5656
},
5757
"xAxis": {
58-
"description": "The configuration of the x-axes. If not provided, a default axis config is used. An array of [[AxisConfig]] objects."
58+
"description": "The configuration of the x-axes. If not provided, a default axis config is used. An array of <a href='/x/api/charts/axis-config/'>AxisConfig</a> objects."
5959
},
6060
"yAxis": {
61-
"description": "The configuration of the y-axes. If not provided, a default axis config is used. An array of [[AxisConfig]] objects."
61+
"description": "The configuration of the y-axes. If not provided, a default axis config is used. An array of <a href='/x/api/charts/axis-config/'>AxisConfig</a> objects."
6262
}
6363
},
6464
"classDescriptions": {},

docs/translations/api-docs/charts/pie-chart/pie-chart.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
"onItemClick": { "description": "Callback fired when a pie arc is clicked." },
2828
"series": {
29-
"description": "The series to display in the pie chart. An array of [[PieSeriesType]] objects."
29+
"description": "The series to display in the pie chart. An array of <a href='/x/api/charts/pie-series-type/'>PieSeriesType</a> objects."
3030
},
3131
"skipAnimation": {
3232
"description": "If <code>true</code>, animations are skipped. If unset or <code>false</code>, the animations respects the user&#39;s <code>prefers-reduced-motion</code> setting."

docs/translations/api-docs/charts/radar-chart/radar-chart.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"radar": { "description": "The configuration of the radar scales." },
3232
"series": {
33-
"description": "The series to display in the bar chart. An array of [[RadarSeriesType]] objects."
33+
"description": "The series to display in the bar chart. An array of RadarSeriesType objects."
3434
},
3535
"shape": { "description": "The grid shape." },
3636
"skipAnimation": {

docs/translations/api-docs/charts/radar-data-provider/radar-data-provider.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
"radar": { "description": "The configuration of the radar scales." },
2929
"series": {
30-
"description": "The series to display in the bar chart. An array of [[RadarSeriesType]] objects."
30+
"description": "The series to display in the bar chart. An array of RadarSeriesType objects."
3131
},
3232
"skipAnimation": {
3333
"description": "If <code>true</code>, animations are skipped. If unset or <code>false</code>, the animations respects the user&#39;s <code>prefers-reduced-motion</code> setting."

docs/translations/api-docs/charts/scatter-chart-pro/scatter-chart-pro.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"typeDescriptions": { "zoomData": "Updated zoom data." }
5858
},
5959
"series": {
60-
"description": "The series to display in the scatter chart. An array of [[ScatterSeriesType]] objects."
60+
"description": "The series to display in the scatter chart. An array of <a href='/x/api/charts/scatter-series-type/'>ScatterSeriesType</a> objects."
6161
},
6262
"showToolbar": { "description": "If true, shows the default chart toolbar." },
6363
"skipAnimation": {
@@ -72,10 +72,10 @@
7272
"description": "The width of the chart in px. If not defined, it takes the width of the parent element."
7373
},
7474
"xAxis": {
75-
"description": "The configuration of the x-axes. If not provided, a default axis config is used. An array of [[AxisConfig]] objects."
75+
"description": "The configuration of the x-axes. If not provided, a default axis config is used. An array of <a href='/x/api/charts/axis-config/'>AxisConfig</a> objects."
7676
},
7777
"yAxis": {
78-
"description": "The configuration of the y-axes. If not provided, a default axis config is used. An array of [[AxisConfig]] objects."
78+
"description": "The configuration of the y-axes. If not provided, a default axis config is used. An array of <a href='/x/api/charts/axis-config/'>AxisConfig</a> objects."
7979
},
8080
"zAxis": { "description": "The configuration of the z-axes." },
8181
"zoomData": { "description": "The list of zoom data related to each axis." }

docs/translations/api-docs/charts/scatter-chart/scatter-chart.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
}
5151
},
5252
"series": {
53-
"description": "The series to display in the scatter chart. An array of [[ScatterSeriesType]] objects."
53+
"description": "The series to display in the scatter chart. An array of <a href='/x/api/charts/scatter-series-type/'>ScatterSeriesType</a> objects."
5454
},
5555
"skipAnimation": {
5656
"description": "If <code>true</code>, animations are skipped. If unset or <code>false</code>, the animations respects the user&#39;s <code>prefers-reduced-motion</code> setting."
@@ -64,10 +64,10 @@
6464
"description": "The width of the chart in px. If not defined, it takes the width of the parent element."
6565
},
6666
"xAxis": {
67-
"description": "The configuration of the x-axes. If not provided, a default axis config is used. An array of [[AxisConfig]] objects."
67+
"description": "The configuration of the x-axes. If not provided, a default axis config is used. An array of <a href='/x/api/charts/axis-config/'>AxisConfig</a> objects."
6868
},
6969
"yAxis": {
70-
"description": "The configuration of the y-axes. If not provided, a default axis config is used. An array of [[AxisConfig]] objects."
70+
"description": "The configuration of the y-axes. If not provided, a default axis config is used. An array of <a href='/x/api/charts/axis-config/'>AxisConfig</a> objects."
7171
},
7272
"zAxis": { "description": "The configuration of the z-axes." }
7373
},

docs/translations/api-docs/charts/spark-line-chart/spark-line-chart.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,10 @@
6767
"description": "The width of the chart in px. If not defined, it takes the width of the parent element."
6868
},
6969
"xAxis": {
70-
"description": "The xAxis configuration. Notice it is a single [[AxisConfig]] object, not an array of configuration."
70+
"description": "The xAxis configuration. Notice it is a single <a href='/x/api/charts/axis-config/'>AxisConfig</a> object, not an array of configuration."
7171
},
7272
"yAxis": {
73-
"description": "The yAxis configuration. Notice it is a single [[AxisConfig]] object, not an array of configuration."
73+
"description": "The yAxis configuration. Notice it is a single <a href='/x/api/charts/axis-config/'>AxisConfig</a> object, not an array of configuration."
7474
}
7575
},
7676
"classDescriptions": {},

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

-2
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,6 @@ BarChartPro.propTypes = {
114114
exportAsImage: PropTypes.func.isRequired,
115115
exportAsPrint: PropTypes.func.isRequired,
116116
setZoomData: PropTypes.func.isRequired,
117-
zoomIn: PropTypes.func.isRequired,
118-
zoomOut: PropTypes.func.isRequired,
119117
}),
120118
}),
121119
/**

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

-2
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,6 @@ FunnelChart.propTypes = {
121121
exportAsImage: PropTypes.func.isRequired,
122122
exportAsPrint: PropTypes.func.isRequired,
123123
setZoomData: PropTypes.func.isRequired,
124-
zoomIn: PropTypes.func.isRequired,
125-
zoomOut: PropTypes.func.isRequired,
126124
}),
127125
}),
128126
/**

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

-2
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,6 @@ LineChartPro.propTypes = {
127127
exportAsImage: PropTypes.func.isRequired,
128128
exportAsPrint: PropTypes.func.isRequired,
129129
setZoomData: PropTypes.func.isRequired,
130-
zoomIn: PropTypes.func.isRequired,
131-
zoomOut: PropTypes.func.isRequired,
132130
}),
133131
}),
134132
/**

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

-2
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,6 @@ ScatterChartPro.propTypes = {
112112
exportAsImage: PropTypes.func.isRequired,
113113
exportAsPrint: PropTypes.func.isRequired,
114114
setZoomData: PropTypes.func.isRequired,
115-
zoomIn: PropTypes.func.isRequired,
116-
zoomOut: PropTypes.func.isRequired,
117115
}),
118116
}),
119117
/**

packages/x-charts/src/material/icons/index.tsx

-20
This file was deleted.

packages/x-charts/src/material/index.ts

-19
This file was deleted.

0 commit comments

Comments
 (0)