add css to progressbar

Hi

https://docs.webix.com/api__progressbar_showprogress.html

No way to add custom css ?

Hello,

Please check
https://snippet.webix.com/zjjhkypo

https://snippet.webix.com/djpkhdjn

Thank you.

But i mean, like other widgets, add custom css globaly. i.e, rather than class=“webix_progress_bottom”, be able to have class=“my_custom_class webix_progress_bottom” or something like that.

Okey,

Unfortunately, you can’t set a CSS class directly to the progressBar
But, you can take into account a parent view
Please check this Code Snippet

That’s a perfect response. Thank you.