File "recap1.html"

Full path: /home/meharicl/www/graphe/recap1.html
File size: 4.83 B
MIME-type: text/html
Charset: 8 bit

Download   Open   Edit   Advanced Editor   Back


<html>
<head>
<title>Recensement Statistiques</title>
<link rel="stylesheet" type="text/css" href="/graphe/defaut.css">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
<script type="text/javascript">//<![CDATA[
(function($){
$(function () {

$('#container_dep').highcharts({
chart: {
type: 'bar'
},
title: {
text: 'Top 50 mhari par dpartement'
},
subtitle: {
text: 'Source: recensement MCDF'
},
xAxis: {
categories: ['Bouches du rhne','Somme','Landes','Var','Gironde','Indre et Loire','Val d\'Oise','Charente maritime','Loire Atlantique','Nord','Loir et Cher','Haute Savoie','Yvelines','Hrault','Corse du Sud','Essonne','Cher','Haut Rhin','Vende','Alpes maritimes','Loiret','Eure','Isre','Seine et Marne','Pas de Calais','Gard','Maine et Loire','Bas Rhin','Drme','Seine Maritime','Oise','Morbihan','Haute garonne','Calvados','Savoie','Pyrnes Atlantiques','Marne','Aisne','Manche','Finistre','Rhne','Vaucluse','Haute Corse','Tarn'],
title: {
text: 'Dpartements'
}
},
yAxis: {
min: 0,
title: {
text: 'Nombre de mhari',
align: 'high'
},
labels: {
overflow: 'justify'
}
},
tooltip: {
valueSuffix: ' units'
},
plotOptions: {
bar: {
pointPadding: 0.2,
borderWidth: 0,
pointWidth: 10,
borderRadius: 2,
    dataLabels: {
enabled: true
}
}
},
legend: {
enabled: false
},
credits: {
enabled: false
},
series: [{
name: 'Nb de mhari',
data: [149,77,73,72,68,66,61,58,50,47,46,44,42,40,40,39,38,36,36,35,33,30,30,30,30,29,27,26,26,26,25,25,24,24,23,22,22,22,22,21,20,19,18,18]}]
});

$('#container_reg').highcharts({
chart: {
type: 'column'
},
title: {
text: 'Nombre de mhari par rgion'
},
subtitle: {
text: 'Source: recensement MCDF'
},
xAxis: {
categories: ['Provence Alpes Cte d\'Azur','Centre','Ile de France','Rhone Alpes','Aquitaine','Pays de la Loire','Picardie','Poitou Charente','Languedoc Roussillon','Midi-Pyrnes','Bretagne','Nord Pas de Calais','Alsace','Basse Normandie','Corse','Haute Normandie','Lorraine','Bourgogne','Champagne Ardenne','Franche Comte','Auvergne','Limousin','DOM','TOM','TSP'],
labels: {
rotation: 270
},
title: {
text: null
}
},
yAxis: {
min: 0,
title: {
text: 'Nombre de mhari',
align: 'high'
},
labels: {
overflow: 'justify'
}
},
tooltip: {
valueSuffix: ' units'
},
plotOptions: {
column: {
pointPadding: 0.2,
borderWidth: 0,
pointWidth: 8,
borderRadius: 2,
    dataLabels: {
enabled: false
}
}
},
legend: {
enabled: false
},
credits: {
enabled: false
},
series: [{
name: 'Nb de mhari',
data: [291,217,215,191,187,131,124,100,93,93,77,77,62,60,58,56,55,43,41,36,33,28,25,2,2]
}]
});

$('#container_pays').highcharts({
chart: {
type: 'column'
},
title: {
text: 'Nombre de mhari par pays'
},
subtitle: {
text: 'Source: recensement MCDF'
},
xAxis: {
categories: ['France','Hollande','Danemark','Belgique','Etats-Unis','Suisse','Espagne','Allemagne','Italie','Portugal','Royaume Uni','Luxembourg','Inconnu','Cuba','Tunisie','Togo','Canada','Sngal','Japon','Rpublique de Saint-Marin','Uruguay'],
labels: {
rotation: 270
},
title: {
text: null
}
},
yAxis: {
min: 0,
title: {
text: 'Nombre de mhari',
align: 'high'
},
labels: {
overflow: 'justify'
}
},
tooltip: {
valueSuffix: ' units'
},
plotOptions: {
column: {
pointPadding: 0.2,
borderWidth: 0,
pointWidth: 11,
borderRadius: 2,
    dataLabels: {
enabled: true
}
},
series: {
dataLabels: {
enabled: true
}
}
},
legend: {
enabled: false
},
credits: {
enabled: false
},
series: [{
name: 'Nb de mhari',
data: [2297,385,68,49,26,25,7,7,6,5,3,3,2,1,1,1,1,1,1,1,1]
}]
});

$('#container_type').highcharts({
chart: {
type: 'column'
},
title: {
text: 'Nombre de mhari par modle'
},
subtitle: {
text: 'Source: recensement MCDF'
},
xAxis: {
categories: ['70/77','78/87','69','4x4','Azur','US','Autre','pr-Srie','Plage'],
labels: {
rotation: 270
},
title: {
text: null
}
},
yAxis: {
min: 0,
title: {
text: 'Nombre de mhari',
align: 'high'
},
labels: {
overflow: 'justify'
}
},
tooltip: {
valueSuffix: ' units'
},
plotOptions: {
column: {
pointPadding: 0.2,
borderWidth: 0,
pointWidth: 15,
borderRadius: 2,
    dataLabels: {
enabled: true
}
},
series: {
dataLabels: {
enabled: true
}
}
},
legend: {
enabled: false
},
credits: {
enabled: false
},
series: [{
name: 'Nb de mhari',
data: [1409,922,348,117,105,36,14,7,3]
}]
});
});
})(jQuery);
//]]>
</script>
</head>
<body>
<script src="http://code.highcharts.com/highcharts.js"></script>
<script src="http://code.highcharts.com/modules/exporting.js"></script>
<div id="container_dep"></div>
<div id="container_reg"></div>
<div id="container_pays"></div>
<div id="container_type"></div>
-------------------
</body>
</html