We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a9f2b1 commit eb63394Copy full SHA for eb63394
docs/BlazorApexCharts.Docs/Components/Features/Annotations/AnnotationsSamples.razor
@@ -2,17 +2,17 @@
2
3
<DocExamples Title="Annotations" >
4
5
- <CodeSnippet Title=Events ClassName=@typeof(Events).ToString()>
+ <CodeSnippet Title=Basic ClassName=@typeof(Basic).ToString()>
6
<Snippet>
7
- <Events />
+ <Basic/>
8
</Snippet>
9
</CodeSnippet>
10
11
-@* <CodeSnippet Title=Basic ClassName=@typeof(Basic).ToString()>
+ <CodeSnippet Title=Events ClassName=@typeof(Events).ToString()>
12
13
- <Basic/>
+ <Events />
14
15
- </CodeSnippet> *@
+ </CodeSnippet>
16
17
@* <CodeSnippet Title=Horizontal ClassName=@typeof(Horizontal).ToString()>
18
0 commit comments