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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user