@visactor/react-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/index.js
CHANGED
|
@@ -39414,7 +39414,8 @@
|
|
|
39414
39414
|
visible: this._showText,
|
|
39415
39415
|
pickable: !1,
|
|
39416
39416
|
childrenPickable: !1,
|
|
39417
|
-
textStyle: startTextAlignStyle
|
|
39417
|
+
textStyle: startTextAlignStyle,
|
|
39418
|
+
zIndex: LAYOUT_LEVEL.handlerText
|
|
39418
39419
|
}), "data-zoom-start-text"), this._endText = this._maybeAddLabel(this._getContainer(), merge$1({}, restEndTextStyle, {
|
|
39419
39420
|
text: endTextValue,
|
|
39420
39421
|
x: endTextPosition.x,
|
|
@@ -39422,7 +39423,8 @@
|
|
|
39422
39423
|
visible: this._showText,
|
|
39423
39424
|
pickable: !1,
|
|
39424
39425
|
childrenPickable: !1,
|
|
39425
|
-
textStyle: endTextAlignStyle
|
|
39426
|
+
textStyle: endTextAlignStyle,
|
|
39427
|
+
zIndex: LAYOUT_LEVEL.handlerText
|
|
39426
39428
|
}), "data-zoom-end-text");
|
|
39427
39429
|
}
|
|
39428
39430
|
_maybeAddLabel(container, attributes, name) {
|