Skip to content

My First coding attempt for Grafana to run the 3D Graph Visualization

Notifications You must be signed in to change notification settings

Darrencwood/area3d_vis

 
 

Repository files navigation

area3d_vis

3D Graph Visualization for Kibana 5!

This is the first version of a 3D Graph Visualization plugin for Kibana 5.0.

The idea behind this visualization is to add a new interesting Graph feature, to the current Kibana series of charts and metrics, to show 3D data.

If you really liked this and feel like making a donation : Contribute!

Charts are rendered using the awesome js component called Vis.js, developed by @almende (https://github.com/almende/vis).

Here are some screenshots of how it's coming out. I hope you like it!

Surface Area Surface Area - Random Values Dashboard showing multiple charts

The visualization needs one Metric (Count, Avg, Sum, Max, Min) which will be the Z value, and two Aggregators (X, Y).

In this example I'm plotting the performance indicators of an imaginary, solar panel array.

You need to install first Vis.js !

So the installation instructions should be:

While on the [kibana_home]/src/core_plugins ...

git clone https://github.com/JuanCarniglia/area3d_vis
cd area3d_vis
npm install

About

My First coding attempt for Grafana to run the 3D Graph Visualization

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 84.2%
  • HTML 12.1%
  • CSS 3.7%