We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19e1077 commit 5e79d5cCopy full SHA for 5e79d5c
src/service/3DPlot/Primitive/BasePlotPrimitive.js
@@ -18,8 +18,8 @@ class BasePlotPrimitive {
18
this._update = true;
19
this._translucent = false;
20
// 缩放
21
- this.m_scale = 20;
22
- this._modHeight = 500;
+ this.m_scale = 60;
+ this._modHeight = 2000;
23
24
this._elem = options.element;
25
src/service/3DPlot/Primitive/ElementInstance/SvgElementInstance.js
@@ -22,8 +22,8 @@ export default class SvgElementInstance {
this._elem = elem;
this._options = options;
this.globelScale = options.globelScale || 100
- this.fillDefaultWidth = 5
26
- this.textDefaultWidth = 10
+ this.fillDefaultWidth = 2.9
+ this.textDefaultWidth = 8
27
this.instance = undefined;
28
}
29
0 commit comments