LeonardoSrn opened a new issue, #21095: URL: https://github.com/apache/echarts/issues/21095
### What problem does this feature solve? Currently, ECharts offers only a "circular" Gauge option. Some data visualization could require linear gauges (both vertical and horizontal) to represent progress, thresholds, or single-point measurements in a more intuitive and space-efficient manner. The absence of a native linear gauge option forces developers to use workarounds with other chart types (e.g., bar charts with custom rendering), which are often complex and lack the dedicated features of a true gauge. This feature would enhance ECharts' versatility, making it a more comprehensive solution for various dashboard and monitoring applications. Example of a Linear Gauge chart representation: <img width="365" height="112" alt="Image" src="https://github.com/user-attachments/assets/26f8eaf4-d8a9-45ed-9cc4-cf2d58c7d3cb" /> ### What does the proposed API look like? Given the existing gauge series type, the proposed API could be mostly similar (while removing options like `radius` etc). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
