You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to a specific requirement of fitting multiple charts which are added dynamically and arranged horizontally in available viewport without scroll I am using transform scale for example transform: translateZ(0) scale(0.50, 0.50) on charts based on available space, although the whole chart is scaled down uniformly but when mouse hover over is done on chart I observe there is offset between mouse location and hover popup location shown in attached screen shot
Using resize() or relayout does not give crisp chats when they are scale down due to uneven transform of chart and labels.
Uh oh!
There was an error while loading. Please reload this page.
Due to a specific requirement of fitting multiple charts which are added dynamically and arranged horizontally in available viewport without scroll I am using transform scale for example transform: translateZ(0) scale(0.50, 0.50) on charts based on available space, although the whole chart is scaled down uniformly but when mouse hover over is done on chart I observe there is offset between mouse location and hover popup location shown in attached screen shot
Using resize() or relayout does not give crisp chats when they are scale down due to uneven transform of chart and labels.
I have created code pen to explain issue
https://codepen.io/contactsandygo/pen/wvvXdov
Regards
San
The text was updated successfully, but these errors were encountered: