ACE-IoT-Solutions / ace-svg-react

Grafana SVG Rendering Panel using the 7+ Plugin Framework
https://grafana.com/grafana/plugins/aceiot-svg-panel/
MIT License
41 stars 14 forks source link

when panel option page, event not working #56

Closed SMARTINFRALAB closed 5 months ago

SMARTINFRALAB commented 5 months ago

image

Event not working.

I tested with grafana 10.3.3 but not working.

options.tsx , variable "this" is undefined image

nicfv commented 5 months ago

Sorry to hear that you are experiencing a bug in the plugin. Can you please attach a file containing the dashboard JSON data?

image

image

nicfv commented 5 months ago

Seems like this might be the cause of the error: https://stackoverflow.com/questions/33973648/react-this-is-undefined-inside-a-component-function

Testing out code in #58 which should close this issue. Thank you for your patience!

nicfv commented 5 months ago

ACE.SVG version 0.1.4 is awaiting review to be published on the Grafana plugin marketplace. Please try updating when it is available, and feel free to open a new issue if there are any problems.