@visactor/vchart 2.0.20-alpha.5 → 2.0.20-alpha.7
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/build/es5/index.js +1 -1
- package/build/index.es.js +4 -2
- package/build/index.js +4 -2
- package/build/index.min.js +2 -2
- package/build/tsconfig.tsbuildinfo +1 -1
- package/cjs/compile/util.js +1 -2
- package/cjs/component/util.js +2 -1
- package/esm/compile/util.js +1 -2
- package/esm/component/util.js +2 -1
- package/package.json +9 -9
package/build/index.es.js
CHANGED
|
@@ -46068,7 +46068,8 @@ class DataZoomRenderer {
|
|
|
46068
46068
|
visible: this._showText,
|
|
46069
46069
|
pickable: !1,
|
|
46070
46070
|
childrenPickable: !1,
|
|
46071
|
-
textStyle: startTextAlignStyle
|
|
46071
|
+
textStyle: startTextAlignStyle,
|
|
46072
|
+
zIndex: LAYOUT_LEVEL.handlerText
|
|
46072
46073
|
}), "data-zoom-start-text"), this._endText = this._maybeAddLabel(this._getContainer(), merge$1({}, restEndTextStyle, {
|
|
46073
46074
|
text: endTextValue,
|
|
46074
46075
|
x: endTextPosition.x,
|
|
@@ -46076,7 +46077,8 @@ class DataZoomRenderer {
|
|
|
46076
46077
|
visible: this._showText,
|
|
46077
46078
|
pickable: !1,
|
|
46078
46079
|
childrenPickable: !1,
|
|
46079
|
-
textStyle: endTextAlignStyle
|
|
46080
|
+
textStyle: endTextAlignStyle,
|
|
46081
|
+
zIndex: LAYOUT_LEVEL.handlerText
|
|
46080
46082
|
}), "data-zoom-end-text");
|
|
46081
46083
|
}
|
|
46082
46084
|
_maybeAddLabel(container, attributes, name) {
|
package/build/index.js
CHANGED
|
@@ -46074,7 +46074,8 @@
|
|
|
46074
46074
|
visible: this._showText,
|
|
46075
46075
|
pickable: !1,
|
|
46076
46076
|
childrenPickable: !1,
|
|
46077
|
-
textStyle: startTextAlignStyle
|
|
46077
|
+
textStyle: startTextAlignStyle,
|
|
46078
|
+
zIndex: LAYOUT_LEVEL.handlerText
|
|
46078
46079
|
}), "data-zoom-start-text"), this._endText = this._maybeAddLabel(this._getContainer(), merge$1({}, restEndTextStyle, {
|
|
46079
46080
|
text: endTextValue,
|
|
46080
46081
|
x: endTextPosition.x,
|
|
@@ -46082,7 +46083,8 @@
|
|
|
46082
46083
|
visible: this._showText,
|
|
46083
46084
|
pickable: !1,
|
|
46084
46085
|
childrenPickable: !1,
|
|
46085
|
-
textStyle: endTextAlignStyle
|
|
46086
|
+
textStyle: endTextAlignStyle,
|
|
46087
|
+
zIndex: LAYOUT_LEVEL.handlerText
|
|
46086
46088
|
}), "data-zoom-end-text");
|
|
46087
46089
|
}
|
|
46088
46090
|
_maybeAddLabel(container, attributes, name) {
|