perbaikan tampilan cost management

This commit is contained in:
Fuzi_fauzia 2024-08-19 13:08:35 +07:00
parent 379bdb24da
commit 0aac2ff194

View File

@ -199,22 +199,22 @@ export class CostManagementComponent implements OnInit {
}, },
series: [ series: [
{ // {
name: "Placeholder", // name: "Placeholder",
type: "bar", // type: "bar",
stack: "Total", // stack: "Total",
itemStyle: { // itemStyle: {
borderColor: "transparent", // borderColor: "transparent",
color: "transparent", // color: "transparent",
}, // },
emphasis: { // emphasis: {
itemStyle: { // itemStyle: {
borderColor: "transparent", // borderColor: "transparent",
color: "transparent", // color: "transparent",
}, // },
}, // },
data: [1000, 1000], // data: [1000, 1000],
}, // },
{ {
name: "Cost", name: "Cost",
type: "bar", type: "bar",
@ -293,22 +293,22 @@ export class CostManagementComponent implements OnInit {
}, },
series: [ series: [
{ // {
name: "Placeholder", // name: "Placeholder",
type: "bar", // type: "bar",
stack: "Total", // stack: "Total",
itemStyle: { // itemStyle: {
borderColor: "transparent", // borderColor: "transparent",
color: "transparent", // color: "transparent",
}, // },
emphasis: { // emphasis: {
itemStyle: { // itemStyle: {
borderColor: "transparent", // borderColor: "transparent",
color: "transparent", // color: "transparent",
}, // },
}, // },
data: [2500, 2500], // data: [2500, 2500],
}, // },
{ {
name: "Cost", name: "Cost",
type: "bar", type: "bar",