fixed baseline graph
This commit is contained in:
parent
2625bee2d4
commit
6d04b2450b
|
@ -264,7 +264,9 @@ function grafico_modulo_sparse_data_chart (
|
|||
$data_module_graph['id_module_type'] == 18 ||
|
||||
$data_module_graph['id_module_type'] == 9 ||
|
||||
$data_module_graph['id_module_type'] == 31 ||
|
||||
$data_module_graph['id_module_type'] == 100 ){
|
||||
$data_module_graph['id_module_type'] == 100 ||
|
||||
$params['baseline']
|
||||
){
|
||||
|
||||
$data = db_get_all_rows_filter (
|
||||
'tagente_datos',
|
||||
|
|
Loading…
Reference in New Issue