arl / statsviz

🚀 Visualise your Go program runtime metrics in real time in the browser
MIT License
3.19k stars 121 forks source link

js error #95

Closed gatspy closed 1 year ago

gatspy commented 1 year ago
plot.js:215 

    Uncaught ReferenceError: tippy is not defined
    at Plot._installHeatmapTooltip (plot.js:215:26)
    at Plot.createElement (plot.js:203:18)
    at attachPlots (app.js:100:14)
    at ws.onmessage (app.js:57:13)

image

arl commented 1 year ago

Hi. Can you share the Go code you're running so we can reproduce please. Thank you

arl commented 1 year ago

@gatspy on the screenshot you shared, we see tippy has been correctly retrieved (HTTP 200). Can you try to disable all extensions, or open statsviz in incognito mode to see if that helps.

arl commented 1 year ago

Fixed by #106 and released in v0.5.2