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
5.5.0
https://echarts.apache.org/examples/zh/editor.html?c=pie-simple
ApacheCharts.setOption({ series: { type: pie, labelLayout: () => { return { draggable: isLabelDrag.value, }; }, }, });
随便找一个饼图代码,用setOption更新labelLayout-labelLayout:true,然后用同样的方法设置为false,此时去拖拽标签,还可以拖拽并且引导线不动
设置为false之后,应该不能被拖拽,鼠标悬浮图标应该为手指而不是拖拽符号
- OS: - Browser: - Framework:
No response
The text was updated successfully, but these errors were encountered:
bug confirmed - labelLine drag is disabled, but label remains draggable. Workaround is to use replaceMerge - Demo.
Sorry, something went wrong.
No branches or pull requests
Version
5.5.0
Link to Minimal Reproduction
https://echarts.apache.org/examples/zh/editor.html?c=pie-simple
Steps to Reproduce
ApacheCharts.setOption({
series: {
type: pie,
labelLayout: () => {
return {
draggable: isLabelDrag.value,
};
},
},
});
Current Behavior
随便找一个饼图代码,用setOption更新labelLayout-labelLayout:true,然后用同样的方法设置为false,此时去拖拽标签,还可以拖拽并且引导线不动
Expected Behavior
设置为false之后,应该不能被拖拽,鼠标悬浮图标应该为手指而不是拖拽符号
Environment
Any additional comments?
No response
The text was updated successfully, but these errors were encountered: