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:
commit
ce5f934dc7
|
@ -2413,7 +2413,6 @@ date: 2018-05-14 15:05:04
|
|||
});
|
||||
}
|
||||
|
||||
console.log(vCard);
|
||||
formattedVCardString +=
|
||||
"FN" + encodingPrefix + ":" + e(formattedName) + nl();
|
||||
formattedVCardString +=
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue