I'm trying to generate barchart from a json axios response. I've called axios during mounted() hook but chart is not generated.
SVG contains some elements but it's width is 0px.
I've changed chart_data and chart_options elements inside axios response promise.