Make our default label opaque (since it's normally just text)
parent
565380368a
commit
444421bddf
|
@ -56,10 +56,10 @@ class Label:
|
||||||
view: pg.ViewBox,
|
view: pg.ViewBox,
|
||||||
fmt_str: str,
|
fmt_str: str,
|
||||||
|
|
||||||
color: str = 'bracket',
|
color: str = 'default_light',
|
||||||
x_offset: float = 0,
|
x_offset: float = 0,
|
||||||
font_size: str = 'small',
|
font_size: str = 'small',
|
||||||
opacity: float = 0.666,
|
opacity: float = 1,
|
||||||
fields: dict = {},
|
fields: dict = {},
|
||||||
update_on_range_change: bool = True,
|
update_on_range_change: bool = True,
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue