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
echarts3,散点图,visualMap的categories为数值型字符串时,无法匹配series的data对应类目
正常显示
option = { "xAxis": { "type": "value", "name": "salary" }, "yAxis": { "type": "value", "name": "deposit" }, "visualMap": [ { "show": true, "dimension": 2, "categories": ["11","12"], "inRange": { "color": ["#ff6600","#9F79EE"] } } ], "series": [ { "data": [ [ "500.0","100.0","11"], ["4432.0","500.0","12"] ], "type": "scatter" } ] }
The text was updated successfully, but these errors were encountered:
356583b
No branches or pull requests
One-line summary [问题简述]
echarts3,散点图,visualMap的categories为数值型字符串时,无法匹配series的data对应类目
Version & Environment [版本及环境]
Expected behaviour [期望结果]
正常显示
ECharts option [ECharts配置项]
Other comments [其他信息]
The text was updated successfully, but these errors were encountered: