import GraphBase from "../../Common/GraphBase"; import "./index.module.scss"; import { useSelector } from "react-redux"; import { ScrollBoard } from "@jiaminghi/data-view-react"; function attachStyle(data) { return data.map((arr) => { return arr.map((item, index) => { if (index == arr.length - 1) { return `