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.
@@ -11164,7 +11164,7 @@ $({ target: 'Number', stat: true }, {
11164
11164
  /***/ "9224":
11165
11165
  /***/ (function(module) {
11166
11166
 
11167
- module.exports = JSON.parse("{\"a\":\"3.4.65\"}");
11167
+ module.exports = JSON.parse("{\"a\":\"3.4.66\"}");
11168
11168
 
11169
11169
  /***/ }),
11170
11170
 
@@ -52249,10 +52249,10 @@ var element_tip_modules = {
52249
52249
 
52250
52250
  if (maxTipOpt.use && maxArgs) {
52251
52251
  if (tooltipValueFormatter) {
52252
- maxArgs.text = isHorizontal ? tooltipValueFormatter({
52253
- x: maxArgs.value
52254
- }) : tooltipValueFormatter({
52255
- y: maxArgs.value
52252
+ maxArgs.text = tooltipValueFormatter({
52253
+ seriesId: seriesInfo.sId,
52254
+ x: isHorizontal ? maxArgs.value : undefined,
52255
+ y: !isHorizontal ? maxArgs.value : undefined
52256
52256
  });
52257
52257
  } else {
52258
52258
  maxArgs.text = numberWithComma(maxArgs.value);