11

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?

nemesisdesign
  • 8,159
  • 12
  • 58
  • 97
  • I am in search of exactly what you are describing. I was able to [retrieve data from influxDB with js](http://stackoverflow.com/questions/32971011/retrieve-data-from-influxdb-with-client-side-code/33011011#33011011) and create a simple graph with C3.js but the 2 key features you are talking about have to be implemented... – tgogos Oct 08 '15 at 09:56
  • 3
    I'm tired of huge apps that try to do everything, they're good for users but useless for developers. The Unix philosophy has been forgotten. – nemesisdesign Oct 15 '15 at 08:32

1 Answers1

3

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.