mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-08-18 07:49:26 +02:00
[autofix.ci] apply automated fixes
This commit is contained in:
@@ -141,10 +141,11 @@ xychart-beta
|
|||||||
Themes for xychart resides inside xychart attribute so to set the variables use this syntax:
|
Themes for xychart resides inside xychart attribute so to set the variables use this syntax:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
|
---
|
||||||
config:
|
config:
|
||||||
themeVariables:
|
themeVariables:
|
||||||
xyChart:
|
xyChart:
|
||||||
titleColor: "#ff0000"
|
titleColor: '#ff0000'
|
||||||
---
|
---
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@@ -133,7 +133,7 @@ Themes for xychart resides inside xychart attribute so to set the variables use
|
|||||||
config:
|
config:
|
||||||
themeVariables:
|
themeVariables:
|
||||||
xyChart:
|
xyChart:
|
||||||
titleColor: "#ff0000"
|
titleColor: '#ff0000'
|
||||||
---
|
---
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user