diff --git a/src/views/pageMonitor/bottomLeft/OpHistogram.vue b/src/views/pageMonitor/bottomLeft/OpHistogram.vue index 0a730c7..84a60be 100644 --- a/src/views/pageMonitor/bottomLeft/OpHistogram.vue +++ b/src/views/pageMonitor/bottomLeft/OpHistogram.vue @@ -166,6 +166,7 @@ export default { height: "80%", top: "8%", right: 0, + // bottom: "5%", }, xAxis: { @@ -270,6 +271,10 @@ export default { that.colors[index] ); }, + shadowBlur: 8, + shadowColor: "rgba(255,255,255,.4)", + borderColor: "rgba(255,255,255,.6)", + borderWidth: 0.4, }, }); }); diff --git a/src/views/pageMonitor/bottomLeft/index.vue b/src/views/pageMonitor/bottomLeft/index.vue index 6880ab4..1290b3b 100644 --- a/src/views/pageMonitor/bottomLeft/index.vue +++ b/src/views/pageMonitor/bottomLeft/index.vue @@ -47,11 +47,8 @@