.loading {
    position: relative;
}
.loading>div {
    position: absolute;
    width: 100%;
    height: 50rem;
    top: 0;
    z-index: 999;
}
#chart {	
    height: 50rem;
}
