evui 3.4.97 → 3.4.98
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 +1 -4
- package/dist/evui.common.js.map +1 -1
- package/dist/evui.umd.js +1 -4
- package/dist/evui.umd.js.map +1 -1
- package/dist/evui.umd.min.js +1 -1
- package/dist/evui.umd.min.js.map +1 -1
- package/package.json +1 -1
- package/src/components/chart/plugins/plugins.tooltip.js +3 -3
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.98\"}");
|
|
11249
11249
|
|
|
11250
11250
|
/***/ }),
|
|
11251
11251
|
|
|
@@ -51833,7 +51833,6 @@ var plugins_tooltip_modules = {
|
|
|
51833
51833
|
}); // 2. Draw series name
|
|
51834
51834
|
|
|
51835
51835
|
ctx.fillStyle = typeof opt.fontColor.label === 'function' ? opt.fontColor.label(curTooltipInfo) : (_opt$fontColor$label = opt.fontColor.label) !== null && _opt$fontColor$label !== void 0 ? _opt$fontColor$label : opt.fontColor;
|
|
51836
|
-
ctx.textBaseline = 'Bottom';
|
|
51837
51836
|
var seriesNameSpaceWidth = opt.maxWidth - Math.round(ctx.measureText(maxValue).width) - boxPadding.l - boxPadding.r - seriesColorMarginRight - VALUE_MARGIN;
|
|
51838
51837
|
var xPos = itemX + seriesColorMarginRight;
|
|
51839
51838
|
var yPos = itemY;
|
|
@@ -51979,7 +51978,6 @@ var plugins_tooltip_modules = {
|
|
|
51979
51978
|
}); // 2. Draw value y names
|
|
51980
51979
|
|
|
51981
51980
|
ctx.fillStyle = typeof opt.fontColor.label === 'function' ? opt.fontColor.label(curTooltipInfo) : (_opt$fontColor$label2 = opt.fontColor.label) !== null && _opt$fontColor$label2 !== void 0 ? _opt$fontColor$label2 : opt.fontColor;
|
|
51982
|
-
ctx.textBaseline = 'Bottom';
|
|
51983
51981
|
|
|
51984
51982
|
if (this.axesY.length) {
|
|
51985
51983
|
ctx.fillText(this.axesY[hitAxis.y].getLabelFormat(hitItem.y), itemX + seriesColorMarginRight, itemY);
|
|
@@ -52096,7 +52094,6 @@ var plugins_tooltip_modules = {
|
|
|
52096
52094
|
}); // 2. Draw series name
|
|
52097
52095
|
|
|
52098
52096
|
ctx.fillStyle = typeof opt.fontColor.label === 'function' ? opt.fontColor.label(curTooltipInfo) : (_opt$fontColor$label3 = opt.fontColor.label) !== null && _opt$fontColor$label3 !== void 0 ? _opt$fontColor$label3 : opt.fontColor;
|
|
52099
|
-
ctx.textBaseline = 'Bottom';
|
|
52100
52097
|
var seriesNameSpaceWidth = opt.maxWidth - Math.round(ctx.measureText(maxValue).width) - boxPadding.l - boxPadding.r - seriesColorMarginRight - VALUE_MARGIN;
|
|
52101
52098
|
var xPos = itemX + seriesColorMarginRight;
|
|
52102
52099
|
var yPos = itemY;
|