feat: make colors configurable
This commit is contained in:
committed by
Mathias Schopmans
parent
f7e36ddc9d
commit
e1386c0385
@@ -15,6 +15,10 @@ export function getChartConfig() {
|
||||
return config.chart;
|
||||
}
|
||||
|
||||
export function getColors() {
|
||||
return config.colors;
|
||||
}
|
||||
|
||||
export function getFlags() {
|
||||
return config.flags;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user