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
预期是当设置 slider 初始范围后,图表对应的值域能变化,如:
但实际设置初始范围后,图表值域未变: 必须拖拽手柄以后值域才会更新。
复现方式: 官方案例:https://g2.antv.antgroup.com/zh/examples/interaction/interaction/#slider 内添加 values:[0,0.5] 即可
values:[0,0.5]
The text was updated successfully, but these errors were encountered:
目前 slider 没有提供这个 api。只能通过 chart.emit 实现,参考这个文档
chart.emit
Sorry, something went wrong.
为啥这个不能和 scrollbar 一样,支持配置默认值。
hustcc
Successfully merging a pull request may close this issue.
预期是当设置 slider 初始范围后,图表对应的值域能变化,如:
但实际设置初始范围后,图表值域未变:
必须拖拽手柄以后值域才会更新。
复现方式:
官方案例:https://g2.antv.antgroup.com/zh/examples/interaction/interaction/#slider 内添加
values:[0,0.5]
即可The text was updated successfully, but these errors were encountered: