Able to draw till axis from chart configuration

- there is some issue with drawing the plot from chart data
This commit is contained in:
Subhash Halder
2023-07-02 17:14:12 +05:30
parent 1d98ead5c2
commit ebd329149b
14 changed files with 282 additions and 224 deletions

View File

@@ -16,11 +16,23 @@
<body>
<h1>XY Charts demos</h1>
<pre class="mermaid">
xychart
xychart-beta horizontal
title Basic xychart
x-axis "this is x axis" [category1, "category 2", category3]
y-axis yaxisText 10 --> 150
</pre>
<hr />
<h1>XY Charts demos</h1>
<pre class="mermaid">
xychart-beta
title Basic xychart
x-axis "this is x axis" [category1, "category 2", category3]
y-axis yaxisText 10 --> 150
</pre>
<hr />
<script type="module">
import mermaid from './mermaid.esm.mjs';
mermaid.initialize({