@meta2d/le5le-charts
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "@meta2d/le5le-charts", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "The le5le-charts library based on le5le meta2d.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -19,2 +19,6 @@ var __assign = (this && this.__assign) || function () { | ||
pen.onClick = onclick; | ||
if (pen.clockInterval) { | ||
pen.onDestroy(pen); | ||
pen.onAdd(pen); | ||
} | ||
} | ||
@@ -21,0 +25,0 @@ var x = pen.calculative.worldRect.x; |
@@ -171,2 +171,3 @@ var __read = (this && this.__read) || function (o, n) { | ||
ctx.closePath(); | ||
ctx.save(); | ||
coordinateValue.forEach(function (item, index) { | ||
@@ -181,2 +182,3 @@ ctx.beginPath(); | ||
}); | ||
ctx.restore(); | ||
coordinateValue = []; | ||
@@ -183,0 +185,0 @@ }; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
86641
1234