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
在仪表盘中,当地图与其他widget关联时,当地图存在两个维度时,关联关系不成功。这是因为,地图的searies.data经过格式化,params.dataindex并不能与datasources索引一一对应。因此会表现,点击广东省可能会关联到其他省份。
if (seriesData) { const seriesIndex = series[index] ? series[index].split('&')[0] : null return seriesData[seriesIndex] ? seriesData[seriesIndex][item] : [] } return data[item] })```
The text was updated successfully, but these errors were encountered:
fix: 🐛 修复dashboard中地图不能正确关联其他widget
1947130
✅ Closes: edp963#2217
No branches or pull requests
在仪表盘中,当地图与其他widget关联时,当地图存在两个维度时,关联关系不成功。这是因为,地图的searies.data经过格式化,params.dataindex并不能与datasources索引一一对应。因此会表现,点击广东省可能会关联到其他省份。
The text was updated successfully, but these errors were encountered: