w-echarts-vue 1.0.0 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/w-echarts-vue.umd.js +1 -1
- package/docs/components_WEchartsVue.vue.html +1 -1
- package/docs/examples/app.html +1 -1
- package/docs/examples/app.umd.js +1 -1
- package/docs/examples/w-echarts-vue_area.html +1 -1
- package/docs/examples/w-echarts-vue_bar3D.html +1 -1
- package/docs/examples/w-echarts-vue_continuous.html +1 -1
- package/docs/examples/w-echarts-vue_heatmap.html +1 -1
- package/docs/examples/w-echarts-vue_line.html +1 -1
- package/docs/examples/w-echarts-vue_line3D.html +1 -1
- package/docs/examples/w-echarts-vue_parallel.html +1 -1
- package/docs/examples/w-echarts-vue_polar heatmap.html +1 -1
- package/docs/examples/w-echarts-vue_polar.html +1 -1
- package/docs/examples/w-echarts-vue_radar.html +1 -1
- package/docs/examples/w-echarts-vue_resize.html +1 -1
- package/docs/examples/w-echarts-vue_scatter.html +1 -1
- package/docs/examples/w-echarts-vue_stack.html +1 -1
- package/docs/examples/w-echarts-vue_surface.html +1 -1
- package/docs/examples/w-echarts-vue_tree.html +1 -1
- package/docs/examples/w-echarts-vue_treemap.html +1 -1
- package/docs/global.html +1 -1
- package/docs/index.html +1 -1
- package/docs/js_iniEcharts.mjs.html +1 -1
- package/docs/module-WEchartsVue.html +1 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -70,7 +70,7 @@ Add script for vue.
|
|
|
70
70
|
|
|
71
71
|
Add script for w-echarts-vue.
|
|
72
72
|
```alias
|
|
73
|
-
<script src="https://cdn.jsdelivr.net/npm/w-echarts-vue@1.0.
|
|
73
|
+
<script src="https://cdn.jsdelivr.net/npm/w-echarts-vue@1.0.2/dist/w-echarts-vue.umd.js"></script>
|
|
74
74
|
```
|
|
75
75
|
|
|
76
76
|
Directly use:
|
|
@@ -407,7 +407,7 @@ export default {
|
|
|
407
407
|
<br class="clear">
|
|
408
408
|
|
|
409
409
|
<footer>
|
|
410
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on
|
|
410
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Fri Aug 21 2026 12:20:40 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
|
|
411
411
|
</footer>
|
|
412
412
|
|
|
413
413
|
<script>prettyPrint();</script>
|
package/docs/examples/app.html
CHANGED
package/docs/examples/app.umd.js
CHANGED
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
<script src="https://cdn.jsdelivr.net/npm/w-demores/res/data/dataFlare.js"></script>
|
|
54
54
|
|
|
55
55
|
<!-- w-echarts-vue -->
|
|
56
|
-
<script src="https://cdn.jsdelivr.net/npm/w-echarts-vue@1.0.
|
|
56
|
+
<script src="https://cdn.jsdelivr.net/npm/w-echarts-vue@1.0.2/dist/w-echarts-vue.umd.js"></script>
|
|
57
57
|
|
|
58
58
|
<style>
|
|
59
59
|
/* 組件所須全域樣式 */
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
<script src="https://cdn.jsdelivr.net/npm/w-demores/res/data/dataFlare.js"></script>
|
|
54
54
|
|
|
55
55
|
<!-- w-echarts-vue -->
|
|
56
|
-
<script src="https://cdn.jsdelivr.net/npm/w-echarts-vue@1.0.
|
|
56
|
+
<script src="https://cdn.jsdelivr.net/npm/w-echarts-vue@1.0.2/dist/w-echarts-vue.umd.js"></script>
|
|
57
57
|
|
|
58
58
|
<style>
|
|
59
59
|
/* 組件所須全域樣式 */
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
<script src="https://cdn.jsdelivr.net/npm/w-demores/res/data/dataFlare.js"></script>
|
|
54
54
|
|
|
55
55
|
<!-- w-echarts-vue -->
|
|
56
|
-
<script src="https://cdn.jsdelivr.net/npm/w-echarts-vue@1.0.
|
|
56
|
+
<script src="https://cdn.jsdelivr.net/npm/w-echarts-vue@1.0.2/dist/w-echarts-vue.umd.js"></script>
|
|
57
57
|
|
|
58
58
|
<style>
|
|
59
59
|
/* 組件所須全域樣式 */
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
<script src="https://cdn.jsdelivr.net/npm/w-demores/res/data/dataFlare.js"></script>
|
|
54
54
|
|
|
55
55
|
<!-- w-echarts-vue -->
|
|
56
|
-
<script src="https://cdn.jsdelivr.net/npm/w-echarts-vue@1.0.
|
|
56
|
+
<script src="https://cdn.jsdelivr.net/npm/w-echarts-vue@1.0.2/dist/w-echarts-vue.umd.js"></script>
|
|
57
57
|
|
|
58
58
|
<style>
|
|
59
59
|
/* 組件所須全域樣式 */
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
<script src="https://cdn.jsdelivr.net/npm/w-demores/res/data/dataFlare.js"></script>
|
|
54
54
|
|
|
55
55
|
<!-- w-echarts-vue -->
|
|
56
|
-
<script src="https://cdn.jsdelivr.net/npm/w-echarts-vue@1.0.
|
|
56
|
+
<script src="https://cdn.jsdelivr.net/npm/w-echarts-vue@1.0.2/dist/w-echarts-vue.umd.js"></script>
|
|
57
57
|
|
|
58
58
|
<style>
|
|
59
59
|
/* 組件所須全域樣式 */
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
<script src="https://cdn.jsdelivr.net/npm/w-demores/res/data/dataFlare.js"></script>
|
|
54
54
|
|
|
55
55
|
<!-- w-echarts-vue -->
|
|
56
|
-
<script src="https://cdn.jsdelivr.net/npm/w-echarts-vue@1.0.
|
|
56
|
+
<script src="https://cdn.jsdelivr.net/npm/w-echarts-vue@1.0.2/dist/w-echarts-vue.umd.js"></script>
|
|
57
57
|
|
|
58
58
|
<style>
|
|
59
59
|
/* 組件所須全域樣式 */
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
<script src="https://cdn.jsdelivr.net/npm/w-demores/res/data/dataFlare.js"></script>
|
|
54
54
|
|
|
55
55
|
<!-- w-echarts-vue -->
|
|
56
|
-
<script src="https://cdn.jsdelivr.net/npm/w-echarts-vue@1.0.
|
|
56
|
+
<script src="https://cdn.jsdelivr.net/npm/w-echarts-vue@1.0.2/dist/w-echarts-vue.umd.js"></script>
|
|
57
57
|
|
|
58
58
|
<style>
|
|
59
59
|
/* 組件所須全域樣式 */
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
<script src="https://cdn.jsdelivr.net/npm/w-demores/res/data/dataFlare.js"></script>
|
|
54
54
|
|
|
55
55
|
<!-- w-echarts-vue -->
|
|
56
|
-
<script src="https://cdn.jsdelivr.net/npm/w-echarts-vue@1.0.
|
|
56
|
+
<script src="https://cdn.jsdelivr.net/npm/w-echarts-vue@1.0.2/dist/w-echarts-vue.umd.js"></script>
|
|
57
57
|
|
|
58
58
|
<style>
|
|
59
59
|
/* 組件所須全域樣式 */
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
<script src="https://cdn.jsdelivr.net/npm/w-demores/res/data/dataFlare.js"></script>
|
|
54
54
|
|
|
55
55
|
<!-- w-echarts-vue -->
|
|
56
|
-
<script src="https://cdn.jsdelivr.net/npm/w-echarts-vue@1.0.
|
|
56
|
+
<script src="https://cdn.jsdelivr.net/npm/w-echarts-vue@1.0.2/dist/w-echarts-vue.umd.js"></script>
|
|
57
57
|
|
|
58
58
|
<style>
|
|
59
59
|
/* 組件所須全域樣式 */
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
<script src="https://cdn.jsdelivr.net/npm/w-demores/res/data/dataFlare.js"></script>
|
|
54
54
|
|
|
55
55
|
<!-- w-echarts-vue -->
|
|
56
|
-
<script src="https://cdn.jsdelivr.net/npm/w-echarts-vue@1.0.
|
|
56
|
+
<script src="https://cdn.jsdelivr.net/npm/w-echarts-vue@1.0.2/dist/w-echarts-vue.umd.js"></script>
|
|
57
57
|
|
|
58
58
|
<style>
|
|
59
59
|
/* 組件所須全域樣式 */
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
<script src="https://cdn.jsdelivr.net/npm/w-demores/res/data/dataFlare.js"></script>
|
|
54
54
|
|
|
55
55
|
<!-- w-echarts-vue -->
|
|
56
|
-
<script src="https://cdn.jsdelivr.net/npm/w-echarts-vue@1.0.
|
|
56
|
+
<script src="https://cdn.jsdelivr.net/npm/w-echarts-vue@1.0.2/dist/w-echarts-vue.umd.js"></script>
|
|
57
57
|
|
|
58
58
|
<style>
|
|
59
59
|
/* 組件所須全域樣式 */
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
<script src="https://cdn.jsdelivr.net/npm/w-demores/res/data/dataFlare.js"></script>
|
|
54
54
|
|
|
55
55
|
<!-- w-echarts-vue -->
|
|
56
|
-
<script src="https://cdn.jsdelivr.net/npm/w-echarts-vue@1.0.
|
|
56
|
+
<script src="https://cdn.jsdelivr.net/npm/w-echarts-vue@1.0.2/dist/w-echarts-vue.umd.js"></script>
|
|
57
57
|
|
|
58
58
|
<style>
|
|
59
59
|
/* 組件所須全域樣式 */
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
<script src="https://cdn.jsdelivr.net/npm/w-demores/res/data/dataFlare.js"></script>
|
|
54
54
|
|
|
55
55
|
<!-- w-echarts-vue -->
|
|
56
|
-
<script src="https://cdn.jsdelivr.net/npm/w-echarts-vue@1.0.
|
|
56
|
+
<script src="https://cdn.jsdelivr.net/npm/w-echarts-vue@1.0.2/dist/w-echarts-vue.umd.js"></script>
|
|
57
57
|
|
|
58
58
|
<style>
|
|
59
59
|
/* 組件所須全域樣式 */
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
<script src="https://cdn.jsdelivr.net/npm/w-demores/res/data/dataFlare.js"></script>
|
|
54
54
|
|
|
55
55
|
<!-- w-echarts-vue -->
|
|
56
|
-
<script src="https://cdn.jsdelivr.net/npm/w-echarts-vue@1.0.
|
|
56
|
+
<script src="https://cdn.jsdelivr.net/npm/w-echarts-vue@1.0.2/dist/w-echarts-vue.umd.js"></script>
|
|
57
57
|
|
|
58
58
|
<style>
|
|
59
59
|
/* 組件所須全域樣式 */
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
<script src="https://cdn.jsdelivr.net/npm/w-demores/res/data/dataFlare.js"></script>
|
|
54
54
|
|
|
55
55
|
<!-- w-echarts-vue -->
|
|
56
|
-
<script src="https://cdn.jsdelivr.net/npm/w-echarts-vue@1.0.
|
|
56
|
+
<script src="https://cdn.jsdelivr.net/npm/w-echarts-vue@1.0.2/dist/w-echarts-vue.umd.js"></script>
|
|
57
57
|
|
|
58
58
|
<style>
|
|
59
59
|
/* 組件所須全域樣式 */
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
<script src="https://cdn.jsdelivr.net/npm/w-demores/res/data/dataFlare.js"></script>
|
|
54
54
|
|
|
55
55
|
<!-- w-echarts-vue -->
|
|
56
|
-
<script src="https://cdn.jsdelivr.net/npm/w-echarts-vue@1.0.
|
|
56
|
+
<script src="https://cdn.jsdelivr.net/npm/w-echarts-vue@1.0.2/dist/w-echarts-vue.umd.js"></script>
|
|
57
57
|
|
|
58
58
|
<style>
|
|
59
59
|
/* 組件所須全域樣式 */
|
package/docs/global.html
CHANGED
|
@@ -268,7 +268,7 @@ echarts.registerTheme('myTheme', { ... })</code></pre>
|
|
|
268
268
|
<br class="clear">
|
|
269
269
|
|
|
270
270
|
<footer>
|
|
271
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on
|
|
271
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Fri Aug 21 2026 12:20:40 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
|
|
272
272
|
</footer>
|
|
273
273
|
|
|
274
274
|
<script>prettyPrint();</script>
|
package/docs/index.html
CHANGED
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
<br class="clear">
|
|
72
72
|
|
|
73
73
|
<footer>
|
|
74
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on
|
|
74
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Fri Aug 21 2026 12:20:40 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
|
|
75
75
|
</footer>
|
|
76
76
|
|
|
77
77
|
<script>prettyPrint();</script>
|
|
@@ -91,7 +91,7 @@ export default iniEcharts
|
|
|
91
91
|
<br class="clear">
|
|
92
92
|
|
|
93
93
|
<footer>
|
|
94
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on
|
|
94
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Fri Aug 21 2026 12:20:40 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
|
|
95
95
|
</footer>
|
|
96
96
|
|
|
97
97
|
<script>prettyPrint();</script>
|
|
@@ -993,7 +993,7 @@
|
|
|
993
993
|
<br class="clear">
|
|
994
994
|
|
|
995
995
|
<footer>
|
|
996
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on
|
|
996
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Fri Aug 21 2026 12:20:40 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
|
|
997
997
|
</footer>
|
|
998
998
|
|
|
999
999
|
<script>prettyPrint();</script>
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "w-echarts-vue",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"main": "dist/w-echarts-vue.umd.js",
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"echarts": "^6.1.0",
|
|
7
7
|
"echarts-gl": "^2.1.0",
|
|
8
|
-
"wsemi": "^1.8.
|
|
8
|
+
"wsemi": "^1.8.79"
|
|
9
9
|
},
|
|
10
10
|
"devDependencies": {
|
|
11
11
|
"@vue/cli-plugin-babel": "^5.0.8",
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"eslint-plugin-promise": "^6.1.1",
|
|
20
20
|
"eslint-plugin-vue": "^9.10.0",
|
|
21
21
|
"vue": "^2.7.16",
|
|
22
|
-
"w-component-vue": "^2.
|
|
23
|
-
"w-package-tools": "^1.1.
|
|
22
|
+
"w-component-vue": "^2.5.2",
|
|
23
|
+
"w-package-tools": "^1.1.15"
|
|
24
24
|
},
|
|
25
25
|
"scripts": {
|
|
26
26
|
"serve": "vue-cli-service serve",
|
|
@@ -67,4 +67,4 @@
|
|
|
67
67
|
],
|
|
68
68
|
"author": "yuda-lyu(semisphere)",
|
|
69
69
|
"license": "MIT"
|
|
70
|
-
}
|
|
70
|
+
}
|