Skip to content

Commit

Permalink
gen docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardobelchior committed Feb 18, 2025
1 parent dfcd803 commit c4ea188
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/pages/x/api/charts/charts-axis.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
{
"key": "tickLabel",
"className": "MuiChartsAxis-tickLabel",
"description": "Styles applied to ticks label.\n\n⚠️ For performance reasons, only the inline styles of tick labels are taken into account when measuring their width\nand height. Using classes to apply styles that change text width or height (e.g,. font-size, letter-spacing,\nfont-weight) might cause labels to overlap. ⚠️",
"description": "Styles applied to ticks label.\n\n⚠️ For performance reasons, only the inline styles get considered for bounding box computation.\nModifying text size by adding properties like `font-size` or `letter-spacing` to this class might cause labels to overlap.",
"isGlobal": false
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/x/api/charts/charts-x-axis.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
{
"key": "tickLabel",
"className": "MuiChartsXAxis-tickLabel",
"description": "Styles applied to ticks label.\n\n⚠️ For performance reasons, only the inline styles of tick labels are taken into account when measuring their width\nand height. Using classes to apply styles that change text width or height (e.g,. font-size, letter-spacing,\nfont-weight) might cause labels to overlap. ⚠️",
"description": "Styles applied to ticks label.\n\n⚠️ For performance reasons, only the inline styles get considered for bounding box computation.\nModifying text size by adding properties like `font-size` or `letter-spacing` to this class might cause labels to overlap.",
"isGlobal": false
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/x/api/charts/charts-y-axis.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
{
"key": "tickLabel",
"className": "MuiChartsYAxis-tickLabel",
"description": "Styles applied to ticks label.\n\n⚠️ For performance reasons, only the inline styles of tick labels are taken into account when measuring their width\nand height. Using classes to apply styles that change text width or height (e.g,. font-size, letter-spacing,\nfont-weight) might cause labels to overlap. ⚠️",
"description": "Styles applied to ticks label.\n\n⚠️ For performance reasons, only the inline styles get considered for bounding box computation.\nModifying text size by adding properties like `font-size` or `letter-spacing` to this class might cause labels to overlap.",
"isGlobal": false
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"nodeName": "group including the tick and its label"
},
"tickLabel": {
"description": "Styles applied to {{nodeName}}.<br>⚠️ For performance reasons, only the inline styles of tick labels are taken into account when measuring their width and height. Using classes to apply styles that change text width or height (e.g,. font-size, letter-spacing, font-weight) might cause labels to overlap. ⚠️",
"description": "Styles applied to {{nodeName}}.<br>⚠️ For performance reasons, only the inline styles get considered for bounding box computation. Modifying text size by adding properties like <code>font-size</code> or <code>letter-spacing</code> to this class might cause labels to overlap.",
"nodeName": "ticks label"
},
"top": { "description": "Styles applied to {{nodeName}}.", "nodeName": "the top axis" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"nodeName": "group including the tick and its label"
},
"tickLabel": {
"description": "Styles applied to {{nodeName}}.<br>⚠️ For performance reasons, only the inline styles of tick labels are taken into account when measuring their width and height. Using classes to apply styles that change text width or height (e.g,. font-size, letter-spacing, font-weight) might cause labels to overlap. ⚠️",
"description": "Styles applied to {{nodeName}}.<br>⚠️ For performance reasons, only the inline styles get considered for bounding box computation. Modifying text size by adding properties like <code>font-size</code> or <code>letter-spacing</code> to this class might cause labels to overlap.",
"nodeName": "ticks label"
},
"top": { "description": "Styles applied to {{nodeName}}.", "nodeName": "the top axis" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"nodeName": "group including the tick and its label"
},
"tickLabel": {
"description": "Styles applied to {{nodeName}}.<br>⚠️ For performance reasons, only the inline styles of tick labels are taken into account when measuring their width and height. Using classes to apply styles that change text width or height (e.g,. font-size, letter-spacing, font-weight) might cause labels to overlap. ⚠️",
"description": "Styles applied to {{nodeName}}.<br>⚠️ For performance reasons, only the inline styles get considered for bounding box computation. Modifying text size by adding properties like <code>font-size</code> or <code>letter-spacing</code> to this class might cause labels to overlap.",
"nodeName": "ticks label"
},
"top": { "description": "Styles applied to {{nodeName}}.", "nodeName": "the top axis" }
Expand Down

0 comments on commit c4ea188

Please sign in to comment.