$('svg .circle').get(0).style.cssText+=';stroke-dasharray:('+data.Health+',100);';
$('svg .circle').get(0).setAttribute('stroke-dasharray','('+data.Health+',100)');