1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-23 10:24:24 +04:00

js charts refactoring

This commit is contained in:
chomik
2019-04-10 23:50:53 +02:00
parent 86ba97f5e5
commit 491aa237d7
11 changed files with 145 additions and 74 deletions

View File

@@ -1,8 +1,7 @@
var uikit = {
var tabler = {
colorVariation: function (color, variation) {
var colorValue = this.colors[color];
if (colorValue) {
switch (variation) {
case 'light':
@@ -112,4 +111,4 @@ $(document).ready(function () {
});
});
window.uikit = uikit;
window.tabler = tabler;