Skip to content

Commit

Permalink
build - 3.37.1
Browse files Browse the repository at this point in the history
  • Loading branch information
junedchhipa committed Feb 22, 2023
1 parent 6a56764 commit c5785f7
Show file tree
Hide file tree
Showing 98 changed files with 138 additions and 101 deletions.
2 changes: 1 addition & 1 deletion dist/apexcharts.amd.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/apexcharts.common.js

Large diffs are not rendered by default.

57 changes: 57 additions & 0 deletions dist/apexcharts.css
Original file line number Diff line number Diff line change
Expand Up @@ -542,6 +542,63 @@
animation-timing-function: ease
}

.apexcharts-legend {
display: flex;
overflow: auto;
padding: 0 10px;
}
.apexcharts-legend.apx-legend-position-bottom, .apexcharts-legend.apx-legend-position-top {
flex-wrap: wrap
}
.apexcharts-legend.apx-legend-position-right, .apexcharts-legend.apx-legend-position-left {
flex-direction: column;
bottom: 0;
}
.apexcharts-legend.apx-legend-position-bottom.apexcharts-align-left, .apexcharts-legend.apx-legend-position-top.apexcharts-align-left, .apexcharts-legend.apx-legend-position-right, .apexcharts-legend.apx-legend-position-left {
justify-content: flex-start;
}
.apexcharts-legend.apx-legend-position-bottom.apexcharts-align-center, .apexcharts-legend.apx-legend-position-top.apexcharts-align-center {
justify-content: center;
}
.apexcharts-legend.apx-legend-position-bottom.apexcharts-align-right, .apexcharts-legend.apx-legend-position-top.apexcharts-align-right {
justify-content: flex-end;
}
.apexcharts-legend-series {
cursor: pointer;
line-height: normal;
}
.apexcharts-legend.apx-legend-position-bottom .apexcharts-legend-series, .apexcharts-legend.apx-legend-position-top .apexcharts-legend-series{
display: flex;
align-items: center;
}
.apexcharts-legend-text {
position: relative;
font-size: 14px;
}
.apexcharts-legend-text *, .apexcharts-legend-marker * {
pointer-events: none;
}
.apexcharts-legend-marker {
position: relative;
display: inline-block;
cursor: pointer;
margin-right: 3px;
border-style: solid;
}

.apexcharts-legend.apexcharts-align-right .apexcharts-legend-series, .apexcharts-legend.apexcharts-align-left .apexcharts-legend-series{
display: inline-block;
}
.apexcharts-legend-series.apexcharts-no-click {
cursor: auto;
}
.apexcharts-legend .apexcharts-hidden-zero-series, .apexcharts-legend .apexcharts-hidden-null-series {
display: none !important;
}
.apexcharts-inactive-legend {
opacity: 0.45;
}

.apexcharts-annotation-rect,.apexcharts-area-series .apexcharts-area,.apexcharts-area-series .apexcharts-series-markers .apexcharts-marker.no-pointer-events,.apexcharts-gridline,.apexcharts-line,.apexcharts-line-series .apexcharts-series-markers .apexcharts-marker.no-pointer-events,.apexcharts-point-annotation-label,.apexcharts-radar-series path,.apexcharts-radar-series polygon,.apexcharts-toolbar svg,.apexcharts-tooltip .apexcharts-marker,.apexcharts-xaxis-annotation-label,.apexcharts-yaxis-annotation-label,.apexcharts-zoom-rect {
pointer-events: none
}
Expand Down
6 changes: 3 additions & 3 deletions dist/apexcharts.esm.js

Large diffs are not rendered by default.

162 changes: 71 additions & 91 deletions dist/apexcharts.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/apexcharts.min.js

Large diffs are not rendered by default.

