We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5eddb6c commit 06d6827Copy full SHA for 06d6827
docs/pages/x/api/charts/axis-config.json
@@ -3,8 +3,10 @@
3
"imports": ["import { AxisConfig } from '@mui/x-charts'"],
4
"properties": {
5
"id": { "type": { "description": "AxisId" }, "required": true },
6
- "scaleType": { "type": { "description": "'linear'" }, "required": true },
7
- "colorMap": { "type": { "description": "ContinuousColorConfig | PiecewiseColorConfig" } },
+ "scaleType": { "type": { "description": "'band'" }, "required": true },
+ "colorMap": {
8
+ "type": { "description": "OrdinalColorConfig | ContinuousColorConfig | PiecewiseColorConfig" }
9
+ },
10
"data": { "type": { "description": "V[]" } },
11
"dataKey": { "type": { "description": "string" } },
12
"hideTooltip": { "type": { "description": "boolean" } },
0 commit comments