When hovering on the "Bar" visualization in the latest Grafana version v10.4.1, I get the following error whenever I move the mouse:
Uncaught TypeError: p.mouse is not a function
onMouseMove module.js:2
kr on.js:3
wn on.js:42
Er each.js:5
Wt on.js:65
addEvents module.js:2
setTimeout handler*t.exports</st</t.prototype.addEvents module.js:2
render module.js:2
bt module.js:2
React 9
T scheduler.production.min.js:13
he scheduler.production.min.js:14
7463 scheduler.production.min.js:14
Webpack 27
259 5950.30ec6aaa9dcece6c3b3c.js line 496 > eval:2:102778
It is however working fine with the minimum specified version (Grafana v8.3.0).
P.S. it seems that the problem is d3 version used in Grafana: chartwerk requires 5.x but the latest Grafana seems to use 7.x
When hovering on the "Bar" visualization in the latest Grafana version v10.4.1, I get the following error whenever I move the mouse:
```
Uncaught TypeError: p.mouse is not a function
onMouseMove module.js:2
kr on.js:3
wn on.js:42
Er each.js:5
Wt on.js:65
addEvents module.js:2
setTimeout handler*t.exports</st</t.prototype.addEvents module.js:2
render module.js:2
bt module.js:2
React 9
T scheduler.production.min.js:13
he scheduler.production.min.js:14
7463 scheduler.production.min.js:14
Webpack 27
259 5950.30ec6aaa9dcece6c3b3c.js line 496 > eval:2:102778
```
It is however working fine with the minimum specified version (Grafana v8.3.0).
P.S. it seems that the problem is `d3` version used in Grafana: chartwerk requires `5.x` but the latest Grafana seems to use `7.x`
When hovering on the "Bar" visualization in the latest Grafana version v10.4.1, I get the following error whenever I move the mouse:
It is however working fine with the minimum specified version (Grafana v8.3.0).
P.S. it seems that the problem is
d3
version used in Grafana: chartwerk requires5.x
but the latest Grafana seems to use7.x