Skip to content

Commit 9a1a474

Browse files
Update Horizontal.razor
Fix tiny typo.
1 parent 0bd8776 commit 9a1a474

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
OrderByDescending="e=>e.Y"
2222
Color = "#e62e00"/>
2323
</ApexChart>
24-
</DemoContainer>vvv
24+
</DemoContainer>
2525

2626
@code {
2727
private List<Order> Orders { get; set; } = SampleData.GetOrders();
@@ -40,4 +40,4 @@
4040
}
4141
};
4242
}
43-
}
43+
}

0 commit comments

Comments
 (0)