dcim-topology2d 2.0.8 → 3.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/activity-diagram/src/final/final.d.ts +1 -1
- package/activity-diagram/src/final/final.rect.d.ts +1 -1
- package/activity-diagram/src/final/final.rect.js +1 -1
- package/activity-diagram/src/fork/fork.anchor.d.ts +1 -1
- package/activity-diagram/src/fork/fork.anchor.js +1 -1
- package/activity-diagram/src/fork/fork.d.ts +1 -1
- package/activity-diagram/src/fork/fork.rect.d.ts +1 -1
- package/activity-diagram/src/fork/fork.rect.js +1 -1
- package/activity-diagram/src/register.js +1 -1
- package/activity-diagram/src/swimlaneH/swimlaneH.d.ts +1 -1
- package/activity-diagram/src/swimlaneH/swimlaneH.rect.d.ts +1 -1
- package/activity-diagram/src/swimlaneH/swimlaneH.rect.js +1 -1
- package/activity-diagram/src/swimlaneV/swimlaneV.d.ts +1 -1
- package/activity-diagram/src/swimlaneV/swimlaneV.rect.d.ts +1 -1
- package/activity-diagram/src/swimlaneV/swimlaneV.rect.js +1 -1
- package/chart-diagram/index.d.ts +1 -3
- package/chart-diagram/index.js +1 -2
- package/chart-diagram/src/echarts/index.d.ts +2 -1
- package/chart-diagram/src/echarts/index.js +104 -109
- package/chart-diagram/src/register.js +8 -9
- package/class-diagram/src/class/class.d.ts +1 -1
- package/class-diagram/src/class/class.rect.d.ts +1 -1
- package/class-diagram/src/class/class.rect.js +1 -1
- package/class-diagram/src/register.js +1 -1
- package/core/index.d.ts +0 -2
- package/core/index.js +0 -2
- package/core/src/activeLayer.d.ts +10 -2
- package/core/src/activeLayer.js +47 -42
- package/core/src/animateLayer.d.ts +7 -3
- package/core/src/animateLayer.js +12 -10
- package/core/src/calling.d.ts +4 -1
- package/core/src/calling.js +41 -43
- package/core/src/canvas.d.ts +6 -1
- package/core/src/canvas.js +21 -22
- package/core/src/common.d.ts +7 -6
- package/core/src/common.js +673 -332
- package/core/src/core.d.ts +4 -3
- package/core/src/core.js +367 -466
- package/core/src/divLayer.d.ts +36 -2
- package/core/src/divLayer.js +305 -33
- package/core/src/healps/changeData.d.ts +2 -1
- package/core/src/healps/changeData.js +66 -32
- package/core/src/hoverLayer.d.ts +9 -2
- package/core/src/hoverLayer.js +34 -31
- package/core/src/middles/default.d.ts +3 -1
- package/core/src/middles/default.js +51 -53
- package/core/src/middles/index.js +2 -3
- package/core/src/middles/nodes/arbitrarygraph.js +9 -11
- package/core/src/middles/nodes/pentagon.rect.js +1 -1
- package/core/src/middles/nodes/rectangle.rect.js +1 -1
- package/core/src/models/data.d.ts +26 -0
- package/core/src/models/data.js +77 -0
- package/core/src/models/data.js.map +1 -0
- package/core/src/models/index.d.ts +1 -0
- package/core/src/models/index.js +1 -0
- package/core/src/models/node.d.ts +0 -10
- package/core/src/models/node.js +36 -69
- package/core/src/models/pen.js +59 -19
- package/core/src/models/rect.js +2 -2
- package/core/src/mqtt.d.ts +14 -0
- package/core/src/mqtt.js +82 -0
- package/core/src/mqtt.js.map +1 -0
- package/core/src/offscreen.d.ts +4 -1
- package/core/src/offscreen.js +8 -10
- package/core/src/options.d.ts +1 -3
- package/core/src/options.js +0 -2
- package/core/src/poll.js +39 -0
- package/core/src/preview.d.ts +13 -1
- package/core/src/preview.js +43 -111
- package/core/src/renderLayer.d.ts +9 -11
- package/core/src/renderLayer.js +61 -60
- package/core/src/socket.d.ts +10 -0
- package/core/src/socket.js +51 -0
- package/core/src/socket.js.map +1 -0
- package/core/src/utils/canvas.js +1 -1
- package/core/src/utils/construction.d.ts +3 -12
- package/core/src/utils/construction.js +1 -8
- package/core/src/utils/conversion.d.ts +0 -11
- package/core/src/utils/conversion.js +0 -168
- package/core/src/utils/dom.d.ts +8 -0
- package/core/src/utils/dom.js +67 -0
- package/core/src/utils/dom.js.map +1 -0
- package/core/src/utils/index.d.ts +1 -2
- package/core/src/utils/index.js +1 -2
- package/core/src/utils/math.d.ts +0 -1
- package/core/src/utils/math.js +0 -3
- package/core/src/utils/onmousevent.d.ts +0 -3
- package/core/src/utils/onmousevent.js +10 -42
- package/flow-diagram/src/comment/comment.anchor.d.ts +1 -1
- package/flow-diagram/src/comment/comment.anchor.js +1 -1
- package/flow-diagram/src/comment/comment.d.ts +1 -1
- package/flow-diagram/src/data/data.anchor.d.ts +1 -1
- package/flow-diagram/src/data/data.anchor.js +1 -1
- package/flow-diagram/src/data/data.d.ts +1 -1
- package/flow-diagram/src/data/data.rect.d.ts +1 -1
- package/flow-diagram/src/data/data.rect.js +1 -1
- package/flow-diagram/src/db/db.d.ts +1 -1
- package/flow-diagram/src/db/db.rect.d.ts +1 -1
- package/flow-diagram/src/db/db.rect.js +1 -1
- package/flow-diagram/src/display/display.anchor.d.ts +1 -1
- package/flow-diagram/src/display/display.anchor.js +1 -1
- package/flow-diagram/src/display/display.d.ts +1 -1
- package/flow-diagram/src/display/display.rect.d.ts +1 -1
- package/flow-diagram/src/display/display.rect.js +1 -1
- package/flow-diagram/src/document/document.anchor.d.ts +1 -1
- package/flow-diagram/src/document/document.anchor.js +1 -1
- package/flow-diagram/src/document/document.d.ts +1 -1
- package/flow-diagram/src/document/document.rect.d.ts +1 -1
- package/flow-diagram/src/document/document.rect.js +1 -1
- package/flow-diagram/src/externStorage/externStorage.anchor.d.ts +1 -1
- package/flow-diagram/src/externStorage/externStorage.anchor.js +1 -1
- package/flow-diagram/src/externStorage/externStorage.d.ts +1 -1
- package/flow-diagram/src/externStorage/externStorage.rect.d.ts +1 -1
- package/flow-diagram/src/externStorage/externStorage.rect.js +1 -1
- package/flow-diagram/src/internalStorage/internalStorage.d.ts +1 -1
- package/flow-diagram/src/internalStorage/internalStorage.rect.d.ts +1 -1
- package/flow-diagram/src/internalStorage/internalStorage.rect.js +1 -1
- package/flow-diagram/src/manually/manually.anchor.d.ts +1 -1
- package/flow-diagram/src/manually/manually.anchor.js +1 -1
- package/flow-diagram/src/manually/manually.d.ts +1 -1
- package/flow-diagram/src/manually/manually.rect.d.ts +1 -1
- package/flow-diagram/src/manually/manually.rect.js +1 -1
- package/flow-diagram/src/parallel/parallel.anchor.d.ts +1 -1
- package/flow-diagram/src/parallel/parallel.anchor.js +1 -1
- package/flow-diagram/src/parallel/parallel.d.ts +1 -1
- package/flow-diagram/src/queue/queue.d.ts +1 -1
- package/flow-diagram/src/queue/queue.rect.d.ts +1 -1
- package/flow-diagram/src/queue/queue.rect.js +1 -1
- package/flow-diagram/src/register.js +1 -1
- package/flow-diagram/src/subprocess/subprocess.d.ts +1 -1
- package/flow-diagram/src/subprocess/subprocess.rect.d.ts +1 -1
- package/flow-diagram/src/subprocess/subprocess.rect.js +1 -1
- package/layout/src/align.d.ts +1 -1
- package/layout/src/align.js +1 -1
- package/layout/src/layout.d.ts +1 -1
- package/layout/src/layout.js +1 -1
- package/myShape-diagram/{index.js → myShape.js} +1 -4
- package/package.json +1 -1
- package/sequence-diagram/src/focus/focus.anchor.d.ts +1 -1
- package/sequence-diagram/src/focus/focus.anchor.js +1 -1
- package/sequence-diagram/src/focus/focus.d.ts +1 -1
- package/sequence-diagram/src/focus/focus.rect.d.ts +1 -1
- package/sequence-diagram/src/focus/focus.rect.js +1 -1
- package/sequence-diagram/src/lifeline/lifeline.anchor.d.ts +1 -1
- package/sequence-diagram/src/lifeline/lifeline.anchor.js +1 -1
- package/sequence-diagram/src/lifeline/lifeline.d.ts +1 -1
- package/sequence-diagram/src/lifeline/lifeline.rect.d.ts +1 -1
- package/sequence-diagram/src/lifeline/lifeline.rect.js +1 -1
- package/sequence-diagram/src/register.js +1 -1
- package/chart-diagram/src/utils/changeOptions.d.ts +0 -7
- package/chart-diagram/src/utils/changeOptions.js +0 -261
- package/chart-diagram/src/utils/conversion.d.ts +0 -19
- package/chart-diagram/src/utils/conversion.js +0 -432
- package/chart-diagram/src/utils/drawGraphic.d.ts +0 -3
- package/chart-diagram/src/utils/drawGraphic.js +0 -97
- package/chart-diagram/src/utils/formatter.d.ts +0 -1
- package/chart-diagram/src/utils/formatter.js +0 -170
- package/chart-diagram/src/utils/index.d.ts +0 -4
- package/chart-diagram/src/utils/index.js +0 -4
- package/chart-diagram/src/utils/render.d.ts +0 -8
- package/chart-diagram/src/utils/render.js +0 -228
- package/core/src/element/common.d.ts +0 -5
- package/core/src/element/common.js +0 -54
- package/core/src/element/iframe.d.ts +0 -3
- package/core/src/element/iframe.js +0 -12
- package/core/src/element/index.d.ts +0 -4
- package/core/src/element/index.js +0 -4
- package/core/src/element/select.d.ts +0 -11
- package/core/src/element/select.js +0 -263
- package/core/src/element/tab.d.ts +0 -1
- package/core/src/element/tab.js +0 -23
- package/core/src/middles/arrows/index.d.ts +0 -4
- package/core/src/middles/arrows/index.js +0 -5
- package/core/src/middles/lines/index.d.ts +0 -4
- package/core/src/middles/lines/index.js +0 -5
- package/core/src/middles/nodes/formoverflow.js +0 -61
- package/core/src/middles/nodes/formselect.d.ts +0 -2
- package/core/src/middles/nodes/formselect.js +0 -95
- package/core/src/middles/nodes/iframe.d.ts +0 -2
- package/core/src/middles/nodes/iframe.js +0 -29
- package/core/src/middles/nodes/index.d.ts +0 -48
- package/core/src/middles/nodes/index.js +0 -49
- package/core/src/store/common.d.ts +0 -9
- package/core/src/store/common.js +0 -5
- package/core/src/store/data.d.ts +0 -189
- package/core/src/store/data.js +0 -180
- package/core/src/store/index.d.ts +0 -2
- package/core/src/store/index.js +0 -2
- package/core/src/utils/assignment.d.ts +0 -6
- package/core/src/utils/assignment.js +0 -173
- package/core/src/utils/params.d.ts +0 -2
- package/core/src/utils/params.js +0 -60
- package/static/echartsDefaultData.js +0 -178
- package/static/element.js +0 -14
- package/static/form.js +0 -11
- package/static/index.js +0 -3
- package/store/actions.js +0 -1
- package/store/clear.js +0 -10
- package/store/index.js +0 -2
- package/style/common.css +0 -18
- package/style/editor.css +0 -13
- package/style/index.css +0 -4
- package/style/select.css +0 -143
- /package/myShape-diagram/{index.ts → myShape.ts} +0 -0
@@ -1,4 +1,4 @@
|
|
1
|
-
import { Point, Direction } from '
|
1
|
+
import { Point, Direction } from 'dcim-topology/core';
|
2
2
|
export function flowParallelAnchors(node) {
|
3
3
|
node.anchors.push(new Point(node.rect.x + node.rect.width / 2, node.rect.y, Direction.Up));
|
4
4
|
node.anchors.push(new Point(node.rect.x + node.rect.width / 2, node.rect.y + node.rect.height, Direction.Bottom));
|
@@ -1,2 +1,2 @@
|
|
1
|
-
import { Node } from '
|
1
|
+
import { Node } from 'dcim-topology/core';
|
2
2
|
export declare function flowParallel(ctx: CanvasRenderingContext2D, node: Node): void;
|
@@ -1,2 +1,2 @@
|
|
1
|
-
import { Node } from '
|
1
|
+
import { Node } from 'dcim-topology/core';
|
2
2
|
export declare function flowQueue(ctx: CanvasRenderingContext2D, node: Node): void;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { registerNode } from '
|
1
|
+
import { registerNode } from 'dcim-topology/core';
|
2
2
|
import { flowData, flowDataAnchors, flowDataIconRect, flowDataTextRect } from './data';
|
3
3
|
import { flowSubprocess, flowSubprocessIconRect, flowSubprocessTextRect } from './subprocess';
|
4
4
|
import { flowDb, flowDbIconRect, flowDbTextRect } from './db';
|
@@ -1,2 +1,2 @@
|
|
1
|
-
import { Node } from '
|
1
|
+
import { Node } from 'dcim-topology/core';
|
2
2
|
export declare function flowSubprocess(ctx: CanvasRenderingContext2D, node: Node): void;
|
package/layout/src/align.d.ts
CHANGED
package/layout/src/align.js
CHANGED
package/layout/src/layout.d.ts
CHANGED
package/layout/src/layout.js
CHANGED
@@ -1,7 +1,5 @@
|
|
1
1
|
// 源码版写法
|
2
|
-
import { registerNode } from '
|
3
|
-
import { formOverflow } from '../core/src/middles/nodes/formoverflow'
|
4
|
-
|
2
|
+
import { registerNode } from 'dcim-topology/core'
|
5
3
|
|
6
4
|
// 组件版写法和bundle一致
|
7
5
|
// window.Le5leTopology.registerNode
|
@@ -193,7 +191,6 @@ export function registerMyShape() {
|
|
193
191
|
registerNode('electricFan', electricFan);
|
194
192
|
registerNode('pool', pool);
|
195
193
|
registerNode('thermometer', thermometer);
|
196
|
-
registerNode('formOverflow', formOverflow);
|
197
194
|
}
|
198
195
|
|
199
196
|
// src\views\data.ts 里面加载到工具栏,第一个就是此自定义图形库
|
package/package.json
CHANGED
@@ -1,2 +1,2 @@
|
|
1
|
-
import { Node } from '
|
1
|
+
import { Node } from 'dcim-topology/core';
|
2
2
|
export declare function sequenceFocusAnchors(node: Node): void;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { Point, Direction } from '
|
1
|
+
import { Point, Direction } from 'dcim-topology/core';
|
2
2
|
export function sequenceFocusAnchors(node) {
|
3
3
|
node.anchors.push(new Point(node.rect.x + node.rect.width / 2, node.rect.y, Direction.Up));
|
4
4
|
node.anchors.push(new Point(node.rect.x + node.rect.width / 2, node.rect.ey, Direction.Bottom));
|
@@ -1,2 +1,2 @@
|
|
1
|
-
import { Node } from '
|
1
|
+
import { Node } from 'dcim-topology/core';
|
2
2
|
export declare function sequenceFocus(ctx: CanvasRenderingContext2D, node: Node): void;
|
@@ -1,2 +1,2 @@
|
|
1
|
-
import { Node } from '
|
1
|
+
import { Node } from 'dcim-topology/core';
|
2
2
|
export declare function lifelineAnchors(node: Node): void;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { Point, Direction } from '
|
1
|
+
import { Point, Direction } from 'dcim-topology/core';
|
2
2
|
export function lifelineAnchors(node) {
|
3
3
|
node.anchors.push(new Point(node.rect.x, node.rect.y + 25, Direction.Left));
|
4
4
|
node.anchors.push(new Point(node.rect.x + node.rect.width / 2, node.rect.y, Direction.Up));
|
@@ -1,2 +1,2 @@
|
|
1
|
-
import { Node } from '
|
1
|
+
import { Node } from 'dcim-topology/core';
|
2
2
|
export declare function lifeline(ctx: CanvasRenderingContext2D, node: Node): void;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { registerNode } from '
|
1
|
+
import { registerNode } from 'dcim-topology/core';
|
2
2
|
import { lifeline, lifelineAnchors, lifelineIconRect, lifelineTextRect } from './lifeline';
|
3
3
|
import { sequenceFocus, sequenceFocusAnchors, sequenceFocusIconRect, sequenceFocusTextRect } from './focus';
|
4
4
|
export function register() {
|
@@ -1,7 +0,0 @@
|
|
1
|
-
export declare function setRingChartText<T>(textData: T): void;
|
2
|
-
export declare function setRingPreSeriesOptions<T>(option: T, appearance: T): void;
|
3
|
-
export declare function setRingProSeriesOptions<T>(option: T, appearance: T): void;
|
4
|
-
export declare function setChartLegendData<T>(legend: T, appearance: T): void;
|
5
|
-
export declare function setChartXAxisData<T>(xAxis: [], appearance: T): void;
|
6
|
-
export declare function setChartYAxisData<T>(yAxis: [], appearance: T): void;
|
7
|
-
export declare function setLineSeriesStyleData<T>(series: [], appearance: T): void;
|
@@ -1,261 +0,0 @@
|
|
1
|
-
// 初始化图例数据和图例配置数据
|
2
|
-
import {
|
3
|
-
echartsLegendDefaultData,
|
4
|
-
echartsXAxisDefaultStyleData,
|
5
|
-
echartsYAxisDefaultStyleData,
|
6
|
-
echartsLineSeriesStyleData,
|
7
|
-
echartsColorData
|
8
|
-
} from '../../../static';
|
9
|
-
|
10
|
-
// 配置环形图中间区域文字样式
|
11
|
-
export function setRingChartText(textData) {
|
12
|
-
const {
|
13
|
-
vFontSize, vFontWeight, vColor,
|
14
|
-
vTop, unitTop, unitFontSize, unitFontWeight,
|
15
|
-
unitColor} = textData;
|
16
|
-
if(!unitTop) textData.unitTop = 0;
|
17
|
-
return {
|
18
|
-
v: {
|
19
|
-
fontSize: vFontSize,
|
20
|
-
fontWeight: vFontWeight,
|
21
|
-
color: vColor,
|
22
|
-
padding: [vTop, 0, 0, 0]
|
23
|
-
},
|
24
|
-
unit: {
|
25
|
-
fontSize: unitFontSize,
|
26
|
-
fontWeight: unitFontWeight,
|
27
|
-
color: unitColor,
|
28
|
-
padding: [unitTop, 0, 0, 0]
|
29
|
-
}
|
30
|
-
};
|
31
|
-
}
|
32
|
-
// 配置环形‘设备告警统计图’节点展示
|
33
|
-
export function setRingPreSeriesOptions(option, appearance) {
|
34
|
-
const rich = setRingChartText(appearance.text);
|
35
|
-
Object.assign(option.title.textStyle.rich, rich);
|
36
|
-
option.title.y = `${appearance.text.y}%`;
|
37
|
-
option.series[0].radius[1] = `${appearance.inner.borderWidth}%`;
|
38
|
-
option.series[0].data[0].itemStyle.color = appearance.inner.borderColor;
|
39
|
-
option.series[0].data[1].itemStyle.color = appearance.inner.borderBgColor;
|
40
|
-
option.series[1].radius[1] = `${appearance.outer.borderWidth}%`;
|
41
|
-
option.series[1].data[0].itemStyle.color = appearance.outer.borderColor;
|
42
|
-
}
|
43
|
-
// 配置环形‘内存、硬盘、CPU指标占比统计’节点展示
|
44
|
-
export function setRingProSeriesOptions(option, appearance) {
|
45
|
-
const seriesFirstChildNode = option.series[0];
|
46
|
-
const rich = setRingChartText(appearance.text);
|
47
|
-
Object.assign(seriesFirstChildNode.data[0].label.normal.rich, rich);
|
48
|
-
seriesFirstChildNode.data[0].label.normal.formatter = function(params){
|
49
|
-
return `{v|${params.value}}{unit|%}`;
|
50
|
-
}
|
51
|
-
seriesFirstChildNode.data[0].value = appearance.proportion;
|
52
|
-
seriesFirstChildNode.radius = appearance.outer.radius;
|
53
|
-
seriesFirstChildNode.data[0].itemStyle = {
|
54
|
-
normal: {
|
55
|
-
color: appearance.outer.borderColor,
|
56
|
-
shadowColor: appearance.outer.borderColor,
|
57
|
-
shadowBlur: 0
|
58
|
-
}
|
59
|
-
};
|
60
|
-
seriesFirstChildNode.data[1].value = 100 - appearance.proportion;
|
61
|
-
seriesFirstChildNode.data[1].itemStyle.normal.color = appearance.outer.borderBgColor;
|
62
|
-
const seriesLastChildNode = option.series[1];
|
63
|
-
seriesLastChildNode.radius = appearance.inner.radius;
|
64
|
-
seriesLastChildNode.itemStyle.normal.color.colorStops[0].color = appearance.inner.borderColor;
|
65
|
-
}
|
66
|
-
// 图表X轴数据
|
67
|
-
export function setChartXAxisData(xAxis, appearance) {
|
68
|
-
for (let i = 0; i < xAxis.length; i++) {
|
69
|
-
const item = xAxis[i];
|
70
|
-
if (!item.axisLabel) {
|
71
|
-
item.axisLabel = JSON.parse(JSON.stringify(echartsXAxisDefaultStyleData['x1AxisLabel']));
|
72
|
-
}
|
73
|
-
const axisLabelStr = `x${i + 1}AxisLabel`;
|
74
|
-
if (!appearance[axisLabelStr]) {
|
75
|
-
appearance[axisLabelStr] = JSON.parse(JSON.stringify(echartsXAxisDefaultStyleData[axisLabelStr]));
|
76
|
-
Object.assign(appearance[axisLabelStr], item.axisLabel);
|
77
|
-
} else {
|
78
|
-
item.axisLabel.color = appearance[axisLabelStr].color || '';
|
79
|
-
item.axisLabel.fontSize = appearance[axisLabelStr].fontSize || 12;
|
80
|
-
}
|
81
|
-
}
|
82
|
-
//return xAxis;
|
83
|
-
}
|
84
|
-
|
85
|
-
/**
|
86
|
-
* 图表Y轴数据
|
87
|
-
* @param yAxis Y轴配置数据
|
88
|
-
* @param appearance 图表自定义配置
|
89
|
-
*/
|
90
|
-
export function setChartYAxisData(yAxis, appearance) {
|
91
|
-
if (typeof appearance.ySplitLineShow !== 'boolean') {
|
92
|
-
appearance.ySplitLineShow = yAxis[0].splitLine.show;
|
93
|
-
}
|
94
|
-
if (!appearance.ysplitLineLineStyle && yAxis[0].splitLine.show) {
|
95
|
-
appearance.ysplitLineLineStyle = JSON.parse(JSON.stringify(echartsYAxisDefaultStyleData['ysplitLineLineStyle']));
|
96
|
-
}
|
97
|
-
if(appearance.total && appearance.total.length && appearance.totalLabelSynchroYData) {
|
98
|
-
const newYAxisData = [];
|
99
|
-
for (let i = 0; i < appearance.total.length; i++) {
|
100
|
-
const item = appearance.total[i];
|
101
|
-
if(item.value) newYAxisData.push(item.label);
|
102
|
-
}
|
103
|
-
yAxis[0].data = newYAxisData;
|
104
|
-
}
|
105
|
-
for (let i = 0; i < yAxis.length; i++) {
|
106
|
-
const item = yAxis[i];
|
107
|
-
if(!item.axisLabel) item.axisLabel = {};
|
108
|
-
if (!item.axisLabel.textStyle) {
|
109
|
-
item.axisLabel.textStyle = JSON.parse(JSON.stringify(echartsYAxisDefaultStyleData['y1axisLabelTextStyle']));
|
110
|
-
}
|
111
|
-
if(!item.splitLine) item.splitLine = {};
|
112
|
-
if (!item.splitLine.lineStyle) {
|
113
|
-
item.splitLine.lineStyle = JSON.parse(JSON.stringify(echartsYAxisDefaultStyleData['ysplitLineLineStyle']));
|
114
|
-
}
|
115
|
-
const axisLabelTextStyleStr = `y${i + 1}axisLabelTextStyle`;
|
116
|
-
if (!appearance[axisLabelTextStyleStr]) {
|
117
|
-
appearance[axisLabelTextStyleStr] = JSON.parse(JSON.stringify(echartsYAxisDefaultStyleData[axisLabelTextStyleStr]));
|
118
|
-
Object.assign(appearance[axisLabelTextStyleStr], item.axisLabel.textStyle);
|
119
|
-
} else {
|
120
|
-
const axisLabelTextStyNode = appearance[axisLabelTextStyleStr];
|
121
|
-
item.axisLabel.textStyle.color = axisLabelTextStyNode.color || '';
|
122
|
-
item.axisLabel.textStyle.fontSize = axisLabelTextStyNode.fontSize || '12';
|
123
|
-
item.axisLabel.textStyle.padding = axisLabelTextStyNode.padding || [20, 20, 20, 20];
|
124
|
-
}
|
125
|
-
if (appearance.ysplitLineLineStyle) {
|
126
|
-
item.splitLine.show = appearance.ySplitLineShow;
|
127
|
-
const axisLabelTextStyNode = appearance.ysplitLineLineStyle;
|
128
|
-
item.splitLine.lineStyle.type = axisLabelTextStyNode.type || 'solid';
|
129
|
-
item.splitLine.lineStyle.color = axisLabelTextStyNode.color || '';
|
130
|
-
}
|
131
|
-
const minMaxStr = `y${i + 1}MinMaxData`;
|
132
|
-
if (!appearance[minMaxStr] && item.max) {
|
133
|
-
appearance[minMaxStr] = JSON.parse(JSON.stringify(echartsYAxisDefaultStyleData[minMaxStr]));
|
134
|
-
const minMaxParams = {
|
135
|
-
max: item.max,
|
136
|
-
min: item.min,
|
137
|
-
interval: item.interval
|
138
|
-
};
|
139
|
-
Object.assign(appearance[minMaxStr], minMaxParams);
|
140
|
-
} else {
|
141
|
-
const minMaxNode = appearance[minMaxStr];
|
142
|
-
if (minMaxNode) {
|
143
|
-
item.max = minMaxNode.max;
|
144
|
-
item.min = minMaxNode.min;
|
145
|
-
item.interval = minMaxNode.interval;
|
146
|
-
}
|
147
|
-
}
|
148
|
-
const nameStr = `y${i + 1}NameData`;
|
149
|
-
if (!appearance[nameStr] && item.name) {
|
150
|
-
appearance[nameStr] = JSON.parse(JSON.stringify(echartsYAxisDefaultStyleData[nameStr]));
|
151
|
-
const nameParams = {
|
152
|
-
name: item.name,
|
153
|
-
nameTextStyle: {
|
154
|
-
color: item.nameTextStyle.color,
|
155
|
-
padding: item.nameTextStyle.padding,
|
156
|
-
},
|
157
|
-
nameGap: item.nameGap
|
158
|
-
};
|
159
|
-
Object.assign(appearance[nameStr], nameParams);
|
160
|
-
} else {
|
161
|
-
const nameNode = appearance[nameStr];
|
162
|
-
if (nameNode) {
|
163
|
-
item.name = nameNode.name;
|
164
|
-
item.nameTextStyle.color = nameNode.nameTextStyle.color;
|
165
|
-
item.nameTextStyle.padding = nameNode.nameTextStyle.padding;
|
166
|
-
item.nameGap = nameNode.nameGap;
|
167
|
-
}
|
168
|
-
}
|
169
|
-
}
|
170
|
-
//return yAxis;
|
171
|
-
}
|
172
|
-
|
173
|
-
// 图表图例数据
|
174
|
-
export function setChartLegendData(legend, appearance) {
|
175
|
-
if (!legend.formatter) legend.formatter = ['{a|{name}}'].join('\n');
|
176
|
-
// 设置默认图例文字配置,如果想改变初始化文字属性,在 appearance中配置即可
|
177
|
-
if (!legend.textStyle) legend.textStyle = {
|
178
|
-
color: '#fff',
|
179
|
-
height: 8
|
180
|
-
};
|
181
|
-
legend.textStyle.rich = {
|
182
|
-
a: {
|
183
|
-
fontSize: 12,
|
184
|
-
verticalAlign: 'bottom',
|
185
|
-
}
|
186
|
-
};
|
187
|
-
if (!appearance.legend) {
|
188
|
-
appearance.legend = JSON.parse(JSON.stringify(echartsLegendDefaultData));
|
189
|
-
Object.assign(appearance.legend, legend);
|
190
|
-
delete appearance.legend['data'];
|
191
|
-
delete appearance.legend['textStyle'];
|
192
|
-
} else {
|
193
|
-
const {
|
194
|
-
icon,
|
195
|
-
itemWidth,
|
196
|
-
itemHeight,
|
197
|
-
itemGap,
|
198
|
-
top,
|
199
|
-
right,
|
200
|
-
bottom,
|
201
|
-
left,
|
202
|
-
padding,
|
203
|
-
color,
|
204
|
-
height,
|
205
|
-
fontSize
|
206
|
-
} = appearance.legend;
|
207
|
-
legend.icon = icon || '';
|
208
|
-
legend.itemWidth = itemWidth || 12;
|
209
|
-
legend.itemHeight = itemHeight || 12;
|
210
|
-
legend.itemGap = itemGap || 8;
|
211
|
-
legend.top = top || 'auto';
|
212
|
-
legend.right = right || 'auto';
|
213
|
-
legend.bottom = bottom || 'auto';
|
214
|
-
legend.left = left || 'auto';
|
215
|
-
legend.padding = padding || [5, 5, 5, 5];
|
216
|
-
legend.textStyle.color = color || '';
|
217
|
-
legend.textStyle.height = height || 8;
|
218
|
-
legend.textStyle.rich.a = fontSize || 12;
|
219
|
-
}
|
220
|
-
//return legend;
|
221
|
-
}
|
222
|
-
|
223
|
-
// 图表曲线数据配置
|
224
|
-
export function setLineSeriesStyleData(series, appearance) {
|
225
|
-
let seriesOptions = [];
|
226
|
-
for (let i = 0; i < series.length; i++) {
|
227
|
-
const defaultSeriesStyle = JSON.parse(JSON.stringify(echartsLineSeriesStyleData));
|
228
|
-
const item = series[i];
|
229
|
-
let appearanceSeries = appearance.seriesOptions && appearance.seriesOptions[i];
|
230
|
-
if(!appearanceSeries) {
|
231
|
-
appearanceSeries = defaultSeriesStyle;
|
232
|
-
appearanceSeries.name = item.name;
|
233
|
-
appearanceSeries.itemLineStyle.color = i === 0 ? defaultSeriesStyle.itemLineStyle.color : echartsColorData[i];
|
234
|
-
seriesOptions.push(defaultSeriesStyle);
|
235
|
-
}else {
|
236
|
-
seriesOptions.push(appearanceSeries);
|
237
|
-
}
|
238
|
-
item.symbol = appearanceSeries.symbol;
|
239
|
-
item.smooth = appearanceSeries.smooth;
|
240
|
-
item.symbolSize = appearanceSeries.symbolSize || 18;
|
241
|
-
item.itemStyle = {
|
242
|
-
normal: {
|
243
|
-
color: appearanceSeries.itemLineStyle.color,
|
244
|
-
lineStyle: appearanceSeries.itemLineStyle
|
245
|
-
}
|
246
|
-
};
|
247
|
-
if (appearanceSeries.area) {
|
248
|
-
item.areaStyle = {
|
249
|
-
color: appearanceSeries.areaColor && {...appearanceSeries.areaColor} || {...defaultSeriesStyle.areaColor}
|
250
|
-
};
|
251
|
-
appearanceSeries.linear ?
|
252
|
-
item.areaStyle.color.colorStops = [...appearanceSeries.areaColorStops] :
|
253
|
-
item.areaStyle = Object.assign({}, item.areaStyle, {color: appearanceSeries.areaBgColor || 'rgba(49, 144, 255, 0.21)'});
|
254
|
-
} else {
|
255
|
-
if (item.areaStyle) delete item['areaStyle'];
|
256
|
-
}
|
257
|
-
}
|
258
|
-
|
259
|
-
appearance.seriesOptions = seriesOptions;
|
260
|
-
//return series;
|
261
|
-
}
|
@@ -1,19 +0,0 @@
|
|
1
|
-
interface echartsOptions {
|
2
|
-
color: '',
|
3
|
-
xAxis: [],
|
4
|
-
yAxis: [],
|
5
|
-
series: [],
|
6
|
-
tooltip: null
|
7
|
-
}
|
8
|
-
export declare function getXYAxisLabelVal(index: number, intervalNum: number, value: any): string;
|
9
|
-
export declare function initBindTabSetting(node: any): string;
|
10
|
-
export declare function setMapScatterOptions(option: echartsOptions, node: any): void;
|
11
|
-
export declare function setMapLineBarOptions(option: echartsOptions, node: any): void;
|
12
|
-
export declare function setMapGaugeOptions(option: echartsOptions, node: any): void;
|
13
|
-
export declare function setMapRingOptions(option: echartsOptions, node: any): void;
|
14
|
-
export declare function setMap3dBarOptions(option: echartsOptions, node: any): void;
|
15
|
-
export declare function setMapTopOptions(option: echartsOptions, node: any): void;
|
16
|
-
export declare function setMapGlobalOptions(option: echartsOptions, node: any): void;
|
17
|
-
export declare function setMapDataOptions(option: echartsOptions, node: any): void;
|
18
|
-
export declare function setMapAutoMoveOptions(option: echartsOptions, chartNode: string,node: any, callback: any): void;
|
19
|
-
export declare function setMapStopAutoMoveOptions(chartNode: string): void;
|