What problem does this feature solve?
增强桑基图功能和完善性,让sankey支持滚动条以及缩略轴
What does the proposed API look like?
散点图api示例: https://echarts.apache.org/examples/zh/editor.html?c=custom-error-scatter
热力图api示例: https://echarts.apache.org/examples/zh/editor.html?c=area-simple
1条答案
按热度按时间p8ekf7hl1#
These two examples use
dataZoom
, which is designed to scale with axes. But sankey don't have such axes that can use dataZoom. A possible solution would be supporting zooming withroam: true
as a new feature and add thumbnail (ralated to #17471 ) to it. This can be a large feature and let's see what we can do in ECharts 6.