thysultan / cssCharts.js

jquery plugin to create donut and bar charts with css
http://thysultan.com/projects/cssCharts/
45 stars 11 forks source link

Can you modify the thickness of the donut percentage? #7

Closed peqp1988 closed 9 years ago

peqp1988 commented 9 years ago

is there any way to play with thickness of the percentage line?

thysultan commented 9 years ago

@patriciapineda Yes,

.donut-chart:after{
    width: 74%;
    height: 74%;
}

will make it thicker, play with those numbers to get a preferred thickness.