perbaikan tampilan cost management
This commit is contained in:
parent
379bdb24da
commit
0aac2ff194
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user