Commit bb08b34e authored by wangqinghua's avatar wangqinghua

update

parent 2c3d28fb
......@@ -55,7 +55,14 @@ export class AnalysisDealComponent implements OnInit {
})
},
yAxis: {
type: 'value'
type: 'value',
minInterval : 1,
axisLabel: {
show: true,
interval: 'auto',
formatter: '{value} 个'
},
boundaryGap : [ 0,0.1 ],
},
series: [{
data: this.dealList.map(e=>{
......
......@@ -55,7 +55,14 @@ export class AnalysisEventComponent implements OnInit {
})
},
yAxis: {
type: 'value'
type: 'value',
minInterval : 1,
axisLabel: {
show: true,
interval: 'auto',
formatter: '{value} 个'
},
boundaryGap : [ 0, 0.1 ],
},
series: [{
data: this.eventList.map(e=>{
......
......@@ -55,7 +55,14 @@ export class AnalysisStatusComponent implements OnInit {
})
},
yAxis: {
type: 'value'
type: 'value',
minInterval : 1,
axisLabel: {
show: true,
interval: 'auto',
formatter: '{value} 个'
},
boundaryGap : [ 0, 0.1 ],
},
series: [{
data: this.statusList.map(e=>{
......
......@@ -105,11 +105,13 @@ export class ResourceAlarmComponent implements OnInit {
},
yAxis: {
type: 'value',
minInterval : 1,
axisLabel: {
show: true,
interval: 'auto',
formatter: '{value} 个'
},
boundaryGap : [ 0, 0.1 ],
},
series: [{
data: data.map(e=>{
......@@ -174,11 +176,13 @@ export class ResourceAlarmComponent implements OnInit {
yAxis: [
{
type: 'value',
minInterval : 1,
axisLabel: {
show: true,
interval: 'auto',
formatter: '{value} 个'
},
boundaryGap : [ 0, 0.1 ],
}
],
series: [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment