 
(function(){

var series = [{"name":"1995", "y": 64826.0 },{"name":"1996", "y": 52225.0 },{"name":"1997", "y": 46862.0 },{"name":"1998", "y": 19809.0 },{"name":"1999", "y": 58547.0 },{"name":"2000", "y": 66608.0 },{"name":"2001", "y": 84726.0 },{"name":"2002", "y": 51302.0 },{"name":"2003", "y": 63650.0 },{"name":"2004", "y": 66511.0 },{"name":"2005", "y": 108335.0 },{"name":"2006", "y": 131008.0 },{"name":"2007", "y": 93121.0 },{"name":"2008", "y": -92604.0 },{"name":"2009", "y": -230817.0 },{"name":"2010", "y": -267560.0 },{"name":"2011", "y": -512967.0 },{"name":"2012", "y": -563711.0 },{"name":"2013", "y": -545588.0 },{"name":"2014", "y": -723181.0 },{"name":"2015", "y": -732104.0 },{"name":"2016", "y": -899469.0 },{"name":"2017", "y": -911552.0 },{"name":"2018", "y": -826898.0 },{"name":"2019", "y": -918255.0 },{"name":"2020", "y": -1332250.0 },{"name":"2021", "y": -1216804.0 },{"name":"2022", "y": -626917.0 },{"name":"2023", "y": -731831.0 },{"name":"2024", "y": -629529.0 },]
var description = {"title":"Balance Sheet: S.13: LE: B.90: Total net worth: CP: NSA: £m","contact":{"email":"blue.book.coordination@ons.gov.uk  ","name":"Blue Book Coordination team","telephone":"+44 1633 456103"},"releaseDate":"2025-10-31T00:00:00.000Z","nextRelease":"To be announced","datasetId":"BB","datasetUri":"/economy/grossdomesticproductgdp/datasets/bluebook","cdid":"CGRX","unit":"m","preUnit":"£","source":"","date":"2024","number":"-629529","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;


 })()