10 major pharma and biotech companies that downsized in 2023
#layoffs_chart {
width: 900px;
height: 700px;
}
#layoffs_chart {
width: 900px;
height: 700px;
}
// Load the Visualization API and the corechart package.
google.charts.load('current', {'packages':['corechart']});
// Set a callback to run when the Google Visualization API is loaded.
google.charts.setOnLoadCallback(drawChart);
function drawChart() {
// Create the data table for the bar chart.
var data = google.visualization.arrayToDataTable([
['Company', 'Layoffs', { role: 'style' }, { type: 'string', role: 'annotation' }],
['Grifols', 2300, '#440154', null],
['Takeda', 1586, '#482878', null],
['Thermo Fisher Scientific', 1275, '#3B528B', null],
['Genentech', 1019, '#31688E', null],
['Biogen', 1000, '#26828E', null],
['Catalent', 760, '#1F9E89', null],
['Amgen', 750, '#35B779', null],
['Novavax', 500, '#6DCD59', null],
['Emergent Biosolutions', …
Read more