Hi, @tigrr
I'm trying to make one circle progress, everything is ok, but I need it to go anti-clockwise, I'm set the parametr anticlockwise: true and don't work, I'm trying set anticlockwise: false and likewise nothing works. No matter what I set to the parameter, it goes clockwise. Thx.
Hi, @tigrr I'm trying to make one circle progress, everything is ok, but I need it to go anti-clockwise, I'm set the parametr anticlockwise: true and don't work, I'm trying set anticlockwise: false and likewise nothing works. No matter what I set to the parameter, it goes clockwise. Thx.
My Code:
new CircleProgress('.progress-circular', { min: 0, max: 100, value: 100, startAngle: 0, anticlockwise: true, textFormat: 'none', animationDuration: 5500, animation: 'linear', });