This commit is contained in:
Samuele Locatelli
2022-10-18 12:01:06 +02:00
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
@@ -344,7 +344,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
{