feat: make colors configurable

This commit is contained in:
Mathias Schopmans
2024-03-04 15:16:47 +01:00
committed by Mathias Schopmans
parent f7e36ddc9d
commit e1386c0385
9 changed files with 36 additions and 12 deletions

View File

@@ -15,6 +15,10 @@ export function getChartConfig() {
return config.chart;
}
export function getColors() {
return config.colors;
}
export function getFlags() {
return config.flags;
}