Skip to content

Commit c91fffd

Browse files
committed
Remove dupe cy data attr
1 parent 4bed743 commit c91fffd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/components/vue-ui-xy.vue

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -226,8 +226,6 @@
226226
<g>
227227
<g v-for="(_, i) in maxSeries" :key="`tooltip_trap_${i}`">
228228
<rect
229-
:data-cy="`xy-tooltip-trap-${i}`"
230-
data-cy-trap
231229
:x="drawingArea.left + (drawingArea.width / maxSeries) * i"
232230
:y="drawingArea.top"
233231
:height="drawingArea.height < 0 ? 10 : drawingArea.height"
@@ -1423,7 +1421,7 @@ export default {
14231421
} else {
14241422
mergedConfig.chart.grid.labels.yAxis.scaleMax = null;
14251423
}
1426-
1424+
14271425
// ----------------------------------------------------------------------------
14281426
14291427
if (mergedConfig.theme) {

0 commit comments

Comments
 (0)