Currently I have a component using vue and c3. The c3 chart renders immediately, however I am still grabbing the data via ajax. How do I delay the rendering of the component? OR once the data is fetched THEN display the chart.
My code is pretty straighforward.
<my-chart :chartdata="chart.data"></my-chart> etc.
Note: If I enter static data - it renders perfectly.
JSFIDDLE https://jsfiddle.net/1o4kqjwd/3/