Hi,
I’m having issues with the Z-scaling.
a bubble with z = 16000 is more then double size than a bubble with z = 12000
In my application there are 2 steps before the chart is displayed:
1. filter a bunch of objects.
2. pick attributes to display on any axis.
Users can also go back to the filter to change the filter so the amount of datapoints is changed during usage.
Users can also change what attributes they want to have on each axis during usage.
That means that the z-values can be between 1-200000 depending on what they pick and it changes.
example datapoints:
{x: 10, y: 960, z: 12300, name: “…”}
{x: 10, y: 880, z: 12300, name: “…”}
{x: 21, y: 1880, z: 16500, name: “…”}
how it looks: https://ibb.co/k8CCGd
the difference in size should only be like 40%, this chart is misleading..