echarts icon indicating copy to clipboard operation
echarts copied to clipboard

[Feature] Have the ability to have the same Y-axis on both sides of chart

Open ra-dave opened this issue 1 year ago • 1 comments

What problem does this feature solve?

This feature would provide the ability to have the exact same Y-axis on both sides of the chart. This issue has been raised before but apparently has never been implemented. For example, https://github.com/apache/echarts/issues/11589

This would be a very useful feature.

What does the proposed API look like?

API already has the "position" property ("left" or "right") for the yAxis. Add a "both" option. The right y-axis would be a mirror image of the left y-axis.

ra-dave avatar Oct 10 '24 17:10 ra-dave

workaround already given in #11589 Demo 📌 please close issue if problem solved.

helgasoft avatar Oct 10 '24 19:10 helgasoft