Comparing version 3.2.8 to 3.2.9
{ | ||
"name": "flot", | ||
"version": "3.2.8", | ||
"version": "3.2.9", | ||
"main": "dist/es5/jquery.flot.js", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -244,4 +244,5 @@ /* global jQuery */ | ||
function processRawData() { | ||
function processDatapoints() { | ||
triggerCleanupEvent(); | ||
doTriggerClickHoverEvent(lastMouseMoveEvent, eventType.hover); | ||
} | ||
@@ -332,3 +333,3 @@ | ||
plot.hooks.drawOverlay.push(drawOverlay); | ||
plot.hooks.processRawData.push(processRawData); | ||
plot.hooks.processDatapoints.push(processDatapoints); | ||
plot.hooks.setupGrid.push(setupGrid); | ||
@@ -335,0 +336,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
983610
19495