Merge branch 'ent-13281-al-widget-defined-custom-graph-por-mas-espacio-que-se-la-asigne-siempre-muestras-barras-de' into 'develop'

Ent 13281 al widget defined custom graph por mas espacio que se la asigne siempre muestras barras de

See merge request artica/pandorafms!7114
This commit is contained in:
Matias Didier 2024-04-03 15:47:18 +00:00
commit ce5f934dc7
2 changed files with 1 additions and 3 deletions

View File

@ -2413,7 +2413,6 @@ date: 2018-05-14 15:05:04
});
}
console.log(vCard);
formattedVCardString +=
"FN" + encodingPrefix + ":" + e(formattedName) + nl();
formattedVCardString +=

View File

@ -504,9 +504,8 @@ class CustomGraphWidget extends Widget
break;
case CUSTOM_GRAPH_VBARS:
$style = 'padding: 10px;';
$height = $size['height'];
$output = '<div class="container-center" style="'.$style.'">';
$output = '<div class="container-center">';
break;
case CUSTOM_GRAPH_GAUGE: