I am trying to bring in some Grafana charts into an Angular Application. I tried with Iframe and it works fine but I am exploring options where I can feed data to grafana APIs in the form of JSON and render the charts inside my Angular application. I am trying to go off with Iframe and see if I can draw grafa charts in my application.
I see a npm library called grafana-dash-gen but the documentation is not quite effective to me, how do I consume Grafana APIs to render charts inside my app without Iframe?