Skip to content

Commit

Permalink
scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfauquette committed Oct 19, 2023
1 parent b02d351 commit 34f0985
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions docs/pages/x/api/charts/charts-x-axis.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"type": { "name": "number" },
"default": "14",
"deprecated": true,
"deprecationInfo": "Consider using <code>labelStyle.fontSize</code> instead."
"deprecationInfo": "Consider using <code>labelStyle.fontSize</code> instead."
},
"labelStyle": { "type": { "name": "object" } },
"position": { "type": { "name": "enum", "description": "'bottom'<br>&#124;&nbsp;'top'" } },
Expand All @@ -21,7 +21,7 @@
"type": { "name": "number" },
"default": "12",
"deprecated": true,
"deprecationInfo": "Consider using <code>tickLabelStyle.fontSize</code> instead."
"deprecationInfo": "Consider using <code>tickLabelStyle.fontSize</code> instead."
},
"tickInterval": {
"type": { "name": "union", "description": "'auto'<br>&#124;&nbsp;array<br>&#124;&nbsp;func" },
Expand Down
4 changes: 2 additions & 2 deletions docs/pages/x/api/charts/charts-y-axis.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"type": { "name": "number" },
"default": "14",
"deprecated": true,
"deprecationInfo": "Consider using <code>labelStyle.fontSize</code> instead."
"deprecationInfo": "Consider using <code>labelStyle.fontSize</code> instead."
},
"labelStyle": { "type": { "name": "object" } },
"position": { "type": { "name": "enum", "description": "'left'<br>&#124;&nbsp;'right'" } },
Expand All @@ -21,7 +21,7 @@
"type": { "name": "number" },
"default": "12",
"deprecated": true,
"deprecationInfo": "Consider using <code>tickLabelStyle.fontSize</code> instead."
"deprecationInfo": "Consider using <code>tickLabelStyle.fontSize</code> instead."
},
"tickInterval": {
"type": { "name": "union", "description": "'auto'<br>&#124;&nbsp;array<br>&#124;&nbsp;func" },
Expand Down
4 changes: 2 additions & 2 deletions packages/x-charts/src/ChartsXAxis/ChartsXAxis.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
/**
Expand Down Expand Up @@ -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,
/**
Expand Down
4 changes: 2 additions & 2 deletions packages/x-charts/src/ChartsYAxis/ChartsYAxis.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
/**
Expand Down Expand Up @@ -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,
/**
Expand Down

0 comments on commit 34f0985

Please sign in to comment.