evui 3.4.65 → 3.4.66
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.umd.js
CHANGED
|
@@ -11173,7 +11173,7 @@ $({ target: 'Number', stat: true }, {
|
|
|
11173
11173
|
/***/ "9224":
|
|
11174
11174
|
/***/ (function(module) {
|
|
11175
11175
|
|
|
11176
|
-
module.exports = JSON.parse("{\"a\":\"3.4.
|
|
11176
|
+
module.exports = JSON.parse("{\"a\":\"3.4.66\"}");
|
|
11177
11177
|
|
|
11178
11178
|
/***/ }),
|
|
11179
11179
|
|
|
@@ -52258,10 +52258,10 @@ var element_tip_modules = {
|
|
|
52258
52258
|
|
|
52259
52259
|
if (maxTipOpt.use && maxArgs) {
|
|
52260
52260
|
if (tooltipValueFormatter) {
|
|
52261
|
-
maxArgs.text =
|
|
52262
|
-
|
|
52263
|
-
|
|
52264
|
-
y: maxArgs.value
|
|
52261
|
+
maxArgs.text = tooltipValueFormatter({
|
|
52262
|
+
seriesId: seriesInfo.sId,
|
|
52263
|
+
x: isHorizontal ? maxArgs.value : undefined,
|
|
52264
|
+
y: !isHorizontal ? maxArgs.value : undefined
|
|
52265
52265
|
});
|
|
52266
52266
|
} else {
|
|
52267
52267
|
maxArgs.text = numberWithComma(maxArgs.value);
|