{"name":"GIDSAAB","ax":"Year","ay":"%","xt":[2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022],"yt":[0,10,20,30,40,50,60,70,80,90,100],"source":"https://gids.nhs.uk/about-us/number-of-referrals/","hover":[1,1],"legend":[[0],[1]],"seq":[{"i":[0,1],"x":[2009.5,2019.5],"y":[0,100],"tx":[1,1,1,1,1,1,1,1,1,1,1,1,1,1],"ty":[1,1,1,1,1,1,1,1,1,1,1]}],"type":"XY","series":[{"s":"Fraction assigned female at birth","c":"teal","a":1,"w":5,"l":[2013.85517,73.13808],"x":[2009.5,2010.5,2011.5,2012.5,2013.5,2014.5,2015.5,2016.5,2017.5,2018.5,2019.5],"y":[44.44444,43.18182,54.92228,60.35714,58.81007,61.4792,66.3035,70.00553,72.64358,73.60406,73.34321]},{"s":"Fraction assigned male at birth","c":"orange","a":1,"w":5,"l":[2013.74833,27.88298],"x":[2009.5,2010.5,2011.5,2012.5,2013.5,2014.5,2015.5,2016.5,2017.5,2018.5,2019.5],"y":[55.55556,56.81818,45.07772,39.64286,41.18993,38.5208,33.6965,29.99447,27.35642,26.39594,26.65679]}],"help":"JSON format help for XY plots\n-----------------------------\nDownloadable JSON files for Who Are We Now? are dictionaries.\n\nThey always have a \"type\" field specifying the plot type, and a \"name\"\nfield, specifying the plot name. https://whoarewenow.net/plotname\nwill redirect you to the location of any plot in its chapter.\n\nThis one's type is \"XY\", for plotting arbitrary 2D lines and polygons.\n\nJSON entries with example values:\n\nKey        Value                 Comment\n-------    --------------------  -------------------------------------\n\"type\"   : \"XY\"\n\"name\"   : \"PlotName\"\n\"ax\"     : \"X axis name\"\n\"ay\"     : \"Y axis name\"\n\"log\"    : [0,0]                 Booleans 0|1 for log X or Y axis\n\"seq\"    : [Seq1,Seq2,...]       Each sequence is a map per below\n\"series\" : [Series1,Series2,...] Each series is a map per below\n\nSeq specifies the sequence of \"stops\" in the visualization:\n\nKey        Value                 Comment\n-------    --------------------  -------------------------------------\n\"i\"      : [0,1,2]               Indices of series to render\n\"x\"      : [1900,2022]           X range for this stop\n\"y\"      : [0,3.5]               Y range for this stop\n\nSeries specifies the data for all series, as specified by each \"i\" in \"seq\":\n\nKey        Value                 Comment\n-------    -------------------   -------------------------------------\n\"s\"      : \"All respondents\"     Series label\n\"c\"      : \"black\"               Series color\n\"a\"      : 0.5                   Series alpha (opacity)\n\"w\"      : 1.                    Series line width (use 0 for polygon)\n\"x\"      : [1900,1910,...]       Series X values\n\"y\"      : [1.2,1.4,...]         Series Y values\n\nSome dictionary key/value pairs are unimportant, used only for debugging or\noffline viewing, and are not documented above.\n\nFor more information on the project see https://whoarewenow.net#about\n"}