Skip to content

Commit

Permalink
build - 3.44.1
Browse files Browse the repository at this point in the history
  • Loading branch information
junedchhipa committed Dec 3, 2023
1 parent bc241c0 commit 630f9cb
Show file tree
Hide file tree
Showing 7 changed files with 349 additions and 60 deletions.
2 changes: 1 addition & 1 deletion 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.

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

.apexcharts-radialbar-label {
cursor: pointer;
}

.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
8 changes: 4 additions & 4 deletions dist/apexcharts.esm.js

Large diffs are not rendered by default.

318 changes: 270 additions & 48 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.

63 changes: 63 additions & 0 deletions dist/locales/ms.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
{
"name": "ms",
"options": {
"months": [
"Januari",
"Februari",
"Mac",
"April",
"Mei",
"Jun",
"Julai",
"Ogos",
"September",
"Oktober",
"November",
"Disember"
],
"shortMonths": [
"Jan",
"Feb",
"Mac",
"Apr",
"Mei",
"Jun",
"Jul",
"Ogos",
"Sep",
"Okt",
"Nov",
"Dis"
],
"days": [
"Ahad",
"Isnin",
"Selasa",
"Rabu",
"Khamis",
"Jumaat",
"Sabtu"
],
"shortDays": [
"Ahd",
"Isn",
"Sel",
"Rab",
"Kha",
"Jum",
"Sab"
],
"toolbar": {
"exportToSVG": "Muat turun SVG",
"exportToPNG": "Muat turun PNG",
"exportToCSV": "Muat turun CSV",
"menu": "Menu",
"selection": "Pilihan",
"selectionZoom": "Zum Pilihan",
"zoomIn": "Zoom Masuk",
"zoomOut": "Zoom Keluar",
"pan": "Pemusingan",
"reset": "Tetapkan Semula Zum"
}
}
}

0 comments on commit 630f9cb

Please sign in to comment.