feat: chart show
This commit is contained in:
parent
eff43c87b1
commit
d960db4840
@ -10,7 +10,7 @@ const baseStore = useBaseStore();
|
||||
|
||||
const expenseRationChartConfig = computed(() => {
|
||||
const theme = baseStore.theme;
|
||||
getDonutChartConfig(theme, props?.labels);
|
||||
return getDonutChartConfig(theme, props?.labels);
|
||||
});
|
||||
</script>
|
||||
|
||||
|
@ -166,7 +166,7 @@ const themeColors = (theme: string) => {
|
||||
};
|
||||
};
|
||||
// 👉 Colors variables
|
||||
const colorVariables = (theme: string) => {
|
||||
export const colorVariables = (theme: string) => {
|
||||
if (theme === 'light') {
|
||||
return {
|
||||
themeSecondaryTextColor: 'rgba(76,78,100,0.6)',
|
||||
|
Loading…
Reference in New Issue
Block a user