diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index bb32d2d4..f2877bde 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -65,6 +65,9 @@ dependencies:
echarts-gl:
specifier: ^2.0.9
version: 2.0.9(echarts@5.5.0)
+ echarts-liquidfill:
+ specifier: ^3.1.0
+ version: 3.1.0(echarts@5.5.0)
echarts4:
specifier: npm:echarts@^4.9.0
version: /echarts@4.9.0
@@ -2421,6 +2424,14 @@ packages:
zrender: 5.5.0
dev: false
+ /echarts-liquidfill@3.1.0(echarts@5.5.0):
+ resolution: {integrity: sha512-5Dlqs/jTsdTUAsd+K5LPLLTgrbbNORUSBQyk8PSy1Mg2zgHDWm83FmvA4s0ooNepCJojFYRITTQ4GU1UUSKYLw==, tarball: https://registry.npmmirror.com/echarts-liquidfill/-/echarts-liquidfill-3.1.0.tgz}
+ peerDependencies:
+ echarts: ^5.0.1
+ dependencies:
+ echarts: 5.5.0
+ dev: false
+
/echarts@4.9.0:
resolution: {integrity: sha512-+ugizgtJ+KmsJyyDPxaw2Br5FqzuBnyOWwcxPKO6y0gc5caYcfnEUIlNStx02necw8jmKmTafmpHhGo4XDtEIA==, tarball: https://registry.npmmirror.com/echarts/-/echarts-4.9.0.tgz}
dependencies:
diff --git a/src/layouts/Layout.vue b/src/layouts/Layout.vue
index 82bff724..d8962634 100644
--- a/src/layouts/Layout.vue
+++ b/src/layouts/Layout.vue
@@ -67,7 +67,7 @@ export default defineComponent({