evui 3.4.85 → 3.4.86
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/dist/evui.common.js
CHANGED
|
@@ -11245,7 +11245,7 @@ $({ target: 'Number', stat: true }, {
|
|
|
11245
11245
|
/***/ "9224":
|
|
11246
11246
|
/***/ (function(module) {
|
|
11247
11247
|
|
|
11248
|
-
module.exports = JSON.parse("{\"a\":\"3.4.
|
|
11248
|
+
module.exports = JSON.parse("{\"a\":\"3.4.86\"}");
|
|
11249
11249
|
|
|
11250
11250
|
/***/ }),
|
|
11251
11251
|
|
|
@@ -42923,7 +42923,9 @@ var element_bar_Bar = /*#__PURE__*/function () {
|
|
|
42923
42923
|
var formattedTxt;
|
|
42924
42924
|
|
|
42925
42925
|
if (formatter) {
|
|
42926
|
-
formattedTxt = formatter(value
|
|
42926
|
+
formattedTxt = formatter(value, {
|
|
42927
|
+
label: isHorizontal ? data.y : data.x
|
|
42928
|
+
});
|
|
42927
42929
|
}
|
|
42928
42930
|
|
|
42929
42931
|
if (!formatter || typeof formattedTxt !== 'string') {
|