diff --git a/backend/pom.xml b/backend/pom.xml
index 691480506c..7f65db0fc0 100644
--- a/backend/pom.xml
+++ b/backend/pom.xml
@@ -148,7 +148,7 @@
io.metersphere
ms-jmeter-core
- 1.0.6
+ 1.0.7
diff --git a/frontend/src/business/components/common/chart/MsChart.vue b/frontend/src/business/components/common/chart/MsChart.vue
index 116c9afa15..30f2bb4021 100644
--- a/frontend/src/business/components/common/chart/MsChart.vue
+++ b/frontend/src/business/components/common/chart/MsChart.vue
@@ -1,16 +1,17 @@
+ v-if="loaded"
+ :style="{'height': chartHeight, 'width': chartWidth}"
+ class="ms-chart"
+ :init-options="defaultInitOptions"
+ :option="options"
+ :theme="theme"
+ :group="group"
+ @click="onClick"
+ @datazoom="datazoom"
+ :watch-shallow="watchShallow"
+ :manual-update="manualUpdate"
+ :autoresize="autoresize" id="chartsShow"/>