From 8132842be76f33673498b379a07d12567081bf3e Mon Sep 17 00:00:00 2001 From: Justineo Date: Mon, 4 Dec 2023 16:59:34 +0800 Subject: [PATCH] fix: fixed that tooltips may affected by internal styling by VueECharts --- CHANGELOG.md | 4 ++++ package.json | 2 +- src/style.css | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a2b24c8..14e7aec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 6.6.2 + +* Fixed that tooltips may affected by internal styling by VueECharts. + ## 6.6.1 * Make `padding` work out-of-the-box. diff --git a/package.json b/package.json index 48d8092..c9b3fa3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-echarts", - "version": "6.6.1", + "version": "6.6.2", "description": "Vue.js component for Apache ECharts.", "author": "GU Yiling ", "scripts": { diff --git a/src/style.css b/src/style.css index a85af42..e0fc88e 100644 --- a/src/style.css +++ b/src/style.css @@ -1 +1 @@ -x-vue-echarts{display:block;width:100%;height:100%;min-width:0}x-vue-echarts>div{width:100%;height:100%} +x-vue-echarts{display:block;width:100%;height:100%;min-width:0}x-vue-echarts>[_echarts_instance_]{width:100%;height:100%}