Skip to content Skip to sidebar Skip to footer

Chart.js Responsive Option - Chart Not Filling Container

Check out this fiddle. What am I doing wrong? Isn't the responsive option supposed to force the chart to fill it's container?
<

Solution 1:

Sorry about this, but I realized that the version I was using was outdated. For future reference, I found an up to date version of chart.js here.

//cdn.jsdelivr.net/chart.js/1.0.1-beta.4/Chart.min.js

Here is the updated fiddle

Post a Comment for "Chart.js Responsive Option - Chart Not Filling Container"