fix: revert overflow hidden

This commit is contained in:
Justineo
2022-12-17 01:44:00 +08:00
parent 05111f5b6f
commit 0470d69bba
5 changed files with 10 additions and 6 deletions

View File

@ -1,3 +1,7 @@
## 6.3.1
* Revert the style change to prevent tooltips from being clipped.
## 6.3.0
* Injected values can now be wrapped in an object so that they can be reactive in Vue 2.

View File

@ -310,7 +310,7 @@ Drop `<script>` inside your HTML file and access the component via `window.VueEC
```html
<script src="https://cdn.jsdelivr.net/npm/vue@3.2.37"></script>
<script src="https://cdn.jsdelivr.net/npm/echarts@5.3.3"></script>
<script src="https://cdn.jsdelivr.net/npm/vue-echarts@6.3.0"></script>
<script src="https://cdn.jsdelivr.net/npm/vue-echarts@6.3.1"></script>
```
<!-- vue3Scripts:end -->
@ -330,7 +330,7 @@ app.component('v-chart', VueECharts)
```html
<script src="https://cdn.jsdelivr.net/npm/vue@2.7.5"></script>
<script src="https://cdn.jsdelivr.net/npm/echarts@5.3.3"></script>
<script src="https://cdn.jsdelivr.net/npm/vue-echarts@6.3.0"></script>
<script src="https://cdn.jsdelivr.net/npm/vue-echarts@6.3.1"></script>
```
<!-- vue2Scripts:end -->

View File

@ -309,7 +309,7 @@ export default {
```html
<script src="https://cdn.jsdelivr.net/npm/vue@3.2.37"></script>
<script src="https://cdn.jsdelivr.net/npm/echarts@5.3.3"></script>
<script src="https://cdn.jsdelivr.net/npm/vue-echarts@6.3.0"></script>
<script src="https://cdn.jsdelivr.net/npm/vue-echarts@6.3.1"></script>
```
<!-- vue3Scripts:end -->
@ -329,7 +329,7 @@ app.component('v-chart', VueECharts)
```html
<script src="https://cdn.jsdelivr.net/npm/vue@2.7.5"></script>
<script src="https://cdn.jsdelivr.net/npm/echarts@5.3.3"></script>
<script src="https://cdn.jsdelivr.net/npm/vue-echarts@6.3.0"></script>
<script src="https://cdn.jsdelivr.net/npm/vue-echarts@6.3.1"></script>
```
<!-- vue2Scripts:end -->

View File

@ -1,6 +1,6 @@
{
"name": "vue-echarts",
"version": "6.3.0",
"version": "6.3.1",
"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%;overflow:hidden}
x-vue-echarts{display:block;width:100%;height:100%}