LESS
#pie-one {
background: yellowgreen;
transform: rotate(-90deg);
border-radius: 50%;
overflow: hidden;
circle {
transition: 1s;
fill: none;
stroke-width: 50;
}
#one {
stroke: blue;
stroke-dasharray: 60 158;
}
#two {
stroke: red;
stroke-dasharray: 80 158;
}
}