style(flowable): 优化流程相关代码的import顺序和代码结构
This commit is contained in:
@@ -1,28 +1,20 @@
|
||||
// 数据处理
|
||||
import * as d3 from 'd3';
|
||||
import { symbol } from 'd3-shape';
|
||||
import {symbol} from 'd3-shape';
|
||||
import {
|
||||
getTypeData,
|
||||
getTypeDatas,
|
||||
setMergeTag,
|
||||
postpartumDays,
|
||||
getTypeAnimalHeat,
|
||||
getDrawData,
|
||||
getDrawCoolData,
|
||||
degreesOnline,
|
||||
getType,
|
||||
getHeartRate,
|
||||
disconnectEvents,
|
||||
getBrokenLine,
|
||||
degreesOnline,
|
||||
disconnectEvents,
|
||||
getBrokenLine,
|
||||
getHeartRate,
|
||||
getType,
|
||||
getTypeAnimalHeat,
|
||||
getTypeData,
|
||||
getTypeDatas,
|
||||
postpartumDays,
|
||||
setMergeTag,
|
||||
} from './utils';
|
||||
import {
|
||||
HEAD_HEIGHT,
|
||||
LINE_HEIGHT,
|
||||
TOP_KEYS,
|
||||
BOTTOM_KEYS,
|
||||
symbolArrowHeight,
|
||||
textLeftMargin,
|
||||
} from './config';
|
||||
import {BOTTOM_KEYS, HEAD_HEIGHT, LINE_HEIGHT, symbolArrowHeight, textLeftMargin, TOP_KEYS,} from './config';
|
||||
|
||||
export const iconDrawObj = {
|
||||
// 绘制圆形图标
|
||||
getDrawRoundIcon: ({ content, data, x, y, fill = 'blue', stroke = 'blue', r = 5 }) => {
|
||||
|
||||
Reference in New Issue
Block a user