I have a Touch 2.0.1-application with the seperated Touch Charts module (2.0.0-beta).
In my application I have a Carousel component which holds multiple Panels with a chart in it. The user can decide in what chart he wants to see the data (pie, line or bar).
So I decided that when the user changes the chart type. I remove the old chart from the panel and add a new chart in it.
The problem is that the new chart is not shown. I don't get an error and when I do a console.log on the panel, the chart component is created but there are no DOM elements created.
The chartBBox property has all properties on 0 and in the elemt property there are no childNodes set.
Try upgrading to 2.1.0 b2, the charts have been rewritten and are now included in the framework. The touch charts 2 beta is deprecated in favor of these new ones.