300000){ $error .= '
Warning:The specified size (product of x and y) exceeds the maximum of 300 000 pixel.
'; } #check if selected type is available if (!in_array($args['type'],$gchart_atypes)){ $error .= '
Warning:The specified type is not available. See the documentation for alternatives.
'; } if (strlen($error)>0){ return $error; } $out .= ''; return $out; } ?>