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?