8cb1f9f479
Publish SDK (PyPI) / publish (push) Has been cancelled
Publish SDK (npm) / publish (@aionui/officecli-sdk) (push) Has been cancelled
SDK smoke / smoke (windows-latest) (push) Has been cancelled
Publish SDK (npm) / publish (@officecli/officecli-sdk) (push) Has been cancelled
Publish SDK (npm) / publish (@officecli/sdk) (push) Has been cancelled
Publish SDK (npm) / publish (officecli-sdk) (push) Has been cancelled
SDK smoke / smoke (macos-latest) (push) Has been cancelled
SDK smoke / smoke (ubuntu-latest) (push) Has been cancelled
Skill parity / diff (push) Has been cancelled
45 lines
1.0 KiB
JSON
45 lines
1.0 KiB
JSON
{
|
|
"$schema": "../_schema.json",
|
|
"shared_base": true,
|
|
"properties": {
|
|
"radarstyle": {
|
|
"type": "string",
|
|
"appliesWhen": {
|
|
"chartType": [
|
|
"radar"
|
|
]
|
|
},
|
|
"add": true,
|
|
"set": true,
|
|
"get": false,
|
|
"description": "radar chart subtype. Values: standard|line, marker, filled|fill.",
|
|
"examples": [
|
|
"--prop radarstyle=filled"
|
|
]
|
|
},
|
|
"roundedcorners": {
|
|
"type": "bool",
|
|
"add": true,
|
|
"set": true,
|
|
"get": false,
|
|
"description": "round the chart-area outer corners.",
|
|
"examples": [
|
|
"--prop roundedcorners=true"
|
|
]
|
|
},
|
|
"valaxisvisible": {
|
|
"type": "bool",
|
|
"aliases": [
|
|
"valaxis.visible"
|
|
],
|
|
"add": true,
|
|
"set": true,
|
|
"get": false,
|
|
"description": "convenience shortcut for /chart[N]/axis[@role=...] visible (on role=value); see chart-axis schema for full axis-level options",
|
|
"examples": [
|
|
"--prop valaxisvisible=false"
|
|
]
|
|
}
|
|
}
|
|
}
|