Housekeeping fixes

This commit is contained in:
Pinga 2025-04-18 21:20:05 +03:00
parent d6957e09a9
commit 334ac43b72

View file

@ -398,7 +398,7 @@
fontFamily: 'inherit' fontFamily: 'inherit'
} }
}, },
colors: [tabler.getColor("primary")], colors: ["color-mix(in srgb, transparent, var(--tblr-primary) 100%)",],
legend: { legend: {
show: false, show: false,
}, },
@ -437,7 +437,12 @@
fontFamily: 'inherit' fontFamily: 'inherit'
} }
}, },
colors: [tabler.getColor("primary"), tabler.getColor("primary", 0.8), tabler.getColor("primary", 0.6), tabler.getColor("gray-300")], colors: [
"color-mix(in srgb, transparent, var(--tblr-primary) 100%)",
"color-mix(in srgb, transparent, var(--tblr-primary) 80%)",
"color-mix(in srgb, transparent, var(--tblr-primary) 60%)",
"color-mix(in srgb, transparent, var(--tblr-gray-300) 100%)"
],
legend: { legend: {
show: true, show: true,
position: 'bottom', position: 'bottom',
@ -528,7 +533,7 @@
fontFamily: 'inherit' fontFamily: 'inherit'
} }
}, },
colors: [tabler.getColor("primary"), tabler.getColor("red")], colors: ["color-mix(in srgb, transparent, var(--tblr-primary) 100%)", "color-mix(in srgb, transparent, var(--tblr-red) 100%)",],
legend: { legend: {
show: false, show: false,
}, },