====== Vue Générale ======
{
chart: {
width: 768,
type: 'pie',
toolbar: { show: true,tools: { download: true } },
},
labels: ['Aurélie : 191,7h.', 'Marc : 195,2h.', 'Julien : 101,5h.', 'Justine : 287,75h.', 'Aniel : 22h.', 'Yannick : 74h.', 'Mélanie : 87,25h.', 'Anne : 89,5h.', 'Mouss : 42h.', 'Manon : 20,95h.'],
series: [191.7, 195.2, 101.5, 287.75, 22, 74, 87.25, 89.5, 42, 20.95],
responsive: [{
breakpoint: 100%,
options: {
dataLabels: {
enabled: true,
enabledOnSeries: true,
},
chart: {
width: 200
},
legend: {
position: 'bottom'
}
}
}]
}
====== Vue générale ======
{
chart: {
width: 768,
type: 'pie',
toolbar: { show: true,tools: { download: true } },
},
labels: ['54 Dérivation','Admin','BdA','Bureau de Coordination','CA','Communication','Compta Content','Coordination générale','Finances','IT','Kinkempois','Marketing','R&D','Stratégie','Subsides'],
series: [92.75,35.50,29.50,166.00,14.50,27.50,29.00,40.00,16.50,87.00,13.00,40.50,27.85,89.50,9.00],
responsive: [{
breakpoint: 100%,
options: {
chart: {
width: 200
},
legend: {
position: 'bottom'
}
}
}]
}