Skip to content

Commit f7df618

Browse files
committed
Cleanup
1 parent 46a351b commit f7df618

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

docs/BlazorApexCharts.Docs/Components/Events/DataPointHover/Basic.razor

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
2-
<Row>
1+
<Row>
32
<RowCol Md=12 Lg=6>
43
<ApexChart TItem="Order"
54
Title="Order Net Value"
@@ -42,11 +41,6 @@
4241
</RowCol>
4342
</Row>
4443

45-
46-
47-
48-
49-
5044
@code {
5145
private List<Order> Orders { get; set; } = SampleData.GetOrders();
5246
private HoverData<Order> hoverData;
@@ -60,5 +54,4 @@
6054
{
6155
this.hoverData = null;
6256
}
63-
6457
}

docs/BlazorApexCharts.Docs/Components/Events/DataPointHover/DataPointHover.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<DocExamples Title="Data Point Hover">
44

55
<Description>
6-
Move the mouse over an datapoint to triger an event
6+
Move the mouse over an datapoint to trigger an event
77
</Description>
88

99
<ChildContent>

0 commit comments

Comments
 (0)