fix disappearing text bug

This commit is contained in:
safwansamsudeen 2024-12-02 17:41:18 +05:30
parent f4f97cdb18
commit e20c7e0b6b
2 changed files with 5 additions and 1 deletions

View File

@ -93,7 +93,7 @@ const DEFAULT_VIEW_MODES = [
? date_utils.format(d, 'YYYY', lang)
: '',
upper_text_frequency: 30,
default_snap: '1m',
default_snap: '30d',
},
];

View File

@ -246,6 +246,10 @@
& .bar-label {
fill: var(--text-light);
&.big {
fill: var(--text-dark);
}
}
& .handle {