score:0

i had the same issue when calling reflow() alone.

you can easily fix this issue by setting a fixed height to the chart container <div class="chart">.

.chart {
   height: 400px;
}

Related Query

More Query from same tag