How to delete % mark ?
BumbuKhan opened this issue · 4 comments
BumbuKhan commented
How to delete % mark from the end of number inside chart?
Or how to show another unit, for example Mb
janeski-zz commented
Hi,
I am looking for the same thing. Do you have any progress?
rendro commented
You can delete it in the css. just remove the pseudo element or change its content
property.
janeski-zz commented
Thanks @rendro. To support multiple units I added new class for each unit:
.celsius { display: inline-block; line-height: 84px; z-index: 2; font-size: 16px; } .celsius:after { content: "\00b0"; margin-left: 0.1em; font-size: .8em; }