Closed Pinkisagit closed 3 years ago
Ok, further digging into the exception debugging revealed the culprit - another panel's module.js seems to be interfering with this panel when in the same dashboard. Simple solution is to use a separate dashboard for my experimentations.
ReferenceError: Graph is not defined
at t.value (http://tas-hist02/public/plugins/agenty-flowcharting-panel/module.js:2:199167)
at new t (http://tas-hist02/public/plugins/agenty-flowcharting-panel/module.js:2:195973)
at t.value (http://tas-hist02/public/plugins/agenty-flowcharting-panel/module.js:2:258068)
at t.value (http://tas-hist02/public/plugins/agenty-flowcharting-panel/module.js:2:260105)
at eval (http://tas-hist02/public/plugins/agenty-flowcharting-panel/module.js:2:269791)
at Array.forEach (
Hi,
The panel worked before (Grafana 7.3.6) although I have only been experimenting with it previously. Recently, I resumed my experimentation but I'm getting an error coming up in Chrom console:
I don't seem any graphics displayed, either in edit or display mode. If I open in draw.io, the drawing displays, so it's not an issue with a drawing.
I have updated to latest 7.5.0 to see if it can clear the issue but no luck.
Exception happens in this bit of code when running
new Graph(this.container)
(at line 10452 of module.js once prettified in Chrome):I don't know if this is enough info to investigate further but I'm happy to provide more if pointed in the right direction.
Cheers.