Skip to content

Commit

Permalink
fix: fixed that tooltips may affected by internal styling by VueECharts
Browse files Browse the repository at this point in the history
  • Loading branch information
Justineo committed Dec 4, 2023
1 parent a2f8f00 commit 8132842
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion src/style.css
Original file line number Diff line number Diff line change
@@ -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%}

1 comment on commit 8132842

@vercel
Copy link

@vercel vercel bot commented on 8132842 Dec 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.