1
0
Fork 0

prueba de concepto de estadisticas en notas

This commit is contained in:
humano 2017-11-17 14:59:45 -05:00
parent a0de6d217f
commit b17699f5a1
1 changed files with 4 additions and 2 deletions

View File

@ -137,7 +137,8 @@ if($tags !=''){
$nube ="";
foreach($tags as $c=>$valor){
$size = 8;
foreach($tags as $c=>$valor){
//foreach($wordCounter as $c=>$valor){
//$valor = $tags[0];
@ -161,11 +162,12 @@ foreach($tags as $c=>$valor){
$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 ";