From 34f0985cb7e2baceb339bebc86e25e1d3c1bb59d Mon Sep 17 00:00:00 2001 From: alexandre Date: Thu, 19 Oct 2023 10:00:20 +0200 Subject: [PATCH] scripts --- docs/pages/x/api/charts/charts-x-axis.json | 4 ++-- docs/pages/x/api/charts/charts-y-axis.json | 4 ++-- packages/x-charts/src/ChartsXAxis/ChartsXAxis.tsx | 4 ++-- packages/x-charts/src/ChartsYAxis/ChartsYAxis.tsx | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/pages/x/api/charts/charts-x-axis.json b/docs/pages/x/api/charts/charts-x-axis.json index e581a04987188..ce99eb0bae3b3 100644 --- a/docs/pages/x/api/charts/charts-x-axis.json +++ b/docs/pages/x/api/charts/charts-x-axis.json @@ -10,7 +10,7 @@ "type": { "name": "number" }, "default": "14", "deprecated": true, - "deprecationInfo": "Consider using labelStyle.fontSize instead." + "deprecationInfo": "Consider using labelStyle.fontSize instead." }, "labelStyle": { "type": { "name": "object" } }, "position": { "type": { "name": "enum", "description": "'bottom'
| 'top'" } }, @@ -21,7 +21,7 @@ "type": { "name": "number" }, "default": "12", "deprecated": true, - "deprecationInfo": "Consider using tickLabelStyle.fontSize instead." + "deprecationInfo": "Consider using tickLabelStyle.fontSize instead." }, "tickInterval": { "type": { "name": "union", "description": "'auto'
| array
| func" }, diff --git a/docs/pages/x/api/charts/charts-y-axis.json b/docs/pages/x/api/charts/charts-y-axis.json index 08b16898cbdc1..812cac2fcadea 100644 --- a/docs/pages/x/api/charts/charts-y-axis.json +++ b/docs/pages/x/api/charts/charts-y-axis.json @@ -10,7 +10,7 @@ "type": { "name": "number" }, "default": "14", "deprecated": true, - "deprecationInfo": "Consider using labelStyle.fontSize instead." + "deprecationInfo": "Consider using labelStyle.fontSize instead." }, "labelStyle": { "type": { "name": "object" } }, "position": { "type": { "name": "enum", "description": "'left'
| 'right'" } }, @@ -21,7 +21,7 @@ "type": { "name": "number" }, "default": "12", "deprecated": true, - "deprecationInfo": "Consider using tickLabelStyle.fontSize instead." + "deprecationInfo": "Consider using tickLabelStyle.fontSize instead." }, "tickInterval": { "type": { "name": "union", "description": "'auto'
| array
| func" }, diff --git a/packages/x-charts/src/ChartsXAxis/ChartsXAxis.tsx b/packages/x-charts/src/ChartsXAxis/ChartsXAxis.tsx index 725242b85907c..548e7f6a80308 100644 --- a/packages/x-charts/src/ChartsXAxis/ChartsXAxis.tsx +++ b/packages/x-charts/src/ChartsXAxis/ChartsXAxis.tsx @@ -253,7 +253,7 @@ ChartsXAxis.propTypes = { /** * The font size of the axis label. * @default 14 - * @deprecated Consider using `labelStyle.fontSize` instead. + * @deprecated Consider using `labelStyle.fontSize` instead. */ labelFontSize: PropTypes.number, /** @@ -282,7 +282,7 @@ ChartsXAxis.propTypes = { /** * The font size of the axis ticks text. * @default 12 - * @deprecated Consider using `tickLabelStyle.fontSize` instead. + * @deprecated Consider using `tickLabelStyle.fontSize` instead. */ tickFontSize: PropTypes.number, /** diff --git a/packages/x-charts/src/ChartsYAxis/ChartsYAxis.tsx b/packages/x-charts/src/ChartsYAxis/ChartsYAxis.tsx index 89c7ca01a762f..9677195cb4e5b 100644 --- a/packages/x-charts/src/ChartsYAxis/ChartsYAxis.tsx +++ b/packages/x-charts/src/ChartsYAxis/ChartsYAxis.tsx @@ -188,7 +188,7 @@ ChartsYAxis.propTypes = { /** * The font size of the axis label. * @default 14 - * @deprecated Consider using `labelStyle.fontSize` instead. + * @deprecated Consider using `labelStyle.fontSize` instead. */ labelFontSize: PropTypes.number, /** @@ -217,7 +217,7 @@ ChartsYAxis.propTypes = { /** * The font size of the axis ticks text. * @default 12 - * @deprecated Consider using `tickLabelStyle.fontSize` instead. + * @deprecated Consider using `tickLabelStyle.fontSize` instead. */ tickFontSize: PropTypes.number, /**