mirror of
https://github.com/Litlyx/litlyx
synced 2025-12-10 15:58:38 +01:00
new selfhosted version
This commit is contained in:
9
dashboard/composables/useChartColor.ts
Normal file
9
dashboard/composables/useChartColor.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
|
||||
export function useChartColor() {
|
||||
return {
|
||||
visits: '#5655d7',
|
||||
sessions: '#4abde8',
|
||||
events: '#ffff00'
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user