Skip to content

Commit f427406

Browse files
committed
Fixed markers sample
1 parent 81a0b8a commit f427406

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

docs/BlazorApexCharts.Docs/Components/ChartTypes/BarCharts/BarCharts.razor

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
11
@page "/bar-charts"
22

33
<DocExamples Title="Bar Charts">
4-
5-
<CodeSnippet Title=Markers ClassName=@typeof(Markers).ToString()>
6-
<Snippet>
7-
<Markers />
8-
</Snippet>
9-
</CodeSnippet>
4+
105

116
<CodeSnippet Title=Basic ClassName=@typeof(Basic).ToString()>
127
<Snippet>
@@ -56,10 +51,16 @@
5651
</Snippet>
5752
</CodeSnippet>
5853

59-
<CodeSnippet Title="Dynamic Update" ClassName=@typeof(DynamicUpdate).ToString()>
54+
<CodeSnippet Title="Dynamic Update" ClassName=@typeof(DynamicUpdate).ToString()>
6055
<Snippet>
6156
<DynamicUpdate />
6257
</Snippet>
6358
</CodeSnippet>
6459

60+
<CodeSnippet Title=Markers ClassName=@typeof(Markers).ToString()>
61+
<Snippet>
62+
<Markers />
63+
</Snippet>
64+
</CodeSnippet>
65+
6566
</DocExamples>

0 commit comments

Comments
 (0)