Open createcandle opened 2 years ago
Applying this custom style:
custom_style = Style( background='#fff', label_font_size='16', value_label_font_size='16')
causes an error:
can't multiply sequence by non-int of type 'float'
This seems to be caused by the label_font_size option, since removing it makes everything work again.
label_font_size
Applying this custom style:
causes an error:
can't multiply sequence by non-int of type 'float'
This seems to be caused by the
label_font_size
option, since removing it makes everything work again.