Open joel-apollo opened 3 years ago
That is, till I realized the x and y aren't the actual values, just scaled values etc.
x
and y
are the chart view coordinates of a given point.
Can we pass tooltips the x,y values or pair of the point being drawn?
Passing the index of the pair might be enough to fulfill this use-case. With that I was able to reach something close to what you need I believe. I will consider it for the next release.
Using the code below, I almost had nice tooltips per bar, something like this:
That is, till I realized the x and y aren't the actual values, just scaled values etc. Can we pass tooltips the x,y values or pair of the point being drawn?