fix disappearing text bug
This commit is contained in:
parent
f4f97cdb18
commit
e20c7e0b6b
@ -93,7 +93,7 @@ const DEFAULT_VIEW_MODES = [
|
|||||||
? date_utils.format(d, 'YYYY', lang)
|
? date_utils.format(d, 'YYYY', lang)
|
||||||
: '',
|
: '',
|
||||||
upper_text_frequency: 30,
|
upper_text_frequency: 30,
|
||||||
default_snap: '1m',
|
default_snap: '30d',
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
@ -246,6 +246,10 @@
|
|||||||
|
|
||||||
& .bar-label {
|
& .bar-label {
|
||||||
fill: var(--text-light);
|
fill: var(--text-light);
|
||||||
|
|
||||||
|
&.big {
|
||||||
|
fill: var(--text-dark);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
& .handle {
|
& .handle {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user