UNPKG

@swimlane/ngx-charts

Version:

Declarative Charting Framework for Angular

23 lines (19 loc) 410 B
.pie-label { font-size: 11px; } .pie-label.animation { animation: 750ms ease-in fadeIn; } @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } } .pie-label-line { stroke-dasharray: 100%; } .pie-label-line.animation { animation: 3s linear drawOut; transition: d 750ms; } @keyframes drawOut { from { stroke-dashoffset: 100%; } to { stroke-dashoffset: 0; } }