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
Manual resizes of a chart sometimes causes an undefined reference in updateEventRect() call, when is executed by binding created in generateEventRectsForSingleX() in this code
Description
Manual resizes of a chart sometimes causes an undefined reference in
updateEventRect()
call, when is executed by binding created ingenerateEventRectsForSingleX()
in this codeupdateEventRect()
expects an argument, while the binding above does not pass any.Steps to check or reproduce
Create a chart, set auto resizing to false.
Call a resize manually (from code), and try to mouseover the chart while it is being resized.
The text was updated successfully, but these errors were encountered: