MISP/app/View/Sightings/ajax/view_sightings.ctp

10 lines
225 B
PHP

<?= $this->element('genericElements/assetLoader', [
'css' => ['sightingstyle'],
'js' => ['d3', 'd3.custom'],
]);
?>
<div id="graphContent"></div>
<script>
sightingsGraph("#graphContent", "<?= $csv ?>");
</script>