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