Skip to content

Commit

Permalink
build - 3.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
junedchhipa committed Mar 5, 2020
1 parent 5a60d84 commit 0b28e42
Show file tree
Hide file tree
Showing 6 changed files with 497 additions and 527 deletions.
6 changes: 3 additions & 3 deletions dist/apexcharts.amd.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions dist/apexcharts.common.js

Large diffs are not rendered by default.

21 changes: 15 additions & 6 deletions dist/apexcharts.css
Expand Up @@ -376,18 +376,28 @@
cursor: move;
}

.svg_select_points,
.svg_select_points_rot {
.svg_select_boundingRect, .svg_select_points_rot {
pointer-events: none;
opacity: 0;
visibility: hidden;
}
.apexcharts-selection-rect + g .svg_select_boundingRect,
.apexcharts-selection-rect + g .svg_select_points_rot {
opacity: 0;
visibility: hidden;
}

.svg_select_points_l,
.svg_select_points_r {
.apexcharts-selection-rect + g .svg_select_points_l,
.apexcharts-selection-rect + g .svg_select_points_r {
cursor: ew-resize;
opacity: 1;
visibility: visible;
fill: #888;
}

.svg_select_points {
fill: #efefef;
stroke: #333;
rx: 2;
}

.apexcharts-canvas.apexcharts-zoomable .hovering-zoom {
Expand Down Expand Up @@ -587,7 +597,6 @@
.apexcharts-line,
.apexcharts-zoom-rect,
.apexcharts-toolbar svg,
.apexcharts-annotations-rects,
.apexcharts-area-series .apexcharts-series-markers .apexcharts-marker.no-pointer-events,
.apexcharts-line-series .apexcharts-series-markers .apexcharts-marker.no-pointer-events,
.apexcharts-radar-series path,
Expand Down
8 changes: 4 additions & 4 deletions dist/apexcharts.esm.js

Large diffs are not rendered by default.

0 comments on commit 0b28e42

Please sign in to comment.