Chart JSON
{
"chart": {
"type": "spline",
"backgroundColor": "transparent",
"options3d": []
},
"credits": {
"enabled": false
},
"title": {
"text": "##1-Gross Domestic Expenditure on R&D (GERD) as a percentage of GDP - Gross Domestic Expenditure on R&D (GERD) as a percentage of GDP",
"style": {
"color": "#000"
}
},
"subtitle": {
"text": ""
},
"colors": [
"#2f7ed8",
"#0d233a",
"#8bbc21",
"#910000",
"#1aadce",
"#492970",
"#f28f43",
"#77a1e5",
"#c42525",
"#a6c96a"
],
"tooltip": {
"enabled": true,
"useHTML": false,
"valueSuffix": "%"
},
"plotOptions": {
"series": {
"stacking": "",
"dataLabels": {
"enabled": false
},
"marker": {
"enabled": false
},
"connectNulls": false
},
"line": {
"connectNulls": false
}
},
"legend": {
"enabled": true,
"align": "right",
"verticalAlign": "middle",
"layout": "vertical"
},
"exporting": {
"sourceHeight": 1000,
"sourceWidth": 1500
},
"yAxis": {
"labels": {
"format": "{value} %"
},
"0": {
"type": "",
"title": {
"text": "",
"style": {
"color": "#000"
}
},
"labels": {
"style": {
"color": "#000"
}
},
"gridLineColor": "#ccc",
"lineColor": "#ccc",
"minorGridLineColor": "#e0e0e0",
"opposite": false
}
},
"xAxis": [
{
"type": "",
"title": {
"text": "Year",
"style": {
"color": "#000"
}
},
"categories": [
"2010",
"2011",
"2012",
"2013",
"2014",
"2015",
"2016",
"2017",
"2018",
"2019",
"2020",
"2021"
],
"labels": {
"style": {
"color": "#000"
}
},
"gridLineColor": "#ccc",
"lineColor": "#ccc",
"minorGridLineColor": "#e0e0e0",
"opposite": false
}
],
"series": [
{
"name": "EU27",
"data": [
1.97,
2.02,
2.08,
2.1,
2.11,
2.12,
2.12,
2.15,
2.19,
2.22,
2.3,
2.26
],
"visible": true,
"showInLegend": true
}
]
}