167168169170171172173174175176177
} } public Element getStackedBarChartFromColumn( int col ) { if ( sbc == null ) { sbc = new StackedBarChart(); // set the onclick event to the base url template if ( null != baseURLTemplate ) { sbc.setOn_click( baseURLTemplate ); }