Chart Gallery

Chart Gallery

Chart resizeについて

jQuery(function($) {
// ここに $ を使ったコードを書く
$(window).resize(function(){
drawChart();
});
});
//
以下に修正