[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot]
2025-04-17 17:50:20 +00:00
committed by GitHub
parent 330c48fa3f
commit cb0cb5dfc7
2 changed files with 5 additions and 4 deletions

View File

@@ -141,10 +141,11 @@ xychart-beta
Themes for xychart resides inside xychart attribute so to set the variables use this syntax:
```yaml
---
config:
themeVariables:
xyChart:
titleColor: "#ff0000"
themeVariables:
xyChart:
titleColor: '#ff0000'
---
```

View File

@@ -133,7 +133,7 @@ Themes for xychart resides inside xychart attribute so to set the variables use
config:
themeVariables:
xyChart:
titleColor: "#ff0000"
titleColor: '#ff0000'
---
```