{
"chart": {
"type": "column",
"zoomType": "x",
"time": {
"timezoneOffset": 60
},
"height": 620,
"events": {}
},
"colors": [
"#BD1315",
"#06bea8",
"#BD1315",
"#06bea8"
],
"title": {
"text": "Example of chart"
},
"xAxis": {
"title": {
"text": null
},
"labels": {
"style": {
"fontSize": "10px"
}
}
},
"yAxis": {
"min": 0,
"max": 97.69,
"title": {
"text": ""
},
"plotLines": [
{
"color": "black",
"dashStyle": "solid",
"width": 2,
"zIndex": 9,
"label": {}
},
{
"color": "black",
"dashStyle": "solid",
"width": 2,
"zIndex": 9,
"label": {}
}
],
"startOnTick": false
},
"tooltip": {
"enabled": true
},
"plotOptions": {
"bar": {
"dataLabels": {
"enabled": true
},
"animation": false,
"events": {}
},
"column": {
"dataLabels": {
"enabled": true,
"allowOverlap": true,
"padding": 0,
"inside": true,
"useHTML": true
},
"animation": false,
"events": {}
}
},
"legend": {
"enabled": true,
"layout": "horizontal"
},
"credits": {
"enabled": false
},
"series": [
{
"name": "1. Concentration of CO2 in BA (%)",
"data": [
97.69
],
"labels": [],
"regression": false,
"regressionSettings": {
"type": "loess",
"extrapolate": 0,
"loessSmooth": 50,
"linetype": "spline",
"dashStyle": "shortdot",
"color": "#7cb5ec",
"lineWidth": 2
},
"visible": true
},
{
"name": "2. BA_pH (N/A)",
"data": [
6.89
],
"labels": [],
"regression": false,
"regressionSettings": {
"type": "loess",
"extrapolate": 0,
"loessSmooth": 50,
"linetype": "spline",
"dashStyle": "shortdot",
"color": "#434348",
"lineWidth": 2
},
"visible": true
},
{
"name": "3. BCN_AgitatorSpeed (rpm)",
"data": [
40
],
"labels": [],
"regression": false,
"regressionSettings": {
"type": "loess",
"extrapolate": 0,
"loessSmooth": 50,
"linetype": "spline",
"dashStyle": "shortdot",
"color": "#90ed7d",
"lineWidth": 2
},
"visible": true
},
{
"name": "4. BCN_O2_Concentration (%)",
"data": [
7.5
],
"labels": [],
"regression": false,
"regressionSettings": {
"type": "loess",
"extrapolate": 0,
"loessSmooth": 50,
"linetype": "spline",
"dashStyle": "shortdot",
"color": "#f7a35c",
"lineWidth": 2
},
"visible": true
}
]
}