[GitHub] [echarts] helgasoft commented on issue #18432: [Feature] add jitter option for scatter plots

2023-03-29 Thread via GitHub
helgasoft commented on issue #18432: URL: https://github.com/apache/echarts/issues/18432#issuecomment-1489343039 Workaround with two X-axes - [Demo Code](https://echarts.apache.org/examples/en/editor.html?c=multiple-x-axis&code=PYBwLglsB2AEC8sDeAoWsAeBBDEDOAXLANprrKwAmAhmNUcQOTWMA0jARm4wMaMC

[GitHub] [echarts] helgasoft commented on issue #18432: [Feature] add jitter option for scatter plots

2023-03-28 Thread via GitHub
helgasoft commented on issue #18432: URL: https://github.com/apache/echarts/issues/18432#issuecomment-1487369417 Jitter is data transformation that can be done before the plot. Consider adding ```Math.random() * jitterWidth``` to data values. See also [this](http://www.java2s.com/ref/java