Merge commit 'b61ea4b8aa2f5d38ad6af828ed0620a589ec5786'

This fixes the link to xyChart in the docs on the `master` branch.
This commit is contained in:
Alois Klink 2023-11-08 08:42:05 +00:00
commit f487dcd57b
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ function sidebarSyntax() {
{ text: 'Timeline 🔥', link: '/syntax/timeline' },
{ text: 'Zenuml 🔥', link: '/syntax/zenuml' },
{ text: 'Sankey 🔥', link: '/syntax/sankey' },
{ text: 'XYChart 🔥', link: '/syntax/xychart' },
{ text: 'XYChart 🔥', link: '/syntax/xyChart' },
{ text: 'Other Examples', link: '/syntax/examples' },
],
},