Need to add !showFlagOptionsX and !showFlagOptionsY before the createGraph function call in resizeDivs. resizeDivs is called when the y-axis options open to account for possible general resizing needs with different modal sizes. However, though it's not really a problem, we do not want to the graph to redraw at this time (specially, zoom-out).
Need to add
!showFlagOptionsX
and!showFlagOptionsY
before thecreateGraph
function call inresizeDivs
.resizeDivs
is called when the y-axis options open to account for possible general resizing needs with different modal sizes. However, though it's not really a problem, we do not want to the graph to redraw at this time (specially, zoom-out).