In my previous blog I created a custom plugin for Grafana with React and more specifically the Material UI TreeView. It’s possible to customize the plugin even further, as I will show you in this post. CSS Styling can be added when needed. Keep in mind that Grafana uses a […]
Laura Broekstra
Laura is a full stack developer, working in and around IT since 2013. Java-trained and interested in Angular and React. Elasticsearch, Weblogic, Oracle Jet are all on her resume. Laura enjoys bugfixing, the occasional CSS-trick and sharing knowledge with her colleagues, and now with you!
Creating a Custom Plugin in Grafana using React
Grafana gives you a straightforward way of creating dashboards for monitoring metrics, like status and health of IoT devices. Several types of visualizations are already available when developing the dashboard. If the choices aren’t sufficient, Grafana supports the ability to add custom plugins. In this post I will create a custom plugin in React, which can be used in Grafana, in order to show data in a nested tree table.