echarts icon indicating copy to clipboard operation
echarts copied to clipboard

[Feature] Choosing z of points when using a visualMap

Open VictorTolosanaCOVARIANS opened this issue 2 years ago • 1 comments

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]
    }
}

VictorTolosanaCOVARIANS avatar Jun 15 '23 08:06 VictorTolosanaCOVARIANS

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.

github-actions[bot] avatar Jun 14 '25 21:06 github-actions[bot]

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!

github-actions[bot] avatar Jun 22 '25 21:06 github-actions[bot]