|
|
@ -321,9 +321,9 @@ class FlatViewTable extends SortableTable |
|
|
|
//------------------ |
|
|
|
//------------------ |
|
|
|
//echo 'not in cache'; |
|
|
|
//echo 'not in cache'; |
|
|
|
$Cache->WriteToCache($graph_id,$DataSet->GetData(),$Test); |
|
|
|
$Cache->WriteToCache($graph_id,$DataSet->GetData(),$Test); |
|
|
|
ob_start(); |
|
|
|
//ob_start(); |
|
|
|
$Test->Stroke(); |
|
|
|
//$Test->Stroke(); |
|
|
|
ob_end_clean(); |
|
|
|
//ob_end_clean(); |
|
|
|
$img_file = $Cache->GetHash($graph_id,$DataSet->GetData()); |
|
|
|
$img_file = $Cache->GetHash($graph_id,$DataSet->GetData()); |
|
|
|
} |
|
|
|
} |
|
|
|
echo '<img src="'.api_get_path(WEB_ARCHIVE_PATH).$img_file.'" >'; |
|
|
|
echo '<img src="'.api_get_path(WEB_ARCHIVE_PATH).$img_file.'" >'; |
|
|
|