helper function for generating jitter between points in a scatter plot. This is only applicable to e_scatter().
Arguments
- e
An
echarts4robject as returned bye_chartsor a proxy as returned byecharts4rProxy.- axis
Axis to apply formatter to. Supports x and y axis
- jitter
Pixel units indicating the amount of random noise to add to each data point position.
- jitterOverlap
Boolean allowing overlap between data points. If false, overlap will not be allowed. For some cases, scatters may still overlap if there is no reasonable way to avoid.
- jitterMargin
When you have jitter and jiterOverlap is FALSE, this is the minimum distance in pixels between two data points.
