mirror of
https://github.com/itflow-org/itflow
synced 2026-03-01 11:24:52 +00:00
changed expense color to red
This commit is contained in:
@@ -495,13 +495,13 @@ var myLineChart = new Chart(ctx, {
|
|||||||
}, {
|
}, {
|
||||||
label: "Expense",
|
label: "Expense",
|
||||||
lineTension: 0.3,
|
lineTension: 0.3,
|
||||||
backgroundColor: "rgba(2,2,216,0.2)",
|
backgroundColor: "red",
|
||||||
borderColor: "rgba(2,2,216,1)",
|
borderColor: "darkred",
|
||||||
pointRadius: 5,
|
pointRadius: 5,
|
||||||
pointBackgroundColor: "rgba(2,117,216,1)",
|
pointBackgroundColor: "red",
|
||||||
pointBorderColor: "rgba(255,255,255,0.8)",
|
pointBorderColor: "red",
|
||||||
pointHoverRadius: 5,
|
pointHoverRadius: 5,
|
||||||
pointHoverBackgroundColor: "rgba(2,117,216,1)",
|
pointHoverBackgroundColor: "darkred",
|
||||||
pointHitRadius: 50,
|
pointHitRadius: 50,
|
||||||
pointBorderWidth: 2,
|
pointBorderWidth: 2,
|
||||||
data: [
|
data: [
|
||||||
|
|||||||
Reference in New Issue
Block a user