Omi - 2010-09-01

Hi all,

I think I found a bug in the Chart Menu (the one described at - http://teethgrinder.co.uk/open-flash-chart-2/menu.php).

main.as  line 768:

            if (json['menu'] != null) {
                this.menu = new Menu('99', json['menu']);
                this.addChild(this.menu);
            }

'99' apparently should have been something like

 this.chart_parameters['id']