Recently my guy implemented html piechartusing jquerythe plugin name in the easyPieChartsame way as the following.

html code:
<span class="chart pull-right" data-percent="45" id="_percentUpdate">
<div class="flip-container">
<div class="flipper" onclick="this.classList.toggle('flipped')" id="conserHoursFlip">
<div class="front percent"></div>
<div class="back percent"></div>
</div>
</div>
<span>
I want to dynamically change a value percentusing JavaScript or backbone.js, but I cannot fix it.
can someone help me.
Thanks.
source
share