The great flattification

This commit is contained in:
2022-03-29 21:41:46 +02:00
parent e5328a7d6c
commit 2b847c0456
41 changed files with 379 additions and 317 deletions

View File

@@ -38,7 +38,7 @@ export const update = () => {
return chart_object.update()
}
Chart.defaults.color = "#"+window.style.textColor;
Chart.defaults.color = "#"+window.style.bodyTextColor;
Chart.defaults.font.size = 15;
Chart.defaults.font.family = "system-ui, sans-serif";
Chart.defaults.maintainAspectRatio = false;
@@ -91,7 +91,7 @@ onMount(() => {
grid: {
display: true,
drawBorder: false,
color: "#"+window.style.layer3Color,
color: "#"+window.style.separatorColor,
},
},
x: {