fix: fixed that tooltips may affected by internal styling by VueECharts

This commit is contained in:
Justineo
2023-12-04 16:59:34 +08:00
parent a2f8f0010a
commit 8132842be7
3 changed files with 6 additions and 2 deletions

View File

@ -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.

View File

@ -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 <justice360@gmail.com>",
"scripts": {

View File

@ -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%}