Hello,
I am using a point chart to visualize monetary data (x-axis) by city (y-axis). This results in cities being labeled on the y-axis in alphabetical order. This not very useful as the points are clustered so trying to figure out which point corresponds with the label is quite difficult. I need to be able to label the points themselves (I do know that hovering over the point shows the city and value but I don't want my users to have to hover over points to see the labels). It would also be useful to choose which points are labeled (i.e. only label the highest 10/lowest 10 cities based on the monetary values and don't label the points in the middle).