summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/app/views/fcaps/monitor-5g/monitor-5g.component.ts
diff options
context:
space:
mode:
Diffstat (limited to 'usecaseui-portal/src/app/views/fcaps/monitor-5g/monitor-5g.component.ts')
-rw-r--r--usecaseui-portal/src/app/views/fcaps/monitor-5g/monitor-5g.component.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/usecaseui-portal/src/app/views/fcaps/monitor-5g/monitor-5g.component.ts b/usecaseui-portal/src/app/views/fcaps/monitor-5g/monitor-5g.component.ts
index bfee94f4..82166691 100644
--- a/usecaseui-portal/src/app/views/fcaps/monitor-5g/monitor-5g.component.ts
+++ b/usecaseui-portal/src/app/views/fcaps/monitor-5g/monitor-5g.component.ts
@@ -109,6 +109,7 @@ export class Monitor5gComponent implements OnInit {
this.trafficChartData = {
legend: {
orient: 'vertical',
+ type: 'scroll',
left: '0px',
bottom: '0px',
itemWidth: 10,
@@ -148,6 +149,7 @@ export class Monitor5gComponent implements OnInit {
this.onlineuserChartData = {
legend: {
bottom: '0px',
+ type: 'scroll',
data: this.onlineuserLegend
},
xAxis: {
@@ -181,6 +183,7 @@ export class Monitor5gComponent implements OnInit {
this.bandwidthChartData = {
legend: {
bottom: '0px',
+ type: 'scroll',
data: this.bandwidthLegend
},
xAxis: {