Y.ChartsTab = function() {
      Y.ChartsTab.superclass.constructor.apply(this, arguments);
      
      this.after('render', this.renderCharts, this, true);
   };