Skip to content

Commit ba9b1cf

Browse files
nstoychevJuveniel
authored andcommitted
fix(chart): remove sankey label pointer-events
1 parent c4fc38d commit ba9b1cf

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

packages/default/scss/dataviz/_layout.scss

+4-1
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,10 @@
268268
}
269269

270270

271-
271+
// Sankey labels
272+
.k-sankey text {
273+
pointer-events: none;
274+
}
272275

273276
// Treemap
274277
.k-treemap {

packages/fluent/scss/dataviz/_layout.scss

+5
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,11 @@
272272
height: 100%;
273273
}
274274

275+
// Sankey labels
276+
.k-sankey text {
277+
pointer-events: none;
278+
}
279+
275280
// Base
276281
.k-treemap {
277282
height: 400px;

0 commit comments

Comments
 (0)