 
(function(){

var series = [{"name":"1995", "y": 2764213.0 },{"name":"1996", "y": 2930084.0 },{"name":"1997", "y": 3036333.0 },{"name":"1998", "y": 3126242.0 },{"name":"1999", "y": 3377538.0 },{"name":"2000", "y": 3790804.0 },{"name":"2001", "y": 4142937.0 },{"name":"2002", "y": 4835060.0 },{"name":"2003", "y": 5322175.0 },{"name":"2004", "y": 5859046.0 },{"name":"2005", "y": 6233677.0 },{"name":"2006", "y": 6807092.0 },{"name":"2007", "y": 7259754.0 },{"name":"2008", "y": 6768204.0 },{"name":"2009", "y": 6571103.0 },{"name":"2010", "y": 7029312.0 },{"name":"2011", "y": 7104747.0 },{"name":"2012", "y": 6972935.0 },{"name":"2013", "y": 7568601.0 },{"name":"2014", "y": 8140605.0 },{"name":"2015", "y": 8812939.0 },{"name":"2016", "y": 9780754.0 },{"name":"2017", "y": 1.0056174E7 },{"name":"2018", "y": 1.0484064E7 },{"name":"2019", "y": 1.0553138E7 },{"name":"2020", "y": 1.1132875E7 },{"name":"2021", "y": 1.1843707E7 },{"name":"2022", "y": 1.2699404E7 },{"name":"2023", "y": 1.2427115E7 },{"name":"2024", "y": 1.3149718E7 },]
var description = {"title":"Balance Sheet: S.1: 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":"CGDA","unit":"m","preUnit":"£","source":"","date":"2024","number":"13149718","sampleSize":"0"};

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


 })()