Init function was being called on document ready:
$(document).ready(function(){
This version changed this to window load:
$(window).load(function(){
This prevents init of being re-executed on ajax refresh calls.
Upgrade to OutSystems P11, and https://kottenator.github.io/jquery-circle-progress/ version 1.2.2
FIxed javascript error when using ShowValue=False