I'm using the flot library
How do I get the correct tooltips if I scale the chart with this css rule: transform: scale(0.7);
flot source uses the function findNearbyItem
to find hovered items.
[FIDDLE] that demonstrates both cases - scale(1), and scale(.7)