Change-Id: I1747cac83a5d60d50c230dcafdb25c6f8828a2fe
Issue-ID: USECASEUI-370
Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
this.trafficChartData = {
legend: {
orient: 'vertical',
+ type: 'scroll',
left: '0px',
bottom: '0px',
itemWidth: 10,
this.onlineuserChartData = {
legend: {
bottom: '0px',
+ type: 'scroll',
data: this.onlineuserLegend
},
xAxis: {
this.bandwidthChartData = {
legend: {
bottom: '0px',
+ type: 'scroll',
data: this.bandwidthLegend
},
xAxis: {
},
legend: {
orient: 'vertical',
+ type: 'scroll',
left: '0px',
bottom: '0px',
itemWidth: 10,
export const lineChartconfig = {
height: 320,
option: {
+ "tooltip": {
+ "trigger": "axis",
+ "axisPointer": {
+ "type": "line",
+ textStyle: {
+ color: "#fff"
+ },
+ lineStyle: {
+ color: '#ccc'
+ }
+ },
+ },
legend: {
bottom: '0px',
+ type: 'scroll',
data: []
},
xAxis: {