.chartblocks.chart {
    opacity: 0;
    transition: opacity .5s;
}

.chartblocks.chart.loaded {
    opacity: 1;
}
