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

[ML] Anomaly Explorer - blank page on swimlane label tooltip load #61071

Closed
pheyos opened this issue Mar 24, 2020 · 1 comment · Fixed by #61327
Closed

[ML] Anomaly Explorer - blank page on swimlane label tooltip load #61071

pheyos opened this issue Mar 24, 2020 · 1 comment · Fixed by #61327
Assignees
Labels
bug Fixes for quality problems that affect the customer experience :ml v7.7.0

Comments

@pheyos
Copy link
Member

pheyos commented Mar 24, 2020

Found in version

  • 8.0.0 latest
  • 7.7.0 mini stack build 2248

Browser

  • Chrome

Steps to reproduce

  • Navigate to the anomaly explorer
  • Hover a swimlane label

Expected result

  • A tooltip containing the swimlane label is displayed

Actual result

  • The anomaly explorer area turns blank
  • An error is logged to the browser console:
    hostReportError.js:3 Uncaught TypeError: Cannot read property 'key' of undefined
      at chart_tooltip.tsx:109
      at Array.map (<anonymous>)
      at ChartTooltip (chart_tooltip.tsx:96)
      at renderWithHooks (react-dom.development.js:16260)
      at updateFunctionComponent (react-dom.development.js:18347)
      at beginWork$1 (react-dom.development.js:20176)
      at HTMLUnknownElement.callCallback (react-dom.development.js:336)
      at Object.invokeGuardedCallbackDev (react-dom.development.js:385)
      at invokeGuardedCallback (react-dom.development.js:440)
      at beginWork$$1 (react-dom.development.js:25780)
    

Additional information

  • On Firefox, the result is the same, but the error console message is different:
    TypeError: "seriesIdentifier is undefined"
      ChartTooltip http://localhost:5601/bundles/plugin/ml/1.plugin.js:1
      ChartTooltip http://localhost:5601/bundles/plugin/ml/1.plugin.js:1
      ca http://localhost:5601/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:400
      Ga http://localhost:5601/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:400
      As http://localhost:5601/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:400
      hl http://localhost:5601/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:400
      ml http://localhost:5601/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:400
      il http://localhost:5601/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:400
      Kr http://localhost:5601/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:400
      unstable_runWithPriority http://localhost:5601/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:408
      $r http://localhost:5601/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:400
      Kr http://localhost:5601/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:400
      Yr http://localhost:5601/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:400
      el http://localhost:5601/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:400
      Oa http://localhost:5601/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:400
      __tryOrUnsub http://localhost:5601/bundles/plugin/ml/ml.plugin.js:15
      next http://localhost:5601/bundles/plugin/ml/ml.plugin.js:15
      _next http://localhost:5601/bundles/plugin/ml/ml.plugin.js:15
      next http://localhost:5601/bundles/plugin/ml/ml.plugin.js:15
      next http://localhost:5601/bundles/plugin/ml/ml.plugin.js:15
      next http://localhost:5601/bundles/plugin/ml/ml.plugin.js:34
      show http://localhost:5601/bundles/plugin/ml/1.plugin.js:1
      renderSwimlane http://localhost:5601/bundles/plugin/ml/1.plugin.js:1
      d3_selection_onListener http://localhost:5601/bundles/plugin/ml/ml.plugin.js:69
    
@pheyos pheyos added bug Fixes for quality problems that affect the customer experience :ml labels Mar 24, 2020
@elasticmachine
Copy link
Contributor

Pinging @elastic/ml-ui (:ml)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Fixes for quality problems that affect the customer experience :ml v7.7.0
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants