diff --git a/src/views/dashboard/graphs/Bar.vue b/src/views/dashboard/graphs/Bar.vue index a6737b0f..8a7012a2 100644 --- a/src/views/dashboard/graphs/Bar.vue +++ b/src/views/dashboard/graphs/Bar.vue @@ -137,13 +137,15 @@ function getOption() { color, tooltip: { trigger: "axis", - // backgroundColor: "rgb(50,50,50)", - // textStyle: { - // fontSize: 13, - // color: "#ccc", - // }, - // enterable: true, - // extraCssText: "max-height: 300px; overflow: auto;", + zlevel: 1000, + z: 60, + backgroundColor: "rgb(50,50,50)", + textStyle: { + fontSize: 13, + color: "#ccc", + }, + enterable: true, + extraCssText: "max-height: 300px; overflow: auto; border: none", }, legend: { type: "scroll", diff --git a/src/views/dashboard/graphs/HeatMap.vue b/src/views/dashboard/graphs/HeatMap.vue index 76036c64..80e1f73b 100644 --- a/src/views/dashboard/graphs/HeatMap.vue +++ b/src/views/dashboard/graphs/HeatMap.vue @@ -18,7 +18,6 @@ limitations under the License. -->