 
(function(){

var series = [{"name":"1995", "y": 64826.0 },{"name":"1996", "y": 52226.0 },{"name":"1997", "y": 49136.0 },{"name":"1998", "y": 24851.0 },{"name":"1999", "y": 65436.0 },{"name":"2000", "y": 74776.0 },{"name":"2001", "y": 94662.0 },{"name":"2002", "y": 63236.0 },{"name":"2003", "y": 77164.0 },{"name":"2004", "y": 84274.0 },{"name":"2005", "y": 129514.0 },{"name":"2006", "y": 156170.0 },{"name":"2007", "y": 119845.0 },{"name":"2008", "y": -66783.0 },{"name":"2009", "y": -205423.0 },{"name":"2010", "y": -235920.0 },{"name":"2011", "y": -477498.0 },{"name":"2012", "y": -525599.0 },{"name":"2013", "y": -503288.0 },{"name":"2014", "y": -675504.0 },{"name":"2015", "y": -680288.0 },{"name":"2016", "y": -846888.0 },{"name":"2017", "y": -854863.0 },{"name":"2018", "y": -762676.0 },{"name":"2019", "y": -852847.0 },{"name":"2020", "y": -1265888.0 },{"name":"2021", "y": -1143410.0 },{"name":"2022", "y": -564621.0 },{"name":"2023", "y": -665341.0 },{"name":"2024", "y": -554930.0 },]
var description = {"title":"Balance Sheet: S.13: 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":"CGRX","unit":"m","preUnit":"£","source":"","date":"2024","number":"-554930","sampleSize":"0"};

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


 })()