
let max = 42,
min = 30,
temp = 36,
tempColor = 'lime';
option = {
grid: {
right: '71%',
left: '25%',
},
title: {
bottom: 'bottom',
left: 'center',
textStyle: {
fontSize: 14 },
},
xAxis: [
{
type: 'category',
show: false,
axisTick: {
alignWithLabel: true,
},
axisLine: {
onZero: false,
},
},
],
yAxis: [
{
type: