From cb0cb5dfc72a2e87e1393ddec8f3d1460da232c5 Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Thu, 17 Apr 2025 17:50:20 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- docs/syntax/xyChart.md | 7 ++++--- packages/mermaid/src/docs/syntax/xyChart.md | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/syntax/xyChart.md b/docs/syntax/xyChart.md index d40aacd2b..dd64f742d 100644 --- a/docs/syntax/xyChart.md +++ b/docs/syntax/xyChart.md @@ -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' --- ``` diff --git a/packages/mermaid/src/docs/syntax/xyChart.md b/packages/mermaid/src/docs/syntax/xyChart.md index 4da763e38..7de3d4144 100644 --- a/packages/mermaid/src/docs/syntax/xyChart.md +++ b/packages/mermaid/src/docs/syntax/xyChart.md @@ -133,7 +133,7 @@ Themes for xychart resides inside xychart attribute so to set the variables use config: themeVariables: xyChart: - titleColor: "#ff0000" + titleColor: '#ff0000' --- ```