Ajout debug couleur
This commit is contained in:
parent
383e716c73
commit
b68590c8bb
@ -323,6 +323,7 @@ function commentaires_graph_stacked($id, $titre, $strRatios) {
|
||||
foreach ( $stackRatios as $ratio ){
|
||||
preg_match($pattern, $ratio, $matches);
|
||||
$value = $ratiosEntrep[$index]['r'.$matches[2]]/$div;
|
||||
//FB::log($couleurs[$cpt_couleur], 'Couleur r'.$matches[2]);
|
||||
$titre = htmlspecialchars_decode(
|
||||
$ratiosInfos['r'.$matches[2]]['libelle'],ENT_QUOTES);
|
||||
$layer->addDataSet(array($value), $couleurs[$cpt_couleur], $titre);
|
||||
|
Loading…
Reference in New Issue
Block a user