apache / echarts

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

Vertical Gauges #20487

Open K0I05 opened 2 weeks ago

K0I05 commented 2 weeks ago

What problem does this feature solve?

Gauge examples are circular but it would be great to have vertical gauges. See attached picture of mockup.

What does the proposed API look like?

Apache echart vertical gauges
MatthiasMert commented 1 week ago

A similar look can be achieved using bar series

Example

K0I05 commented 1 week ago

Cool, it would be great to have this as a chart type, a vertical gauge consumes less area than circular gauges. Vertical guages aren't uncommon on SCADA platforms for process measurement and control applications or physical gauges on instruments or instrumentation panels.