render: function() {
        this.$el.html(this.template());
        this.cacheVars();
        this._drawGraph();
      },