X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=experimental%2Fpalette%2Ftooltip.js;h=20479b09ea91b001be9a226b35fe945e299f01b4;hb=059bc225c8ff6920eb1d0cc3c721b1c4cde4180e;hp=501493480c9d1d06e2c164762c9787f9cc185760;hpb=e26b71566419e1c051f3fbd1f4f8f64b063a04c9;p=dygraphs.git diff --git a/experimental/palette/tooltip.js b/experimental/palette/tooltip.js index 5014934..20479b0 100644 --- a/experimental/palette/tooltip.js +++ b/experimental/palette/tooltip.js @@ -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.