liyongli 1 سال پیش
والد
کامیت
81e4462997
2فایلهای تغییر یافته به همراه1 افزوده شده و 3 حذف شده
  1. 0 2
      src/pages/bigScreen/components/Column_g2.jsx
  2. 1 1
      src/router/index.jsx

+ 0 - 2
src/pages/bigScreen/components/Column_g2.jsx

@@ -141,9 +141,7 @@ function Column(prop) {
         chart.tooltip(false);
         chart.tooltip(false);
 
 
         chart.interval().position('type*value').color('type', cli1.map(v => `l(90) 0:rgba(${v},0.8) 1:rgba(${v},0.2)`));
         chart.interval().position('type*value').color('type', cli1.map(v => `l(90) 0:rgba(${v},0.8) 1:rgba(${v},0.2)`));
-        index = 0;
         chart.interval().position('type*value').shape('triangle');
         chart.interval().position('type*value').shape('triangle');
-        index = 0;
         chart.interval().position('type*value').shape('edgeLine');
         chart.interval().position('type*value').shape('edgeLine');
 
 
         // 添加文本标注
         // 添加文本标注

+ 1 - 1
src/router/index.jsx

@@ -2,7 +2,7 @@ import { lazy } from "solid-js";
 import { Routes, Route , hashIntegration } from "solid-app-router";
 import { Routes, Route , hashIntegration } from "solid-app-router";
 
 
 
 
-const BigScreen = lazy(() => import("../pages/BigScreen/Home"))
+const BigScreen = lazy(() => import("../pages/bigScreen/Home"))
 const CommonBigScreen = lazy(() => import("../pages/CommonBigScreen/Home"))
 const CommonBigScreen = lazy(() => import("../pages/CommonBigScreen/Home"))