### What problem does this feature solve? 在3维笛卡尔坐标系下,如果数据是规则填充,此时通过tooltip很难展示内部的数据,也不能比较某一系列的内容,此时可以在X轴或y轴上添加一个滑块,通过拖动滑块来动态的展示某一个剖面的数据,https://toucano.uk/#gallery-honeycomb 这个页面中展示了类似的效果。 ### What does the proposed API look like? xAxis3D: { slider:true, } <!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE -->
What problem does this feature solve?
在3维笛卡尔坐标系下,如果数据是规则填充,此时通过tooltip很难展示内部的数据,也不能比较某一系列的内容,此时可以在X轴或y轴上添加一个滑块,通过拖动滑块来动态的展示某一个剖面的数据,https://toucano.uk/#gallery-honeycomb 这个页面中展示了类似的效果。
What does the proposed API look like?
xAxis3D: {
slider:true,
}