beforeUpdate: function(chartInstance) {
            var titleOpts = chartInstance.options.title;

            if (titleOpts) {
                titleOpts = helpers.configMerge(Chart.defaults.global.title, titleOpts);