update ts->js

This commit is contained in:
lb
2024-04-19 16:55:10 +08:00
parent e854b966dc
commit 9f7652d9f3
14 changed files with 53 additions and 195 deletions

View File

@@ -1,5 +1,4 @@
import * as echarts from "echarts";
import { randomInt } from "../../../../utils";
export default function getOptions(seriesData, name) {
const colors = [

View File

@@ -3,7 +3,6 @@ import GraphBase from "../GraphBase";
import ReactECharts from "echarts-for-react";
import { useSelector } from "react-redux";
import { useEffect, useState } from "react";
import { randomInt } from "../../../utils";
import * as echarts from "echarts";
function FaultType(props) {