helpers.each(topBoxes, function(box) {
                    if (!box.options.fullWidth) {
                        box.width = newMaxChartAreaWidth;
                    }
                });