.q-chart-bar{animation:qBarRise .8s cubic-bezier(.2,.7,.2,1) both;transform-origin:bottom center}@keyframes qBarRise{0%{transform:scaleY(0)}to{transform:scaleY(1)}}@media (prefers-reduced-motion:reduce){.q-chart-bar{animation:none;transform:none}}