@extends('layouts.master') @push('style') @endpush @section('content')
Kasus DBD Setiap Tahun
{!! $monthlyChart->container() !!}
Kasus DBD per Tahun (2019-2023)
{!! $yearlyChart->container() !!}
Hasil Clustering
@if (isset($clusterResults)) @foreach ($clusterResults as $result) @endforeach @else @endif
ID Kecamatan Nama Kecamatan Cluster
{{ $result['id_kecamatan'] }} {{ $result['nama_kecamatan'] }} {{ $result['cluster'] }}
Tidak ada data clustering yang tersedia

Plot Clustering

Peta Sebaran DBD Berdasarkan Cluster
@endsection @section('js') {{ $monthlyChart->script() }} {{ $yearlyChart->script() }} @endsection