ok
This commit is contained in:
@@ -165,10 +165,10 @@ const DailyCharts = ({ incomeGraph, transactionGraph, materialGraph, colors, typ
|
||||
},
|
||||
},
|
||||
yaxis: {
|
||||
show: false,
|
||||
max: globalMax,
|
||||
min: 0,
|
||||
labels: {
|
||||
maxWidth: 20,
|
||||
style: {
|
||||
colors: "transparent",
|
||||
},
|
||||
|
||||
@@ -105,7 +105,8 @@ if (aggregatedCurrentReports || aggregatedPreviousReports) {
|
||||
}
|
||||
}
|
||||
},
|
||||
yaxis: { show: false, max: globalMax, min: 0, labels: { style: { colors: "transparent" } } },
|
||||
yaxis: { max: globalMax, min: 0, labels: {
|
||||
maxWidth: 20, style: { colors: "transparent" } } },
|
||||
grid: { show: false },
|
||||
fill: { opacity: 0.5 },
|
||||
colors: [colors[0]],
|
||||
@@ -166,7 +167,7 @@ if (aggregatedCurrentReports || aggregatedPreviousReports) {
|
||||
}
|
||||
}
|
||||
},
|
||||
yaxis: { show: false, max: globalMax, min: 0, labels: { style: { colors: "transparent" } } },
|
||||
yaxis: { max: globalMax, min: 0, labels: { maxWidth: 20, style: { colors: "transparent" } } },
|
||||
grid: { show: false },
|
||||
fill: { opacity: 0.5 },
|
||||
colors: [colors[1]],
|
||||
|
||||
Reference in New Issue
Block a user