1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-21 17:34:25 +04:00

charts on homepage

This commit is contained in:
chomik
2019-04-02 18:29:07 +02:00
parent 5a98cb63f0
commit ff19d676d5
7 changed files with 35 additions and 23 deletions

View File

@@ -14,7 +14,7 @@
fillColor = uikit.colors[color];
if (type === 'donut' || type === 'pie') {
fillColor = [fillColor, 'rgba(0, 0, 0, .064)'];
fillColor = [fillColor, uikit.hexToRgbA(fillColor, .1)];
} else if (type === 'bar') {
fillColor = [fillColor];
} else if (type === 'line') {