|
@ -76,10 +76,10 @@ new Vue({
|
|
|
return name + " " + clientcounts[index];
|
|
|
}
|
|
|
options.legend.left = '48%';
|
|
|
options.legend.top = 85;
|
|
|
options.legend.itemWidth = 10;
|
|
|
options.legend.itemHeight = 10;
|
|
|
options.legend.itemGap = 15;
|
|
|
options.legend.top = 0.044 * window.screen.width;//85;
|
|
|
options.legend.itemWidth = 0.005 * window.screen.width;//10;
|
|
|
options.legend.itemHeight = 0.005 * window.screen.width;//10;
|
|
|
options.legend.itemGap = 0.0078 * window.screen.width;//15;
|
|
|
options.series[0].center = ['25%','55%'];
|
|
|
this.alertChart2 = options
|
|
|
},
|
|
@ -106,10 +106,10 @@ new Vue({
|
|
|
return name + " " + clientcounts[index];
|
|
|
}
|
|
|
options.legend.left = '48%';
|
|
|
options.legend.top = 120;
|
|
|
options.legend.itemWidth = 10;
|
|
|
options.legend.itemHeight = 10;
|
|
|
options.legend.itemGap = 15;
|
|
|
options.legend.top = 0.0625 * window.screen.width;//120
|
|
|
options.legend.itemWidth = 0.005 * window.screen.width;//10;
|
|
|
options.legend.itemHeight = 0.005 * window.screen.width;//10;
|
|
|
options.legend.itemGap = 0.0078 * window.screen.width;//15;
|
|
|
options.series[0].center = ['25%','55%'];
|
|
|
this.alertChart3 = options
|
|
|
},
|