We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
为简化问题描述,我们假设下钻后返回上一层的圈为X
问题有两个,都在同一个 demo 里面可以复现
option = { series: { highlightPolicy: 'ancestor', type: 'sunburst', radius: [0, '90%'], label: { rotate: 'radial' }, levels: [ {}, { downplay: { itemStyle: { opacity: 0.6, } } }, { downplay: { itemStyle: { opacity: 0.6, } } }, { downplay: { itemStyle: { opacity: 0.6, } } }, ] }, tooltip: { trigger: 'item', formatter: function() { return "tooltip"; } } };
在线demo (需要启用 unsafe script 才能正常使用,原因是 echarts 官方的 cdn 并不是 https 的)
The text was updated successfully, but these errors were encountered:
fix: sunburst roll-up piece update
4ad251e
#8132
Ovilia
No branches or pull requests
One-line summary [问题简述]
为简化问题描述,我们假设下钻后返回上一层的圈为X
问题有两个,都在同一个 demo 里面可以复现
Version & Environment [版本及环境]
Expected behaviour [期望结果]
ECharts option [ECharts配置项]
Other comments [其他信息]
在线demo
(需要启用 unsafe script 才能正常使用,原因是 echarts 官方的 cdn 并不是 https 的)
The text was updated successfully, but these errors were encountered: