Skip to content

WDFN-619: Address hydrograph rendering delay

Bucknell, Mary S. requested to merge mbucknell/waterdataui:wdfn-619 into main

Before making a pull request

  • Run all linters (make lint)
  • Run all tests (make test)
  • Update the changelog appropriately

Description

Move rendering of the components comprising the hydrograph (including the parameter selection list) to render prior to return of the service calls which retrieve the IV data and the parameter code meta data. For things like the tooltip and time series lines, this means separating out initial rendering of those elements and the calling a separate procedure to render the time series data.

After making a pull request

  • If appropriate, put the link to the PR in the JIRA ticket
  • Assign someone to review unless the change is trivial

Merge request reports