Commit 6e974710 authored by Denis Voytyuk's avatar Denis Voytyuk

Rename auto_resize to resize_auto

parent 45b8dcc7
......@@ -292,7 +292,7 @@ c3_chart_internal_fn.initWithData = function (data) {
window.onresize.add(function () {
config.onresize.call($$);
});
if (config.auto_resize) {
if (config.resize_auto) {
window.onresize.add(function () {
if (timeout !== undefined) {
clearTimeout(timeout);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment