Feature Proposal
The bubbles are drawn according the order of the datasets. Bubbles of dataset no. 1 are drawn in front of the bubbles of dataset no. 2. If two bubbles are at the same coordinate, the bubble of dataset no. 1, depending on its size, might covers the bubble of dataset no. 2 completely.
I would like an option for the bubble chart, to change this behavior and draw the bubbles in order of their size. If for a given point two bubbles have to be drawn, the smallest bubble is drawn in front, the greatest bubble is drawn in the back. This ensures that in most cases more bubbles are partially visible (if two bubbles have the same size one bubble is still covered).
Feature Use Case
We use the bubble chart with a very small range of ticks on the x and y axis and multiple datasets. The aim is to compare these datasets against each other. Many, if not all of the bubbles lie an the same coordinate and cover each other. The order of the datasets is secondary in this case.
Currently our workaround is to make the bubble slightly transparent. But when the greater bubble is in front, it is not possible to detect an click event only on the smaller bubble.
Feature Proposal
The bubbles are drawn according the order of the datasets. Bubbles of dataset no. 1 are drawn in front of the bubbles of dataset no. 2. If two bubbles are at the same coordinate, the bubble of dataset no. 1, depending on its size, might covers the bubble of dataset no. 2 completely.
I would like an option for the bubble chart, to change this behavior and draw the bubbles in order of their size. If for a given point two bubbles have to be drawn, the smallest bubble is drawn in front, the greatest bubble is drawn in the back. This ensures that in most cases more bubbles are partially visible (if two bubbles have the same size one bubble is still covered).
Feature Use Case
We use the bubble chart with a very small range of ticks on the x and y axis and multiple datasets. The aim is to compare these datasets against each other. Many, if not all of the bubbles lie an the same coordinate and cover each other. The order of the datasets is secondary in this case.
Currently our workaround is to make the bubble slightly transparent. But when the greater bubble is in front, it is not possible to detect an click event only on the smaller bubble.