Skip to content

Commit 0180021

Browse files
committed
998039: Updated changes.
1 parent 34923cc commit 0180021

File tree

2 files changed

+6
-11
lines changed

2 files changed

+6
-11
lines changed
-5.21 KB
Loading

blazor/accumulation-chart/legend.md

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -414,11 +414,6 @@ To use, add a `LegendItemTemplate` inside any [AccumulationChartSeries](https://
414414
</div>
415415
</div>
416416
</LegendItemTemplate>
417-
<ChildContent>
418-
<AccumulationDataLabelSettings Visible="true" Position="AccumulationLabelPosition.Inside">
419-
<AccumulationChartDataLabelFont Size="12px" Color="white"></AccumulationChartDataLabelFont>
420-
</AccumulationDataLabelSettings>
421-
</ChildContent>
422417
</AccumulationChartSeries>
423418
</AccumulationChartSeriesCollection>
424419
@@ -436,12 +431,12 @@ To use, add a `LegendItemTemplate` inside any [AccumulationChartSeries](https://
436431
437432
public List<Statistics> StatisticsDetails = new()
438433
{
439-
new Statistics { Browser = "Chrome", Users = 37, Color = "#f55a65" },
440-
new Statistics { Browser = "UC Browser", Users = 17, Color = "#fcce2c" },
441-
new Statistics { Browser = "iPhone", Users = 19, Color = "#78d6e2" },
442-
new Statistics { Browser = "Others", Users = 4, Color = "#bbd848" },
443-
new Statistics { Browser = "Opera", Users = 11, Color = "#a97bdc" },
444-
new Statistics { Browser = "Android", Users = 12, Color = "#57b879" },
434+
new Statistics { Browser = "Chrome", Users = 37, Color = "#a16ee5" },
435+
new Statistics { Browser = "UC Browser", Users = 17, Color = "#f7ce69" },
436+
new Statistics { Browser = "iPhone", Users = 19, Color = "#55a5c2" },
437+
new Statistics { Browser = "Others", Users = 4, Color = "#7ddf1e" },
438+
new Statistics { Browser = "Opera", Users = 11, Color = "#ff6ea6" },
439+
new Statistics { Browser = "Android", Users = 12, Color = "#7953ac" },
445440
};
446441
447442
}

0 commit comments

Comments
 (0)