SanLeen opened a new issue #16491: URL: https://github.com/apache/echarts/issues/16491
### What problem does this feature solve? Sincerely hope to add it to make Candlestick-Chart easier to use and easy to customize. like [this](https://in.tradingview.com/chart)  ### What does the proposed API look like? ```javascript setOption({ ..., series: [ { type: 'candlestick', yAxisScalable: boolean, // 👈 } ], }); ``` -- 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]
