|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
/*
|
|
|
|
|
* @Author: your name
|
|
|
|
|
* @Date: 2021-10-08 10:13:32
|
|
|
|
|
* @LastEditTime: 2021-11-19 17:57:49
|
|
|
|
|
* @LastEditTime: 2021-11-19 18:10:03
|
|
|
|
|
* @LastEditors: Please set LastEditors
|
|
|
|
|
* @Description: In User Settings Edit
|
|
|
|
|
* @FilePath: /data-show/src/utils/gol/index.js
|
|
|
|
@ -9,7 +9,7 @@
|
|
|
|
|
import * as echarts from "echarts";
|
|
|
|
|
import { bigNumberTransform } from "@/utils/gol/dataTool"
|
|
|
|
|
// import {doStr} from "./dataTool"
|
|
|
|
|
export function createSingleColumnar(dx=[], ds=[], color='#3373CC', n = 4) {
|
|
|
|
|
export function createSingleColumnar(dx=[], ds=[], color='#3373CC', n = 5) {
|
|
|
|
|
return {
|
|
|
|
|
grid: {
|
|
|
|
|
top: 20,
|
|
|
|
|