<?php if (isset($graphers)) {
foreach ($graphers as $grapher) {
echo $grapher->getPreviewHtml($object);
}
} ?>