KELUASAN
Daerah Jasin meliputi kawasan seluas 676.07 km Persegi (67,854 hektar)
BILANGAN MUKIM
Terdapat 20 buah mukim di dalam Daerah Jasin:
- Ayer Panas
- Batang Melaka
- Bukit Senggeh
- Chabau
- Chinchin
- Cohan
- Jasin
- Jus
- Kesang
- Merlimau
- Nyalas
- Rim
- Sebatu
- Selandar
- Sempang
- Semujok
- Serkam
- Sg. Rambai
- Tedong
- Umbai
BILANGAN PENDUDUK DAERAH JASIN MENGIKUT KUMPULAN ETNIK
Sumber : Jabatan Perangkaan Malaysia
Source : Department of Statistics Malaysia
Nota/Notes:-
1. Anggaran penduduk pertengahan tahun berasaskan data banci penduduk dan perumahan Malaysia 2010 yang disesuaikan.
Mid-Year population estimates based on the adjusted population and housing census of Malaysia
2. Hasil tambah mungkin berbeza kerana pembundaran
The added total may differ due to rounding
KELUASAN Daerah Jasin meliputi kawasan seluas 676.07 km Persegi (67,854 hektar) BILANGAN MUKIM Terdapat 20 buah mukim di dalam Daerah Jasin: Ayer Panas Batang Melaka Bukit Senggeh Chabau Chinchin Cohan Jasin Jus Kesang Merlimau Nyalas Rim Sebatu Selandar Sempang Semujok Serkam Sg. Rambai Tedong Umbai .three-columns { columns: 3; /* Set the number of columns to 3 */ -webkit-columns: 3; -moz-columns: 3; } .three-columns li { padding: 5px 0; /* Optional: add some space between items */ } BILANGAN PENDUDUK DAERAH JASIN MENGIKUT KUMPULAN ETNIK Sumber : Jabatan Perangkaan Malaysia Source : Department of Statistics Malaysia Nota/Notes:- 1. Anggaran penduduk pertengahan tahun berasaskan data banci penduduk dan perumahan Malaysia 2010 yang disesuaikan. Mid-Year population estimates based on the adjusted population and housing census of Malaysia 2. Hasil tambah mungkin berbeza kerana pembundaran The added total may differ due to rounding // Step 2: Initialize the Morris Bar Chart new Morris.Bar({ // ID of the element in which to draw the chart. element: 'population-bar-chart', // Chart data records data: [ { ethnic_group: 'Melayu', percentage: 81.5 }, { ethnic_group: 'Cina', percentage: 8.9 }, { ethnic_group: 'India', percentage: 8.4 }, { ethnic_group: 'Lain-lain', percentage: 0.4 } ], // The name of the data record attribute that contains x-values. xkey: 'ethnic_group', // List of names of data record attributes that contain y-values. ykeys: ['percentage'], // Labels for the ykeys -- will be displayed when you hover over the chart. labels: ['Peratusan Populasi'], barColors: ['#1e88e5'], // Color of bars hideHover: 'auto', resize: true });