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