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
类型为timeCat,初始显示5条数据,滑动时,平移太快了,有没有配置调整灵敏度的参数
在现有的例子中做了测试, 折线图平移中,将 数据范围改为2010~2015,交互正常。
release: { min: 2010, max: 2015 }
柱状图平移中,将日期范围从2018-05-01 改为2018-05-17,平移速度太快。
2018-05-01
2018-05-17
The text was updated successfully, but these errors were encountered:
恩,这个问题同 #342 是一样的,对于分类的交互优化还是需要优化一下
Sorry, something went wrong.
feat: support speed and step setting for category scale pan interaction.
fbcf0c8
Closed #357,#343.
simaQ
No branches or pull requests
类型为timeCat,初始显示5条数据,滑动时,平移太快了,有没有配置调整灵敏度的参数
在现有的例子中做了测试,
折线图平移中,将
数据范围改为2010~2015,交互正常。
柱状图平移中,将日期范围从
2018-05-01
改为2018-05-17
,平移速度太快。The text was updated successfully, but these errors were encountered: