influxdata / giraffe

A foundation for visualizations in the InfluxDB UI
https://influxdata.github.io/giraffe/
MIT License
182 stars 33 forks source link

Sankey chart in Giraffe #552

Open ankitoye opened 3 years ago

ankitoye commented 3 years ago

Hi, any plan to include Sankey graph type in Giraffe.

TCL735 commented 3 years ago

@ankitoye we are always looking for new enhancements including graph types. What sort of data sets do you envision would be useful to see on a Sankey graph?

ankitoye commented 3 years ago

Hi @TCL735 Something like this - https://nivo.rocks/sankey/ or https://www.amcharts.com/demos/sankey-diagram/ Here is the link to the data - [https://github.com/ankitoye/temp/blob/main/data.js]https://github.com/ankitoye/temp/blob/main/data.js I need to map each hopId / hopAddress a "path" takes to reach its destination. See the below image.

image

Currently, I need to process the above data first and then map it using amcharts.