CB Progress Field is the only progress tracking we provide. It's capable of keeping track of any stored field. It's also template driven so you can completely customize how it displays. To make a new template for it make a copy of the below folder.
/components/com_comprofiler/plugin/user/plug_cbprogressfield/templates/default
Now rename "default" to something like "mytemplate". Next edit your progress field and select your "mytemplate" as the fields template under its parameters. Now just edit progress.php within your template and customize it to display however you like.
This assumes you need to alter the HTML. If all you need to do is recolor it or something of the sort I highly recommend just using CSS to do that and add your custom CSS to CBs template CSS override functionality shown below.
www.joomlapolis.com/blog/kyle/18711-template-css-overrides-made-easy