问题
I have a graph as shown below:
Each bubble has some text with it and I also show a tipsy on hovering the bubble. As you can see, bubbles which have similar X and Y values are overlapping and thus the text of each bubble are getting mixed up so much that nothing is readable(Notice two red bubbles at Y:10-12 and X:30-35). I want to solve this issue, such that may be only one text is visible or both are visible in some way(if both are possible then this is preferred). Also, I have very less data in this graph. The data can vary a lot and thus I might have many bubbles in a very small range. Is there any way to solve this issue?
来源:https://stackoverflow.com/questions/47074763/d3js-texts-of-different-bubbles-are-getting-overlapped-in-bubble-chart