I would like to implement my Grafana Dashboards/Panels in my own Ionic Mobile Application.
Of course, there is the easy way to embed the panels via iFrame but for my project this is not practical. I need to build the panels from scratch via HTML, CSS and JS and would like to use the Grafana API.
Is there the possibility to use the @grafana/ui API or some other package to achieve this?
Hi @mattabrams
thanks for your reply.
I’m looking for an API like this:
But it has to be Grafana official, so I found the @grafana/ui API:
Do you think it’s possible to achieve this with the grafana/ui package? Does it deliver the same components as the inofficial one to render the grafana components and dashboards?
@grafana/ui is not designed to be a standalone design system framework. I expect considerable development efforts if you’d like to use the components outside of Grafana itself.
Hi @marcusolsson,
thanks for your quick reply.
So in your opinion, it’s not possible to use the grafana ui (except iFrame)?
Do i have to build all the panels from scratch with JS?