Skip to content

Commit 2653684

Browse files
committed
minor fix
1 parent 43cf2b4 commit 2653684

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/ChartSamples/Pages/DateTimeChart.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
{
3939

4040
//Stacked 100% test
41-
options.Chart = new Chart { Stacked = true, Type = ChartType.Bar, StackType = StackType.Percent100 };
41+
//options.Chart = new Chart { Stacked = true, Type = ChartType.Bar, StackType = StackType.Percent100 };
4242
4343
options.Tooltip = new Tooltip { X = new TooltipX { Format = @"MMMM \ yyyy" } };
4444

0 commit comments

Comments
 (0)