amcharts / amcharts3

JavaScript Charts V3
Other
396 stars 129 forks source link

Chart cusor & css transform:scale() #160

Open Identity-labs opened 6 years ago

Identity-labs commented 6 years ago

The position of the cursor is wrong with a css transform:scale()

Here an example : http://jsfiddle.net/AzcgU/1000/

Thx

martynasma commented 6 years ago

Hi there,

Sorry for not getting back earlier.

Unfortunately, we won't be able to solve this. There's simply too many CSS sizing options to account for when calculating container size. (which is a crucial element in determining cursor's position)

Sorry.