2010-06-23 Ramon Novoa <rnovoa@artica.es>
* include/fgraph.php: Continue drawing combined charts if modules without data are found. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2922 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
fdf807d633
commit
1cd4a85037
|
@ -1,3 +1,8 @@
|
|||
2010-06-23 Ramon Novoa <rnovoa@artica.es>
|
||||
|
||||
* include/fgraph.php: Continue drawing combined charts if modules
|
||||
without data are found.
|
||||
|
||||
2010-06-23 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* include/functions_html.php: Added a parameter into
|
||||
|
|
|
@ -203,10 +203,7 @@ function graphic_combined_module ($module_list, $weight_list, $period, $width, $
|
|||
|
||||
// Check available data
|
||||
if (count ($data) < 2) {
|
||||
if (!$graphic_type) {
|
||||
return fs_error_image ();
|
||||
}
|
||||
graphic_error ();
|
||||
continue;
|
||||
}
|
||||
|
||||
// Data iterator
|
||||
|
|
Loading…
Reference in New Issue