 
(function(){

var series = [{"name":"1995", "y": 121183.0 },{"name":"1996", "y": 75525.0 },{"name":"1997", "y": -70332.0 },{"name":"1998", "y": -281569.0 },{"name":"1999", "y": -398262.0 },{"name":"2000", "y": -269688.0 },{"name":"2001", "y": -53263.0 },{"name":"2002", "y": 245003.0 },{"name":"2003", "y": 303746.0 },{"name":"2004", "y": 317298.0 },{"name":"2005", "y": 150843.0 },{"name":"2006", "y": 257088.0 },{"name":"2007", "y": 278474.0 },{"name":"2008", "y": 540760.0 },{"name":"2009", "y": 72747.0 },{"name":"2010", "y": 142090.0 },{"name":"2011", "y": 7039.0 },{"name":"2012", "y": -107838.0 },{"name":"2013", "y": 47412.0 },{"name":"2014", "y": -102556.0 },{"name":"2015", "y": 181763.0 },{"name":"2016", "y": 136876.0 },{"name":"2017", "y": 206010.0 },{"name":"2018", "y": 859534.0 },{"name":"2019", "y": 869380.0 },{"name":"2020", "y": 861208.0 },{"name":"2021", "y": 909451.0 },{"name":"2022", "y": 1684585.0 },{"name":"2023", "y": 1716777.0 },{"name":"2024", "y": 2078735.0 },]
var description = {"title":"Balance Sheet: S.11: 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":"CGRV","unit":"m","preUnit":"£","source":"","date":"2024","number":"2078735","sampleSize":"0"};

var sparklineCGRV = {
	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.sparklineCGRV = sparklineCGRV;
return sparklineCGRV;


 })()