mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
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 +=
|
formattedVCardString +=
|
||||||
"FN" + encodingPrefix + ":" + e(formattedName) + nl();
|
"FN" + encodingPrefix + ":" + e(formattedName) + nl();
|
||||||
formattedVCardString +=
|
formattedVCardString +=
|
||||||
|
@ -504,9 +504,8 @@ class CustomGraphWidget extends Widget
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case CUSTOM_GRAPH_VBARS:
|
case CUSTOM_GRAPH_VBARS:
|
||||||
$style = 'padding: 10px;';
|
|
||||||
$height = $size['height'];
|
$height = $size['height'];
|
||||||
$output = '<div class="container-center" style="'.$style.'">';
|
$output = '<div class="container-center">';
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case CUSTOM_GRAPH_GAUGE:
|
case CUSTOM_GRAPH_GAUGE:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user