Skip to content

Commit

Permalink
api changes
Browse files Browse the repository at this point in the history
  • Loading branch information
JCQuintas committed Dec 9, 2024
1 parent 37efd97 commit 8c23d0a
Show file tree
Hide file tree
Showing 10 changed files with 50 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/pages/x/api/charts/charts-axis-tooltip-content.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@
"import { ChartsAxisTooltipContent } from '@mui/x-charts-pro';"
],
"classes": [
{
"key": "axisValueCell",
"className": "MuiChartsAxisTooltipContent-axisValueCell",
"description": "Styles applied to the axisValueCell element. Only available for axis tooltip.",
"isGlobal": false
},
{
"key": "cell",
"className": "MuiChartsAxisTooltipContent-cell",
Expand Down
6 changes: 6 additions & 0 deletions docs/pages/x/api/charts/charts-item-tooltip-content.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@
"import { ChartsItemTooltipContent } from '@mui/x-charts-pro';"
],
"classes": [
{
"key": "axisValueCell",
"className": "MuiChartsItemTooltipContent-axisValueCell",
"description": "Styles applied to the axisValueCell element. Only available for axis tooltip.",
"isGlobal": false
},
{
"key": "cell",
"className": "MuiChartsItemTooltipContent-cell",
Expand Down
6 changes: 6 additions & 0 deletions docs/pages/x/api/charts/charts-tooltip-container.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,12 @@
"import { ChartsTooltipContainer } from '@mui/x-charts-pro';"
],
"classes": [
{
"key": "axisValueCell",
"className": "MuiChartsTooltipContainer-axisValueCell",
"description": "Styles applied to the axisValueCell element. Only available for axis tooltip.",
"isGlobal": false
},
{
"key": "cell",
"className": "MuiChartsTooltipContainer-cell",
Expand Down
6 changes: 6 additions & 0 deletions docs/pages/x/api/charts/charts-tooltip.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,12 @@
"import { ChartsTooltip } from '@mui/x-charts-pro';"
],
"classes": [
{
"key": "axisValueCell",
"className": "MuiChartsTooltip-axisValueCell",
"description": "Styles applied to the axisValueCell element. Only available for axis tooltip.",
"isGlobal": false
},
{
"key": "cell",
"className": "MuiChartsTooltip-cell",
Expand Down
6 changes: 6 additions & 0 deletions docs/pages/x/api/charts/heatmap-tooltip.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,12 @@
"import { HeatmapTooltip } from '@mui/x-charts-pro';"
],
"classes": [
{
"key": "axisValueCell",
"className": "MuiHeatmapTooltip-axisValueCell",
"description": "Styles applied to the axisValueCell element. Only available for axis tooltip.",
"isGlobal": false
},
{
"key": "cell",
"className": "MuiHeatmapTooltip-cell",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"classes": { "description": "Override or extend the styles applied to the component." }
},
"classDescriptions": {
"axisValueCell": {
"description": "Styles applied to {{nodeName}}. Only available for axis tooltip.",
"nodeName": "the axisValueCell element"
},
"cell": { "description": "Styles applied to {{nodeName}}.", "nodeName": "the cell element" },
"labelCell": {
"description": "Styles applied to {{nodeName}}.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"classes": { "description": "Override or extend the styles applied to the component." }
},
"classDescriptions": {
"axisValueCell": {
"description": "Styles applied to {{nodeName}}. Only available for axis tooltip.",
"nodeName": "the axisValueCell element"
},
"cell": { "description": "Styles applied to {{nodeName}}.", "nodeName": "the cell element" },
"labelCell": {
"description": "Styles applied to {{nodeName}}.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@
}
},
"classDescriptions": {
"axisValueCell": {
"description": "Styles applied to {{nodeName}}. Only available for axis tooltip.",
"nodeName": "the axisValueCell element"
},
"cell": { "description": "Styles applied to {{nodeName}}.", "nodeName": "the cell element" },
"labelCell": {
"description": "Styles applied to {{nodeName}}.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@
}
},
"classDescriptions": {
"axisValueCell": {
"description": "Styles applied to {{nodeName}}. Only available for axis tooltip.",
"nodeName": "the axisValueCell element"
},
"cell": { "description": "Styles applied to {{nodeName}}.", "nodeName": "the cell element" },
"labelCell": {
"description": "Styles applied to {{nodeName}}.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@
}
},
"classDescriptions": {
"axisValueCell": {
"description": "Styles applied to {{nodeName}}. Only available for axis tooltip.",
"nodeName": "the axisValueCell element"
},
"cell": { "description": "Styles applied to {{nodeName}}.", "nodeName": "the cell element" },
"labelCell": {
"description": "Styles applied to {{nodeName}}.",
Expand Down

0 comments on commit 8c23d0a

Please sign in to comment.