 
(function(){

var series = [{"name":"1995", "y": 2597195.0 },{"name":"1996", "y": 2809706.0 },{"name":"1997", "y": 3065827.0 },{"name":"1998", "y": 3533000.0 },{"name":"1999", "y": 3870104.0 },{"name":"2000", "y": 4140923.0 },{"name":"2001", "y": 4235014.0 },{"name":"2002", "y": 4573917.0 },{"name":"2003", "y": 4981666.0 },{"name":"2004", "y": 5469569.0 },{"name":"2005", "y": 5909779.0 },{"name":"2006", "y": 6285055.0 },{"name":"2007", "y": 6703300.0 },{"name":"2008", "y": 6008772.0 },{"name":"2009", "y": 6532102.0 },{"name":"2010", "y": 6801325.0 },{"name":"2011", "y": 7150971.0 },{"name":"2012", "y": 7406787.0 },{"name":"2013", "y": 7692646.0 },{"name":"2014", "y": 8592005.0 },{"name":"2015", "y": 9021288.0 },{"name":"2016", "y": 9790075.0 },{"name":"2017", "y": 1.0207148E7 },{"name":"2018", "y": 1.007008E7 },{"name":"2019", "y": 1.0584355E7 },{"name":"2020", "y": 1.135555E7 },{"name":"2021", "y": 1.1805404E7 },{"name":"2022", "y": 1.1087854E7 },{"name":"2023", "y": 1.0864812E7 },{"name":"2024", "y": 1.1095811E7 },]
var description = {"title":"Balance Sheet: S.1HN: LE: B.90: Total net worth: CP: NSA: £m","contact":{"email":"capstocks@ons.gov.uk","name":"Capital Stocks and National Balance Sheet team","telephone":"+44 1633 455577 "},"releaseDate":"2025-12-18T00:00:00.000Z","nextRelease":"To be announced","datasetId":"NBS","datasetUri":"/economy/nationalaccounts/uksectoraccounts/datasets/nationalbalancesheet","cdid":"CGRC","unit":"m","preUnit":"£","source":"","date":"2024","number":"11095811","sampleSize":"0"};

var sparklineCGRC = {
	chart: {
		backgroundColor: null,
		borderWidth: 0,
		type: 'area',
		
        marginRight:40,
		marginLeft:40,
		
		skipClone: true
	},
	title: {
		text: ''
	},
	subtitle: {
		text: '',
		y: 110
	},
	credits: {
		enabled: false
	},
	xAxis: {
		categories: ["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.sparklineCGRC = sparklineCGRC;
return sparklineCGRC;


 })()