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
### 问题详情 我发现在绘制折线图时,如果有10个点,缩放画布显示6个点,折线只有这6个点,延伸的折线没有绘制,导致用户不知道滑动还有点。这个问题能解决吗,感谢。最近着急用这个功能。 ### 问题复现 目前版本都是这样
The text was updated successfully, but these errors were encountered:
dataZoom 默认会过滤数据,把filterMode设置为none即可。
dataZoom
filterMode
none
请参考: https://echarts.apache.org/zh/option.html#dataZoom-inside.filterMode https://echarts.apache.org/zh/option.html#toolbox.feature.dataZoom.filterMode
Sorry, something went wrong.
No branches or pull requests
请确认
您是如何将 Vue-ECharts 引入项目的?
<script> 标签 ### 版本信息 ```sh <script src="https://cdn.jsdelivr.net/npm/echarts@5.5.1"></script>The text was updated successfully, but these errors were encountered: