Rendering the chart with all the property from chart config

This commit is contained in:
Subhash Halder
2023-07-03 21:44:56 +05:30
parent ebd329149b
commit 597f7a8e87
4 changed files with 69 additions and 36 deletions

View File

@@ -18,8 +18,10 @@
<pre class="mermaid">
xychart-beta horizontal
title Basic xychart
x-axis "this is x axis" [category1, "category 2", category3]
x-axis "this is x axis" [category1, "category 2", category3, category4]
y-axis yaxisText 10 --> 150
line [23, 46, 75, 43]
bar "sample bat" [52, 96, 35, 10]
</pre>
<hr />
@@ -28,8 +30,10 @@
<pre class="mermaid">
xychart-beta
title Basic xychart
x-axis "this is x axis" [category1, "category 2", category3]
x-axis "this is x axis" [category1, "category 2", category3, category4]
y-axis yaxisText 10 --> 150
line [23, 46, 75, 43]
bar "sample bat" [52, 96, 35, 10]
</pre>
<hr />