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
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.
The text was updated successfully, but these errors were encountered:
- 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
- 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
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.
The text was updated successfully, but these errors were encountered: