Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

JS based influxdb graph editors like Grafana, Influga, are there reusable libraries?

I have been working with tools like grafana or influga, which are fantastic projects which facilitate the creation of dashboards with charts and various type of graphs.

I was wondering, would it be possible to separate the 2 core features of these apps in a standalone javascript library that can be reused in existing web apps (that can be made easy to use by end-users also)?

The 2 key features would be:

  • graph editor (query, labels, colors, ecc.)
  • graph view (see the graph, change date range, zoom in and out, ecc)

The problem with grafana and similar solutions is that they are not easy to integrate with existing web apps, and these projects are growing in complexity and adding new features, while something many people might need is some kind of integration in existing web apps.

Is there anybody working on this? If yes, what are the 2 most promising projects?

like image 290
nemesisdesign Avatar asked Apr 09 '15 12:04

nemesisdesign


1 Answers

Grafana v2.0 allows you to use Embed Panel with "iframe" tag.

It's very usefull when you trying to integrate graph in another system.

like image 88
Dmitry Shihovtsev Avatar answered Oct 16 '22 07:10

Dmitry Shihovtsev