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