Add per-axis specification in Dygraphs. Adding jquery as part of introducing multi...
[dygraphs.git] / experimental / palette / tooltip.js
index 5014934..20479b0 100644 (file)
@@ -40,7 +40,7 @@ function Tooltip(parent) {
   this.hide();
 }
 
-Tooltip.prototype.show = function(source, event, title, type, body) {
+Tooltip.prototype.show = function(source, title, type, body) {
   this.title.innerHTML = title;
   this.body.innerHTML = body;
   this.type.textContent = type; // textContent for arrays.