X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=experimental%2Fpalette%2Ftooltip.js;h=20479b09ea91b001be9a226b35fe945e299f01b4;hb=58a18b025156273cc34cd7555f77369e1f924d74;hp=501493480c9d1d06e2c164762c9787f9cc185760;hpb=760a3285058137f8873a9d69c94f2696b2080f8f;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.