You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2020/12/04 02:42:29 UTC

[skywalking-rocketbot-ui] branch master updated: fix: chart style (#394)

This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-rocketbot-ui.git


The following commit(s) were added to refs/heads/master by this push:
     new 0b3fc5b  fix: chart style (#394)
0b3fc5b is described below

commit 0b3fc5b3124786efaa76e084e097b9722cf9ead0
Author: Qiuxia Fan <fi...@outlook.com>
AuthorDate: Fri Dec 4 10:42:19 2020 +0800

    fix: chart style (#394)
---
 src/views/components/dashboard/charts/chart-bar.vue  | 2 +-
 src/views/components/dashboard/charts/chart-line.vue | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/components/dashboard/charts/chart-bar.vue b/src/views/components/dashboard/charts/chart-bar.vue
index dd193e5..b438f81 100644
--- a/src/views/components/dashboard/charts/chart-bar.vue
+++ b/src/views/components/dashboard/charts/chart-bar.vue
@@ -81,7 +81,7 @@ limitations under the License. -->
             fontSize: 13,
           },
           enterable: true,
-          extraCssText: 'max-height: 300px; overflow: scroll;',
+          extraCssText: 'max-height: 300px; overflow: auto;',
         },
         legend: {
           type: 'scroll',
diff --git a/src/views/components/dashboard/charts/chart-line.vue b/src/views/components/dashboard/charts/chart-line.vue
index 992c670..feef6a4 100644
--- a/src/views/components/dashboard/charts/chart-line.vue
+++ b/src/views/components/dashboard/charts/chart-line.vue
@@ -87,7 +87,7 @@ limitations under the License. -->
             fontSize: 13,
           },
           enterable: true,
-          extraCssText: 'max-height: 300px; overflow: scroll;',
+          extraCssText: 'max-height: 300px; overflow: auto;',
         },
         legend: {
           type: 'scroll',