提交 0e78b709 作者: 宇宙超人

15天天气预报样式

上级 258ed913
...@@ -62,7 +62,7 @@ onLoad(async () => { ...@@ -62,7 +62,7 @@ onLoad(async () => {
} }
}, },
grid: { grid: {
top: '10%', top: '5%',
bottom: '10%', bottom: '10%',
left: '0', left: '0',
right: '3%', right: '3%',
...@@ -99,7 +99,7 @@ onLoad(async () => { ...@@ -99,7 +99,7 @@ onLoad(async () => {
type: 'scatter', type: 'scatter',
data: _7DayForecastData.map((item, index) => { data: _7DayForecastData.map((item, index) => {
return { return {
value: [index, Number(_7DayForecastMaxTemValue) + 10.5], value: [index, Number(_7DayForecastMaxTemValue) + 13],
symbolSize: 0, symbolSize: 0,
label: { label: {
show: true, show: true,
...@@ -118,12 +118,29 @@ onLoad(async () => { ...@@ -118,12 +118,29 @@ onLoad(async () => {
type: 'scatter', type: 'scatter',
data: _7DayForecastData.map((item, index) => { data: _7DayForecastData.map((item, index) => {
return { return {
value: [index, Number(_7DayForecastMaxTemValue) + 6], value: [index, Number(_7DayForecastMaxTemValue) + 10],
symbolSize: 0, symbolSize: 0,
label: { label: {
show: true, show: true,
position: 'top', position: 'top',
formatter: `${item.value}\n${item.textDay}\n`, formatter: `${item.value}`,
fontSize: 12,
color: '#666666',
},
}
}),
},
{
name: '日期标签',
type: 'scatter',
data: _7DayForecastData.map((item, index) => {
return {
value: [index, Number(_7DayForecastMaxTemValue) + 7],
symbolSize: 0,
label: {
show: true,
position: 'top',
formatter: `${item.textDay}`,
fontSize: 12, fontSize: 12,
color: '#666666', color: '#666666',
}, },
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论