54 $this->Graph =
get_package(
'graph' ,
'last' , __FILE__ );
84 $this->Graph->draw_graph_data( $Options );
118 if( $Options->get_setting(
'graph' ,
false ) == 1 )
122 elseif( $Options->get_setting(
'map' ,
false ) == 1 )
124 $this->view_map( $Options );
127 return( $this->Output );
129 catch( Exception $e )