Compare commits

..

3 Commits

Author SHA1 Message Date
2b30334b82 docs: update readme 2023-12-13 11:01:54 +08:00
dbd6699a4f chore: update changelog and version 2023-12-13 11:00:52 +08:00
2130bd6444 fix: fix selector class 2023-12-13 11:00:04 +08:00
5 changed files with 10 additions and 6 deletions

View File

@ -1,3 +1,7 @@
## 6.6.4
* Fixed style regression introduced by v6.6.3.
## 6.6.3
* Fixed inner wrapper styles.

View File

@ -237,7 +237,7 @@ Drop `<script>` inside your HTML file and access the component via `window.VueEC
```html
<script src="https://cdn.jsdelivr.net/npm/vue@3.3.7"></script>
<script src="https://cdn.jsdelivr.net/npm/echarts@5.4.3"></script>
<script src="https://cdn.jsdelivr.net/npm/vue-echarts@6.6.3"></script>
<script src="https://cdn.jsdelivr.net/npm/vue-echarts@6.6.4"></script>
```
<!-- vue3Scripts:end -->
@ -257,7 +257,7 @@ app.component('v-chart', VueECharts)
```html
<script src="https://cdn.jsdelivr.net/npm/vue@2.7.15"></script>
<script src="https://cdn.jsdelivr.net/npm/echarts@5.4.3"></script>
<script src="https://cdn.jsdelivr.net/npm/vue-echarts@6.6.3"></script>
<script src="https://cdn.jsdelivr.net/npm/vue-echarts@6.6.4"></script>
```
<!-- vue2Scripts:end -->

View File

@ -237,7 +237,7 @@ import "echarts";
```html
<script src="https://cdn.jsdelivr.net/npm/vue@3.3.7"></script>
<script src="https://cdn.jsdelivr.net/npm/echarts@5.4.3"></script>
<script src="https://cdn.jsdelivr.net/npm/vue-echarts@6.6.3"></script>
<script src="https://cdn.jsdelivr.net/npm/vue-echarts@6.6.4"></script>
```
<!-- vue3Scripts:end -->
@ -257,7 +257,7 @@ app.component('v-chart', VueECharts)
```html
<script src="https://cdn.jsdelivr.net/npm/vue@2.7.15"></script>
<script src="https://cdn.jsdelivr.net/npm/echarts@5.4.3"></script>
<script src="https://cdn.jsdelivr.net/npm/vue-echarts@6.6.3"></script>
<script src="https://cdn.jsdelivr.net/npm/vue-echarts@6.6.4"></script>
```
<!-- vue2Scripts:end -->

View File

@ -1,6 +1,6 @@
{
"name": "vue-echarts",
"version": "6.6.3",
"version": "6.6.4",
"description": "Vue.js component for Apache ECharts.",
"author": "GU Yiling <justice360@gmail.com>",
"scripts": {

View File

@ -1 +1 @@
x-vue-echart,.echarts-inner{display:block;width:100%;height:100%;min-width:0}
x-vue-echarts,.echarts-inner{display:block;width:100%;height:100%;min-width:0}