apache / echarts

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

我需要图表显示在刻度中间的同时,刻度的文字依然在刻度上 #19323

Open ajex-china opened 12 months ago

ajex-china commented 12 months ago

What problem does this feature solve?

G@N)4QTH LLAW2Z5E0}G)SS 这样的功能怎么做到,我查找api文档,也找不到类似的功能

What does the proposed API look like?

图表显示在刻度中间的同时,刻度的文字依然在刻度上

echarts-bot[bot] commented 12 months ago

@ajex-china It seems you are not using English, I've helped translate the content automatically. To make your issue understood by more people and get helped, we'd like to suggest using English next time. 🤗

TRANSLATED
**TITLE** I need the graph to be in the middle of the scale while the text of the scale is still on the scale **BODY** ### What problem does this feature solve? ![G@N)4QTH LLAW2Z5E0}G)SS](https://github.com/apache/echarts/assets/17610763/aad457bf-18b5-419d-90f3-d1c4017e5295) How to do such a function, I looked up the api documentation, and I couldn't find a similar function ### What does the proposed API look like? While the chart is displayed in the middle of the scale, the text of the scale is still on the scale
cfYYDS commented 12 months ago

you may be try to test yAxis:{scale: true}//auto

ajex-china commented 12 months ago

you may be try to test yAxis:{scale: true}//auto

只在数值轴中(type: 'value')有效。

helgasoft commented 11 months ago

missing Minimal Reproduction code see Official example