chart2music
Advanced tools
Comparing version 1.3.0 to 1.3.1
@@ -550,8 +550,8 @@ var c2mChart = (function () { | ||
if (typeof element === "undefined") { | ||
return "Required parameter 'element' was left undefined. An HTMLElement must be provided for this parameter."; | ||
return "Required parameter 'element' was left undefined. An HTMLElement or SVGElement must be provided for this parameter."; | ||
} | ||
if (element instanceof HTMLElement) { | ||
if (element instanceof HTMLElement || element instanceof SVGElement) { | ||
return ""; | ||
} | ||
return "Provided value for 'element' must be an instance of HTMLElement."; | ||
return "Provided value for 'element' must be an instance of HTMLElement or SVGElement."; | ||
}; | ||
@@ -558,0 +558,0 @@ const valid_axis_types = ["linear", "log10"]; |
{ | ||
"name": "chart2music", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "module": "dist/index.mjs", |
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
133768