#99581
admin
Keymaster

Hello hansT,
Please make use of the callback function format-function to achieve your requirement:

<script type="text/javascript">
    function progressValueFormatFunction(value) {
        return 'Progress label';
    }
</script>

<jqx-progress-bar value="50" show-progress-value format-function="progressValueFormatFunction"></jqx-progress-bar>
Best regards,
Dimitar
Smart HTML Elements Team
https://www.htmlelements.com