👍:0
Why don’t you create the graph with dummy data (hidden on load) and then use chart js’s update method to insert that data into the ‘barChartData’ ?
- create graph, hide it
- chart.update() with the new data
- show the graph
👍:0
Why don’t you create the graph with dummy data (hidden on load) and then use chart js’s update method to insert that data into the ‘barChartData’ ?