Recreate Excel spreadsheet in a Grafana Dashboard

  • What Grafana version and what operating system are you using?
    Grafana Cloud Pro

  • What are you trying to achieve?
    I want to recreate what someone has made in a Microsoft Excel spreadsheet, but as a Grafana Dashboard. I am looking for guidance or suggestions on possible plug-ins or something native (preferrable) to Grafana to recreate the following look:

Initial goal is to be able to create the different color boxes and have those tied to near real time data sources.

  • How are you trying to achieve it?
    Looking for suggestions on how to achieve.

  • What happened?
    Nothing just yet

  • What did you expect to happen?
    Create a dashboard

  • Can you copy/paste the configuration(s) that you are having problems with?

  • Did you receive any errors in the Grafana UI or in related logs? If so, please tell us exactly what they were.
    No

  • Did you follow any online instructions? If so, what is the URL?
    No

you can use the standard table panels to build a similar layout as above, there are also other plugins you can use like the business table and business text plugins:

that you can use with custom javascript, css and html if you need more customization.