USGS-WiM / CyAN-Web

Cyanobacteria Assessment Network Web App
Other
0 stars 0 forks source link

Navigating to y-axis flag options: prevent graph redraw #267

Closed kathymd closed 1 year ago

kathymd commented 1 year ago

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).