Skip to content

Commit 0b28e42

Browse files
committed
build - 3.16.1
1 parent 5a60d84 commit 0b28e42

File tree

6 files changed

+497
-527
lines changed

6 files changed

+497
-527
lines changed

dist/apexcharts.amd.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/apexcharts.common.js

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/apexcharts.css

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -376,18 +376,28 @@
376376
cursor: move;
377377
}
378378

379-
.svg_select_points,
380-
.svg_select_points_rot {
379+
.svg_select_boundingRect, .svg_select_points_rot {
380+
pointer-events: none;
381+
opacity: 0;
382+
visibility: hidden;
383+
}
384+
.apexcharts-selection-rect + g .svg_select_boundingRect,
385+
.apexcharts-selection-rect + g .svg_select_points_rot {
381386
opacity: 0;
382387
visibility: hidden;
383388
}
384389

385-
.svg_select_points_l,
386-
.svg_select_points_r {
390+
.apexcharts-selection-rect + g .svg_select_points_l,
391+
.apexcharts-selection-rect + g .svg_select_points_r {
387392
cursor: ew-resize;
388393
opacity: 1;
389394
visibility: visible;
390-
fill: #888;
395+
}
396+
397+
.svg_select_points {
398+
fill: #efefef;
399+
stroke: #333;
400+
rx: 2;
391401
}
392402

393403
.apexcharts-canvas.apexcharts-zoomable .hovering-zoom {
@@ -587,7 +597,6 @@
587597
.apexcharts-line,
588598
.apexcharts-zoom-rect,
589599
.apexcharts-toolbar svg,
590-
.apexcharts-annotations-rects,
591600
.apexcharts-area-series .apexcharts-series-markers .apexcharts-marker.no-pointer-events,
592601
.apexcharts-line-series .apexcharts-series-markers .apexcharts-marker.no-pointer-events,
593602
.apexcharts-radar-series path,

dist/apexcharts.esm.js

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)