diff --git a/client/web/admin/package.json b/client/web/admin/package.json index d4a1926f9..dd17a5297 100644 --- a/client/web/admin/package.json +++ b/client/web/admin/package.json @@ -29,7 +29,6 @@ "bootstrap-vue": "2.23.1", "brace": "^0.11.1", "copy-to-clipboard": "^3.3.1", - "echarts": "^5.3.3", "flush-promises": "^1.0.2", "fstream": "^1.0.12", "kind-of": "^6.0.3", @@ -42,7 +41,6 @@ "set-value": "^4.0.1", "sinon": "^7.3.2", "vue": "2.6.14", - "vue-echarts": "^6.2.3", "vue-native-websocket": "^2.0.15", "vue-router": "3.1.5", "vue2-brace-editor": "^2.0.2", diff --git a/client/web/compose/package.json b/client/web/compose/package.json index d45915d91..0ecec612e 100644 --- a/client/web/compose/package.json +++ b/client/web/compose/package.json @@ -54,7 +54,6 @@ "axios": "^0.28.0", "bootstrap-vue": "2.23.1", "compact-timezone-list": "^1.0.6", - "echarts": "^5.3.3", "ejs": "^3.1.7", "file-saver": "^2.0.2", "flush-promises": "^1.0.2", @@ -74,7 +73,6 @@ "prosemirror-model": "^1.11.2", "set-value": "^4.0.1", "vue": "2.6.14", - "vue-echarts": "^6.2.3", "vue-grid-layout": "^2.3.3", "vue-native-websocket": "^2.0.14", "vue-router": "3.1.5", diff --git a/client/web/reporter/package.json b/client/web/reporter/package.json index 5a89dd1e5..0edda4313 100644 --- a/client/web/reporter/package.json +++ b/client/web/reporter/package.json @@ -23,7 +23,6 @@ "@fortawesome/vue-fontawesome": "^0.1.9", "@panter/vue-i18next": "^0.15.0", "bootstrap-vue": "2.23.1", - "echarts": "^5.3.3", "html-parse-stringify": "^3.0.1", "i18next": "^17.0.9", "i18next-browser-languagedetector": "^3.0.2", @@ -33,7 +32,6 @@ "tiptap-commands": "^1.17.1", "tiptap-extensions": "^1.35.2", "vue": "2.6.14", - "vue-echarts": "^6.2.3", "vue-grid-layout": "^2.3.12", "vue-router": "3.1.5", "vue-split-panel": "^1.0.4", diff --git a/lib/vue/package.json b/lib/vue/package.json index 05fac1a52..bec127ff4 100644 --- a/lib/vue/package.json +++ b/lib/vue/package.json @@ -30,7 +30,6 @@ "@popperjs/core": "^2.11.2", "acorn": "^7.3.1", "bootstrap-vue": "2.23.1", - "echarts": "^5.3.3", "fuzzysort": "^1.2.1", "highlight.js": "^10.4.1", "html-parse-stringify": "^3.0.1", @@ -51,8 +50,8 @@ "tiptap": "^1.26.0", "tiptap-extensions": "^1.28.4", "v-photoswipe": "^1.0.3-1", + "vue": "2.6.14", "vue-color": "^2.8.1", - "vue-echarts": "^6.2.3", "vue-select": "3.20.2", "vue-swatches": "^1.0.4", "vue2-ace-editor": "^0.0.15", diff --git a/lib/vue/src/components/chart/CChart.vue b/lib/vue/src/components/chart/CChart.vue index 6020833cd..0d9ea5735 100644 --- a/lib/vue/src/components/chart/CChart.vue +++ b/lib/vue/src/components/chart/CChart.vue @@ -1,5 +1,6 @@