Click here to Skip to main content
15,886,199 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
ASM
I am trying to use the easypiechart, but i don't know why it is not showing any thing...

i add the easypiechart.js and the below code before the <pre lang="HTML"></body>


JavaScript
<script type="text/javascript">
    $(function() {
        $('.Chart').easyPieChart({
            //your configuration goes here
            size:170,
            animate: 2000,
            lineCap:'butt',
            scaleColor: false,
            barColor: '#ccc',
            lineWidth: 10
        });
    });
</script>


in my html i call the piechart using this code..

HTML
<div class="Chart" data-percent="73"><span class="percent">73%</span></div>


the result look like...

73%

there is no circle show arround 73%.

please solve with example code...
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900