Skip to content

Commit

Permalink
build - 3.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
junedchhipa committed Dec 14, 2019
1 parent 64c104a commit 29c5103
Show file tree
Hide file tree
Showing 8 changed files with 344 additions and 124 deletions.
2 changes: 1 addition & 1 deletion dist/apexcharts.amd.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/apexcharts.esm.js

Large diffs are not rendered by default.

412 changes: 296 additions & 116 deletions dist/apexcharts.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/apexcharts.min.js

Large diffs are not rendered by default.

20 changes: 20 additions & 0 deletions dist/locales/fi.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "fi",
"options": {
"months": ["Tammikuu", "Helmikuu", "Maaliskuu", "Huhtikuu", "Toukokuu", "Kesäkuu", "Heinäkuu", "Elokuu", "Syyskuu", "Lokakuu", "Marraskuu", "Joulukuu"],
"shortMonths": ["Tammi", "Helmi", "Maalis", "Huhti", "Touko", "Kesä", "Heinä", "Elo", "Syys", "Loka", "Marras", "Joulu"],
"days": ["Sunnuntai", "Maanantai", "Tiistai", "Keskiviikko", "Torstai", "Perjantai", "Lauantai"],
"shortDays": ["Su", "Ma", "Ti", "Ke", "To", "Pe", "La"],
"toolbar": {
"exportToSVG": "Lataa SVG",
"exportToPNG": "Lataa PNG",
"menu": "Valikko",
"selection": "Valinta",
"selectionZoom": "Valinnan zoomaus",
"zoomIn": "Lähennä",
"zoomOut": "Loitonna",
"pan": "Panoroi",
"reset": "Nollaa zoomaus"
}
}
}
2 changes: 1 addition & 1 deletion dist/locales/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
"reset": "Reimposta Zoom"
}
}
}
}
20 changes: 20 additions & 0 deletions dist/locales/se.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "se",
"options": {
"months": ["Januari", "Februari", "Mars", "April", "Maj", "Juni", "Juli", "Augusti", "September", "Oktober", "November", "December"],
"shortMonths": ["Jan", "Feb", "Mar", "Apr", "Maj", "Juni", "Juli", "Aug", "Sep", "Okt", "Nov", "Dec"],
"days": ["Söndag", "Måndag", "Tisdag", "Onsdag", "Torsdag", "Fredag", "Lördag"],
"shortDays": ["Sön", "Mån", "Tis", "Ons", "Tor", "Fre", "Lör"],
"toolbar": {
"exportToSVG": "Ladda SVG",
"exportToPNG": "Ladda PNG",
"menu": "Meny",
"selection": "Selektion",
"selectionZoom": "Val av zoom",
"zoomIn": "Zooma in",
"zoomOut": "Zooma ut",
"pan": "Panorering",
"reset": "Återställ zoomning"
}
}
}

0 comments on commit 29c5103

Please sign in to comment.