This commit is contained in:
DESKTOP-FUDKNA8\znjsz
2024-01-30 14:09:40 +08:00
parent 2276c1f9dd
commit 22f4b99ab1
5 changed files with 64 additions and 68 deletions

View File

@@ -1,9 +1,9 @@
export const options = {
color: ['#ffd601', '#72340b', '#a4c9d1'],
color: ['#a4c9d1', '#72340b', '#ffd601' ],
grid: {
top: 10,
bottom: 0,
left: 0,
top: 8,
bottom: 20,
left: 42,
right: 28,
},
legend: {
@@ -39,7 +39,7 @@ export const options = {
series: [
{
type: "bar",
data: [],
data: [34, 2, 23],
label: {
show: true,
position: "right",