juijs-graph
Advanced tools
Comparing version 0.2.3-es6 to 0.2.4-es6
{ | ||
"name": "juijs-graph", | ||
"version": "0.2.3-es6", | ||
"version": "0.2.4-es6", | ||
"sideEffects": false, | ||
@@ -5,0 +5,0 @@ "description": "SVG-based JUI chart that can be used in the browser and Node.js. Support many types of charts. (Dashboard, Map, Topology, Full 3D)", |
@@ -273,5 +273,5 @@ import jui from "juijs" | ||
chart.on("chart.dbclick", function(e) { | ||
chart.on("chart.dblclick", function(e) { | ||
if(!checkAxisPoint(e)) return; | ||
chart.emit("axis.dbclick", [ e, index ]); | ||
chart.emit("axis.dblclick", [ e, index ]); | ||
}); | ||
@@ -278,0 +278,0 @@ |
Sorry, the diff of this file is too big to display
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
741715