behold, a backbone view render call:
render: function() { $(this.el).html(this.template({title: \'test\'})); //#1 this.renderScatterChart(); return th
Had the same problem as you did...with highcharts. I was using Backbone.LayoutManager, and ended up hacking the code to add a postRender callback. Would love to see this as a part of Backbone.js