twolf2919

Results 3 comments of twolf2919

> I guess what you could do is something like > > ``` > chartPanel = new XChartPanel(chart); > chartPanel.addMouseListener(listener); > ``` > > and in your event handlers, use...

> That was on 3.6.7-Snapshot, which was the bleeding edge version when I did something similar last November. ... > but the diff looks like you can probably get the...

Hi Tom - awesome demo examples! But I'm getting exceptions using the splitter. Here's my very simple App.js's render(): ` render() { return( Navigation Content ); } ` But when...