Assembla home | Assembla project page
 

Changeset 7

Show
Ignore:
Timestamp:
06/02/08 16:01:35 (4 months ago)
Author:
joaquin.win
Message:

Implementing link usage. Closes #5. Thanks to houseoftech.
Caveat: problems arise when using links with commas in it (e.g. javascript:alert("this is the number: 10,400.00") ). This is a bug in the OpenFlashChart? PHP class.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/flash_chart.php

    r6 r7  
    141141                        } 
    142142                        $this->types[] = $graph_style; 
     143                        if(isset($info['links'])) { 
     144                                $links = $info['links']; 
     145                                $this->graph->set_links($links); 
     146                        } 
     147                         
    143148                        switch ($graph_style) { 
    144149                                case 'scatter':