Binary file modified tests/e2e/snapshots/area/area-datetime.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/e2e/snapshots/area/area-github-style.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/e2e/snapshots/area/area-spline.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/e2e/snapshots/area/area-with-missing-data.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/e2e/snapshots/area/basic-area.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/e2e/snapshots/area/stacked-area.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/e2e/snapshots/area/timeseries-with-irregular-data.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/e2e/snapshots/bar/bar-with-custom-data-labels.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed tests/e2e/snapshots/bar/bar-with-images.png
Binary file not shown.
Binary file removed tests/e2e/snapshots/bar/bar-with-markers.png
Binary file not shown.
Binary file removed tests/e2e/snapshots/bar/bar-with-negative.png
Binary file not shown.
Binary file removed tests/e2e/snapshots/bar/basic-bar.png
Binary file not shown.
Binary file removed tests/e2e/snapshots/bar/grouped-bar.png
Binary file not shown.
Binary file modified tests/e2e/snapshots/bar/patterned-bar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/e2e/snapshots/bar/reversed-bar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/e2e/snapshots/bar/stacked-bar-100.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/e2e/snapshots/bar/stacked-bar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/e2e/snapshots/boxPlot/basic.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/e2e/snapshots/boxPlot/boxplot-scatter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/e2e/snapshots/boxPlot/horizontal-boxplot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/e2e/snapshots/bubble/3d-bubble.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/e2e/snapshots/bubble/simple-bubble.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/e2e/snapshots/candlestick/basic.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/e2e/snapshots/candlestick/candlestick-bar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/e2e/snapshots/candlestick/candlestick-category.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/e2e/snapshots/candlestick/candlestick-line.png
Binary file modified tests/e2e/snapshots/column/basic-column.png
Binary file modified tests/e2e/snapshots/column/column-with-data-labels.png
Binary file modified tests/e2e/snapshots/column/column-with-group-label.png
Binary file modified tests/e2e/snapshots/column/column-with-markers.png
Binary file modified tests/e2e/snapshots/column/column-with-negative.png
Binary file modified tests/e2e/snapshots/column/column-with-rotated-data-labels.png
Binary file modified tests/e2e/snapshots/column/column-with-rotated-labels.png
Binary file modified tests/e2e/snapshots/column/data-color.png
Binary file modified tests/e2e/snapshots/column/distributed-columns.png
Binary file modified tests/e2e/snapshots/column/dynamic-loaded-chart.png
Binary file removed tests/e2e/snapshots/column/histogram.png
Diff not rendered.
Binary file modified tests/e2e/snapshots/column/range-column.png
Binary file modified tests/e2e/snapshots/column/stacked-column-100.png
Binary file modified tests/e2e/snapshots/column/stacked-column-with-line.png
Binary file modified tests/e2e/snapshots/column/stacked-column.png
Binary file modified tests/e2e/snapshots/heatmap/basic.png
Binary file modified tests/e2e/snapshots/heatmap/color-range.png
Binary file modified tests/e2e/snapshots/heatmap/image-fill.png
Binary file modified tests/e2e/snapshots/heatmap/multiple-color-scales-flipped.png
Binary file modified tests/e2e/snapshots/heatmap/multiple-color.png
Binary file modified tests/e2e/snapshots/heatmap/rounded.png
Binary file modified tests/e2e/snapshots/line/basic-line.png
Binary file modified tests/e2e/snapshots/line/brush-charts.png
Binary file modified tests/e2e/snapshots/line/dashed-line.png
Binary file modified tests/e2e/snapshots/line/gradient-line.png
Binary file modified tests/e2e/snapshots/line/line-with-annotations.png
Binary file modified tests/e2e/snapshots/line/line-with-data-labels.png
Binary file modified tests/e2e/snapshots/line/line-with-image.png
Binary file modified tests/e2e/snapshots/line/line-with-missing-data.png
Binary file modified tests/e2e/snapshots/line/logarithmic-line.png
Binary file modified tests/e2e/snapshots/line/realtime.png
Binary file modified tests/e2e/snapshots/line/stepline.png
Binary file modified tests/e2e/snapshots/line/syncing-charts.png
Binary file modified tests/e2e/snapshots/line/zoomable-timeseries.png
Binary file modified tests/e2e/snapshots/misc/annotations-example.png
Binary file modified tests/e2e/snapshots/misc/axios.png
Binary file modified tests/e2e/snapshots/misc/custom-legend.png
Binary file modified tests/e2e/snapshots/misc/jquery.png
Binary file modified tests/e2e/snapshots/misc/minMaxPoints.png
Binary file modified tests/e2e/snapshots/mixed/line-area.png
Binary file modified tests/e2e/snapshots/mixed/line-column-area.png
Binary file modified tests/e2e/snapshots/mixed/line-column.png
Binary file modified tests/e2e/snapshots/mixed/line-scatter.png
Binary file modified tests/e2e/snapshots/mixed/multiple-yaxes.png
Binary file modified tests/e2e/snapshots/pie/donut-update.png
Binary file modified tests/e2e/snapshots/pie/donut-with-pattern.png
Binary file modified tests/e2e/snapshots/pie/gradient-donut.png
Binary file modified tests/e2e/snapshots/pie/pie-with-image.png
Binary file modified tests/e2e/snapshots/pie/semi-donut.png
Binary file modified tests/e2e/snapshots/pie/simple-donut.png
Binary file modified tests/e2e/snapshots/pie/simple-pie.png
Binary file modified tests/e2e/snapshots/polarArea/basic-polar-area.png
Binary file modified tests/e2e/snapshots/polarArea/polar-area-monochrome.png
Binary file modified tests/e2e/snapshots/radialBar/circle-custom-angle.png
Binary file modified tests/e2e/snapshots/radialBar/stroked-gauge.png
Binary file modified tests/e2e/snapshots/rangeArea/basic-range-area.png
Binary file modified tests/e2e/snapshots/rangeArea/range-area-line-combo.png
Binary file modified tests/e2e/snapshots/scatter/scatter-basic.png
Binary file modified tests/e2e/snapshots/scatter/scatter-datetime.png
Binary file modified tests/e2e/snapshots/scatter/scatter-images.png
Binary file modified tests/e2e/snapshots/timelines/advanced.png
Binary file modified tests/e2e/snapshots/timelines/controlling-colors.png
Binary file modified tests/e2e/snapshots/timelines/multi-series-group-rows.png
Binary file modified tests/e2e/snapshots/timelines/multi-series.png
Binary file modified tests/e2e/snapshots/timelines/simple.png

0 comments on commit c5785f7

Please sign in to comment.