container: function(cont) {
        if (arguments.length == 0) {
            return this._chartCont;
        }
        this._chartCont = cont;