Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Webapp js - first element in the list does not load timeseries data #17

Open
earthgecko opened this issue Aug 1, 2016 · 0 comments
Open

Comments

@earthgecko
Copy link
Owner

earthgecko commented Aug 1, 2016

On the initial Panorama page load the Dygraph is
not populated with data because the data fetch is triggered by a mouseover on an
element. I believe the initial load "takes" th first elements place which
results in a mouseover on the first element not to not trigger the data fetch.

I stopped seeing this as a bug a long time ago as your brain quickly learns to
autocorrect this by first selecting any other metric in the list, which will
load the data and then selecting the first element in the list, which then does
load the data and the element is once again active.

earthgecko added a commit that referenced this issue Aug 1, 2016
- Webapp js - first element in the list does not load timeseries data as per
  #17 added a Known bugs seciton

Modified:
skyline/webapp/templates/panorama.html

- Apply time zone fix to skyline.js -added a Known bugs section as per
  #18

Modified:
skyline/webapp/templates/now.html
- Added an overview image for Mirage
- Added Order Matters section to Mirage explaining Analyzer routing of ALERT
  tuples
- Atempted to make the Mirage doc page it flow better and clearer

Added:
docs/images/crucible/webapp/skyline.webapp.basic.overview.png
docs/skyline.mirage.overview.uml
Modified:
docs/mirage.rst

- Various other minor docs changes

Modified:
docs/installation.rst
docs/overview.rst
docs/webapp.rst
earthgecko added a commit that referenced this issue Aug 1, 2016
- Webapp js - first element in the list does not load timeseries data as per
  #17 added a Known bugs seciton

Modified:
skyline/webapp/templates/panorama.html

- Apply time zone fix to skyline.js -added a Known bugs section as per
  #18

Modified:
skyline/webapp/templates/now.html
- Added an overview image for Mirage
- Added Order Matters section to Mirage explaining Analyzer routing of ALERT
  tuples
- Atempted to make the Mirage doc page it flow better and clearer

Added:
docs/images/crucible/webapp/skyline.webapp.basic.overview.png
docs/skyline.mirage.overview.uml
Modified:
docs/mirage.rst

- Various other minor docs changes

Modified:
docs/installation.rst
docs/overview.rst
docs/webapp.rst
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant