apache / echarts

Apache ECharts is a powerful, interactive charting and data visualization library for browser
https://echarts.apache.org
Apache License 2.0
60.15k stars 19.6k forks source link

[Feature] Isometric charts #18898

Open dapeleg-dn opened 1 year ago

dapeleg-dn commented 1 year ago

What problem does this feature solve?

Having isometric charts in your vast and fantastic collection of charts will be nice.

One use case I see is to describe network topology.

Given the excellent integration with Grafana using the Echarts Panel made by Volkov Labs, it will be beneficial to visualize real-time network metrics over the visualized network topology. Things like the rate of network traffic, allowed vs. blocked traffic, firewall visualization, and many other metrics can be nicely visualized using colors, line widths, and animations.

Another use case is the visualization of Solar power systems like Victron Cerbo GX.

What does the proposed API look like?

Basically, same as the other network charts. Maybe need to add properties for the location of the objects in the space and the user's perspective.

You can get inspiration from yWorks Isometric diagrams.

helgasoft commented 1 year ago

These are interesting charts, the demo even has live editing. But there are no data(metrics) associated with the nodes, thus your Feature request. Probably related to #18943, see image.