[Feature] Choosing z of points when using a visualMap
What problem does this feature solve?
When using visualMap (piecewise), there's no way to choose the z of points. With a large dataset on a scatter they may overlap and make the graph unusable, as we cannot choose which ones are drawn on top of the others. Or maybe there's a workaround already available ?
What does the proposed API look like?
visualMap: {
inRange: {
z: [2, 1, 3]
}
}
This issue has been automatically marked as stale because it did not have recent activity. It will be closed in 7 days if no further activity occurs. If you wish not to mark it as stale, please leave a comment in this issue.
This issue has been automatically closed because it did not have recent activity. If this remains to be a problem with the latest version of Apache ECharts, please open a new issue and link this to it. Thanks!