Skip to content

Commit 6bcc426

Browse files
committed
clean up
1 parent 7b07b77 commit 6bcc426

File tree

1 file changed

+6
-7
lines changed

1 file changed

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

33
<DocExamples Title="Label Formatter" >
4-
<CodeSnippet Title="Label Formatter" ClassName=@typeof(LabelFormatter).ToString()>
5-
<Snippet>
6-
<LabelFormatter />
7-
</Snippet>
8-
</CodeSnippet>
9-
4+
105
<CodeSnippet Title=Basic ClassName=@typeof(Basic).ToString()>
116
<Snippet>
127
<Basic/>
@@ -19,7 +14,11 @@
1914
</Snippet>
2015
</CodeSnippet>
2116

22-
17+
<CodeSnippet Title="Label Formatter" ClassName=@typeof(LabelFormatter).ToString()>
18+
<Snippet>
19+
<LabelFormatter />
20+
</Snippet>
21+
</CodeSnippet>
2322

2423

2524
</DocExamples>

0 commit comments

Comments
 (0)