 
(function(){

var series = [{"name":"1971", "y": 1540400.0 },{"name":"1972", "y": 1539000.0 },{"name":"1973", "y": 1530000.0 },{"name":"1974", "y": 1526900.0 },{"name":"1975", "y": 1523500.0 },{"name":"1976", "y": 1523500.0 },{"name":"1977", "y": 1523300.0 },{"name":"1978", "y": 1523200.0 },{"name":"1979", "y": 1528300.0 },{"name":"1980", "y": 1532800.0 },{"name":"1981", "y": 1543000.0 },{"name":"1982", "y": 1544500.0 },{"name":"1983", "y": 1550600.0 },{"name":"1984", "y": 1557300.0 },{"name":"1985", "y": 1565400.0 },{"name":"1986", "y": 1573500.0 },{"name":"1987", "y": 1582000.0 },{"name":"1988", "y": 1585400.0 },{"name":"1989", "y": 1590400.0 },{"name":"1990", "y": 1595600.0 },{"name":"1991", "y": 1607300.0 },{"name":"1992", "y": 1623300.0 },{"name":"1993", "y": 1635600.0 },{"name":"1994", "y": 1643700.0 },{"name":"1995", "y": 1649100.0 },{"name":"1996", "y": 1661800.0 },{"name":"1997", "y": 1671300.0 },{"name":"1998", "y": 1677800.0 },{"name":"1999", "y": 1679000.0 },{"name":"2000", "y": 1682900.0 },{"name":"2001", "y": 1688800.0 },{"name":"2002", "y": 1697500.0 },{"name":"2003", "y": 1704900.0 },{"name":"2004", "y": 1714000.0 },{"name":"2005", "y": 1727700.0 },{"name":"2006", "y": 1743100.0 },{"name":"2007", "y": 1761700.0 },{"name":"2008", "y": 1779200.0 },{"name":"2009", "y": 1793300.0 },{"name":"2010", "y": 1804800.0 },{"name":"2011", "y": 1814300.0 },{"name":"2012", "y": 1824600.0 },{"name":"2013", "y": 1831700.0 },{"name":"2014", "y": 1843200.0 },{"name":"2015", "y": 1854900.0 },{"name":"2016", "y": 1866000.0 },{"name":"2017", "y": 1875200.0 },{"name":"2018", "y": 1886300.0 },{"name":"2019", "y": 1898500.0 },{"name":"2020", "y": 1900500.0 },{"name":"2021", "y": 1904600.0 },{"name":"2022", "y": 1910500.0 },{"name":"2023", "y": 1920400.0 },{"name":"2024", "y": 1927900.0 },]
var description = {"title":"Northern Ireland population mid-year estimate","contact":{"email":"pop.info@ons.gov.uk","name":"Demography team","telephone":"+44 1329 444661"},"releaseDate":"2025-11-27T00:00:00.000Z","nextRelease":"To be announced","datasetId":"pop","datasetUri":"/peoplepopulationandcommunity/populationandmigration/populationestimates/datasets/populationestimatestimeseriesdataset","cdid":"NIPOP","unit":"","preUnit":"","source":"","date":"2024","number":"1927900","sampleSize":"0"};

var sparklineNIPOP = {
	chart: {
		backgroundColor: null,
		borderWidth: 0,
		type: 'area',
		
        marginRight:40,
		marginLeft:40,
		
		skipClone: true
	},
	title: {
		text: ''
	},
	subtitle: {
		text: '',
		y: 110
	},
	credits: {
		enabled: false
	},
	xAxis: {
		categories: ["1971","1972","1973","1974","1975","1976","1977","1978","1979","1980","1981","1982","1983","1984","1985","1986","1987","1988","1989","1990","1991","1992","1993","1994","1995","1996","1997","1998","1999","2000","2001","2002","2003","2004","2005","2006","2007","2008","2009","2010","2011","2012","2013","2014","2015","2016","2017","2018","2019","2020","2021","2022","2023","2024",],
		labels: {
			crop: false,
			style: {
				'color': '#707070',
			},
			formatter: function() {
				if (this.isFirst) {
					return this.value;
				}
				if (this.isLast) {
					return this.value;
				}
			},
			step: 1
		},
		tickLength: 0,
		lineColor: '#707070'
		
	},
	yAxis: {
		endOnTick: false,
		startOnTick: false,
		labels: {
			enabled: false
		},
		title: {
			text: null
		},
		tickPositions: [0]
	},
	legend: {
		enabled: false
	},
	tooltip: {
		enabled: false
	},
	plotOptions: {
		series: {
			animation: false,
			turboThreshold:0,
			lineWidth: 1,
			shadow: false,
			states: {
				hover: {
					lineWidth: 1
				}
			},
			marker: {
				radius: 1,
				states: {
					hover: {
						radius: 1
					}
				}
			},
			fillOpacity: 0.25,
			enableMouseTracking: false,
		},
		column: {
			negativeColor: '#910000',
			borderColor: 'silver'
		}
	},
	exporting: {
		enabled: false
	},
	annotationsOptions: {
		enabledButtons: false 
	},
	series: [{
		name: '',
		data : series,
		color: '#007dc3',
		marker: {
			symbol: 'circle',
			states: {
				hover: {
					
					radiusPlus: 0,
					lineWidthPlus: 0
				}
			}
		},
		dashStyle: 'Solid',
	}]
};

window.sparklineNIPOP = sparklineNIPOP;
return sparklineNIPOP;


 })()