This is an automated email from the ASF dual-hosted git repository. ovilia pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/echarts-from-mermaid.git
commit b83992b840879d9ba6bd2cbe336d8b505ce60cc0 Author: Ovilia <[email protected]> AuthorDate: Thu Mar 20 17:16:36 2025 +0800 doc: update doc --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3850bde..6e9b0d8 100644 --- a/README.md +++ b/README.md @@ -47,11 +47,13 @@ chart.setOption(option); ## Supported Charts +Note that the supported charts are neither a subset nor a superset of the charts supported by Mermaid. This plugin is designed to generate ECharts Options in a syntax that is inspired by Mermaid. + ### Mermaid - Pie (`pie`) -- Bar (`xychart-beta`) -- Line (`xychart-beta`) +- Bar (`xychart-beta`, or simplified as `xychart`) +- Line (`xychart-beta`, or simplified as `xychart`) - Sankey (`sankey-beta`) ### Extended --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
