analytics-apim
analytics-apim copied to clipboard
Some widgets cause "Cannot read property 'mouseMoveMutationId' of undefined" error in browser console.
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:
Seems this is an issue with transpiling. https://github.com/FormidableLabs/victory/issues/778
We need to update victory
in react-vizgrammar
to fix this issue.
If we upgrade victory in VizG right now it could introduce more issues. Hence removed from the 3.2.0 project.