Hi Team
Did someone made any custom plugin in react JS for grafana if anyone did successfully could you please help me on that process
THANK YOU!!
~ the grafana team
Hi Team
Did someone made any custom plugin in react JS for grafana if anyone did successfully could you please help me on that process
THANK YOU!!
~ the grafana team
Hi,
I am not entirely sure if I understand your question but if you are asking if you can use reactjs to create grafana plugins the answer is yes. In fact, all of the plugins in Grafana (except for some legacy ones) are built using reactjs and all of our npm packages contain react components to help you in the development of plugins.
Take a look at some of our plugin examples in GitHub - grafana/grafana-plugin-examples specially grafana-plugin-examples/examples/panel-basic at main · grafana/grafana-plugin-examples · GitHub where you can see reactjs in action in a grafana plugin.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.