Files
wehub-resource-sync 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
chore: import upstream snapshot with attribution
2026-07-13 13:09:29 +08:00

52 lines
1.8 KiB
JSON

{
"$schema": "../_schema.json",
"format": "xlsx",
"element": "chart-series",
"elementAliases": ["series", "chartseries"],
"parent": "chart",
"operations": {
"add": true,
"set": true,
"get": true,
"remove": false
},
"paths": {
"positional": [
"/SheetName/chart[N]/series[K]"
]
},
"note": "At chart-Add time, series pass as dotted props on the parent chart (series1.name, series1.values, series1.color, series1.categories); afterwards `add --type chart-series` on the chart parent (/SheetName/chart[N]) appends a series — values/categories accept cell ranges (resolved to refs with cached snapshots) or literal comma-separated data; the chart must already have at least one series to derive structure from. Combo charts (mixed chartType / secondary axis) are unsupported — create separate charts. `lineStyle` is not a key (rejected as UNSUPPORTED — use lineWidth + lineDash). remove is NOT supported on this element: recreate the chart with the full series list instead.",
"extends": [
"_shared/chart-series",
"_shared/chart-series.pptx-xlsx"
],
"properties": {
"valuesRef": {
"type": "string",
"add": false,
"set": false,
"get": true,
"description": "A1 cell range backing the series values.",
"readback": "A1 range string",
"enforcement": "report"
},
"trendline.dispEq": {
"type": "bool",
"add": false,
"set": false,
"get": true,
"description": "trendline displayEquation flag.",
"readback": "true when shown",
"enforcement": "report"
},
"trendline.dispRSqr": {
"type": "bool",
"add": false,
"set": false,
"get": true,
"description": "trendline displayRSquaredValue flag.",
"readback": "true when shown",
"enforcement": "report"
}
}
}