doufugeshihua opened a new issue #13014:
URL: https://github.com/apache/incubator-echarts/issues/13014
### What problem does this feature solve?
x轴上能展示多个维度,类似多个x轴,但又有区别,希望是在同一个坐标系中的多维度展示。比如展示省市区,广东省为一个x轴,各个市为一个x轴,最后区为一个x轴,他们都在一个坐标系中,能体现层级关系展示
### What does the proposed API look like?
xAxis: [
{
省
},
{
市
},
{
区
}
]
<!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE -->
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]