Skip to content

Commit 06d6827

Browse files
committed
fix-ci
1 parent 5eddb6c commit 06d6827

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/pages/x/api/charts/axis-config.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@
33
"imports": ["import { AxisConfig } from '@mui/x-charts'"],
44
"properties": {
55
"id": { "type": { "description": "AxisId" }, "required": true },
6-
"scaleType": { "type": { "description": "'linear'" }, "required": true },
7-
"colorMap": { "type": { "description": "ContinuousColorConfig | PiecewiseColorConfig" } },
6+
"scaleType": { "type": { "description": "'band'" }, "required": true },
7+
"colorMap": {
8+
"type": { "description": "OrdinalColorConfig | ContinuousColorConfig | PiecewiseColorConfig" }
9+
},
810
"data": { "type": { "description": "V[]" } },
911
"dataKey": { "type": { "description": "string" } },
1012
"hideTooltip": { "type": { "description": "boolean" } },

0 commit comments

Comments
 (0)