So, I initialize zingChart with the following code.
barChartData = "type":"bar" "series":[ "values":[11,16,7,-14,11,24,-42,26,] ] $("#performance-bar-chart").zingchart( data: barChartData )
Barchart is rendered correctly, but the width does not seem to be much larger than the parent div. I checked if something sets the height and width, but there is nothing.
When I zoom in or out of the page (ctrl + mouse scroll), the chart automatically expands to fill the parent div!
Thanks,
source share