fix colori

This commit is contained in:
zaccaria.majid
2022-10-18 11:23:27 +02:00
parent 094ce0d181
commit 0cf6ecd38f
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ namespace MP.SPEC.Components.Chart
{
Datasets = new[]
{
new { Data = Data, BackgroundColor = BackgroundColor.Select(x=>x.color), borderColor = BackgroundColor.Select(x=>x.border), borderWidth= 0, offset= 10, borderRadius = 10
new { Data = Data, BackgroundColor = BackgroundColor.Select(x=>x.color), borderColor = BackgroundColor.Select(x=>x.border), borderWidth= 0, offset= 1, borderRadius = 0
}
},
Labels = Labels
+1 -1
View File
@@ -288,7 +288,7 @@ namespace MP.SPEC.Components
}
else if (css == "blue")
{
answ = "purple";
answ = "#2874A6";
}
else
{
+1 -1
View File
@@ -67,7 +67,7 @@ namespace MP.SPEC.Components
}
else if (record.Css == "blue")
{
colors.Add(new DoughnutStyling("purple", "ccc"));
colors.Add(new DoughnutStyling("#2874A6", "ccc"));
}
else
{