1
0
Fork 0

prueba de concepto de estadisticas en notas

This commit is contained in:
humano 2017-11-17 15:03:48 -05:00
parent b17699f5a1
commit f5f6c110cb
1 changed files with 2 additions and 4 deletions

View File

@ -137,8 +137,7 @@ if($tags !=''){
$nube ="";
$size = 8;
foreach($tags as $c=>$valor){
foreach($tags as $c=>$valor){
//foreach($wordCounter as $c=>$valor){
//$valor = $tags[0];
@ -162,12 +161,11 @@ $size = 8;
$limpios[] = $c;
$cant = $wordCounter[$c];
$size = ($cant/4);
$tag_adicional .= "<SPAN title='$cant' CLASS='badge label-warning' draggable='true' id='#$ht ' ondragstart=\"evdragstart(event,this)\">$c </span> " ;
$nube .= "<a href='#' title='$c $cant' style='font-size: $size"."vh' id='#$ht ' >$c</a> " ;
}
$size= ($size - 1);
}
}
$resultado = " $compuestos $tag_adicional ";