Cloud
Облачный сервис для быстрого и эффективного анализа и визуализации данных для вашего бизнеса без необходимости создания своих приложений и программирования.
<head>
<?php $viewer->javascript->renderHtml(); ?>
</head>
<body>
<?php $viewer->renderHtml(); ?>
</body>javascript->renderHtml() — prints only the required <script> tags; place this call inside the <head>.renderHtml() — prints only the viewer element itself; place this call where the viewer should appear in the <body>.javascript->renderHtml() emits the required scripts (placed in the head), while renderHtml() emits the viewer element itself. This gives you full control over where the viewer sits in your own template.