analytics-apim icon indicating copy to clipboard operation
analytics-apim copied to clipboard

Some widgets cause "Cannot read property 'mouseMoveMutationId' of undefined" error in browser console.

Open RAVEENSR opened this issue 5 years ago • 3 comments

Description: In overall API usage graph and API latency graph when the mouse is hovered over the graph the following error is recorded in the web browser console.

Error:

Uncaught TypeError: Cannot read property 'mouseMoveMutationId' of undefined
    at Object.onMouseMove (eval at <anonymous> (bundle.js:98), <anonymous>:11:423370)
    at u (eval at <anonymous> (bundle.js:98), <anonymous>:11:222671)
    at f (eval at <anonymous> (bundle.js:98), <anonymous>:26:14241)
    at Object.<anonymous> (bundle.js:126)
    at Object.invokeGuardedCallback (bundle.js:126)
    at Object.invokeGuardedCallbackAndCatchFirstError (bundle.js:126)
    at M (bundle.js:126)
    at F (bundle.js:126)
    at P (bundle.js:126)
    at B (bundle.js:126)

Suggested Labels: Bug

Suggested Assignees:

Affected Product Version: APIM Analytics 3.1.0-m2

OS, DB, other environment details and versions:
Mac OSX Google Chrome Version - 78.0.3904.108 (Official Build) (64-bit)

Steps to reproduce: Start the dashboard server and hover the mouse pointer over the API usage graph and API latency graphs.

Related Issues:

RAVEENSR avatar Dec 02 '19 10:12 RAVEENSR

Seems this is an issue with transpiling. https://github.com/FormidableLabs/victory/issues/778

pahans avatar Feb 24 '20 11:02 pahans

We need to update victory in react-vizgrammar to fix this issue.

pahans avatar Feb 24 '20 11:02 pahans

If we upgrade victory in VizG right now it could introduce more issues. Hence removed from the 3.2.0 project.

pahans avatar Jul 13 '20 06:07 pahans