Pie Charts

<!DOCTYPE html>
<html>
<head>
    <title>Organization Chart | Par NGLESSON</title>
	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
	<meta http-equiv="X-UA-Compatible" content="IE=edge">
	<meta name="viewport" content="width=device-width, initial-scale=1">
	<meta name="keyword" content="Partager sur les réseaux sociaux">
	<meta name="author" content="Mezgani said">
	<meta name="copyright" content="NGLESSON">
	<meta name="robots" content="index,follow">
	<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css" type="text/css">
	<link rel="stylesheet" href="style.css" type="text/css">    
</head>
<body class="container">
<div class="row">
	<div class="col-lg-12">
		<div id="piechart" class="piechart"></div>
	</div>		
</div>
<script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script>
<script type="text/javascript" src="script.js"></script>
</body>
</html>
.piechart{
    width: 400px;
    height: 400px;
}
google.charts.load("current", {packages:["corechart"]});
google.charts.setOnLoadCallback(drawChart);
function drawChart() {
  var data = google.visualization.arrayToDataTable([
    ['Language', 'Speakers (in millions)'],
    ['Mobile',  3.85],
    ['Tablette',  2.66],
    ['Ipad', 0.316],
    ['Desktop', 1.0791]
]);
var options = {
  legend: 'none',
  pieSliceText: 'label',
  title: 'Machine',
  pieStartAngle: 100,
};

var chart = new google.visualization.PieChart(document.getElementById('piechart'));
  chart.draw(data, options);
}
texte animate effects style 01

texte animate effects style 01

Vers le haut

Vers le haut

Timeline style06

Timeline style06

Profile page with b4

Profile page with b4

Page 404 exemple 01

Page 404 exemple 01

Menu aside style01 slide out

Menu aside style01 slide out

Loading style water animation

Loading style water animation

Form Création de compte

Form Création de compte

Buttons Styles Inspirations

Buttons Styles Inspirations

Bootstrap 3 Popover avec html contenu

Bootstrap 3 Popover avec html contenu

Blog post card 01

Blog post card 01

Asidebar Menu Style01

Asidebar Menu Style01