Skip to content

Commit 472232a

Browse files
committed
remove hover point border radius is grouped bars demo
1 parent 3188384 commit 472232a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

demos/grouped-bars.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,10 @@ function seriesBarsPlugin(opts) {
116116

117117
return {
118118
hooks: {
119+
init: u => {
120+
for (let el of u.root.querySelectorAll('.u-cursor-pt'))
121+
el.style.borderRadius = 'unset';
122+
},
119123
drawClear: u => {
120124
qt = qt || new Quadtree(0, 0, u.bbox.width, u.bbox.height);
121125

0 commit comments

Comments
 (0)