evui 3.4.80 → 3.4.81

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.
@@ -11217,7 +11217,7 @@ $({ target: 'Number', stat: true }, {
11217
11217
  /***/ "9224":
11218
11218
  /***/ (function(module) {
11219
11219
 
11220
- module.exports = JSON.parse("{\"a\":\"3.4.80\"}");
11220
+ module.exports = JSON.parse("{\"a\":\"3.4.81\"}");
11221
11221
 
11222
11222
  /***/ }),
11223
11223
 
@@ -42264,7 +42264,7 @@ var element_scatter_Scatter = /*#__PURE__*/function () {
42264
42264
  var overflowColor = item.y > minmaxY.graphMax && this.overflowColor;
42265
42265
  var color = overflowColor || item.color || this.color;
42266
42266
  ctx.strokeStyle = color;
42267
- var pointFillColor = overflowColor || this.pointFill || item.color || this.color;
42267
+ var pointFillColor = overflowColor || item.color || this.pointFill || this.color;
42268
42268
  ctx.fillStyle = pointFillColor;
42269
42269
  helpers_canvas.drawPoint(ctx, pointStyle, pointSize, item.xp, item.yp);
42270
42270
  }