测试 用electron + springboot 构建桌面应用
he wei
2022-03-19 f33d9a4db3d9d1b7956153cbf42d3e506301fddd
src/main/demo/src/components/myCharts/NormalLines.vue
@@ -25,7 +25,7 @@
        type: "line",
        data: []
      }];
      let unit = this.unit;
      let unit = (data ? data.unit : '') || this.unit;
      return {
        animation: false,
        tooltip:{