Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
joadan committed May 5, 2021
1 parent 43cf2b4 commit 2653684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/ChartSamples/Pages/DateTimeChart.razor
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
{

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

Expand Down

0 comments on commit 2653684

Please sign in to comment.