大版本更新推送
This commit is contained in:
@ -572,6 +572,7 @@
|
||||
legendArr.push(StaticChartList[ci].Description);
|
||||
ySeries.push(
|
||||
{
|
||||
// symbol: "none",
|
||||
name: StaticChartList[ci].Description,
|
||||
type: 'line',
|
||||
data: yData[ci],
|
||||
@ -590,7 +591,7 @@
|
||||
},
|
||||
smooth: true,
|
||||
symbol: 'circle',
|
||||
symbolSize: 6,
|
||||
symbolSize: 1,
|
||||
showAllSymbol: true,
|
||||
color: colorArr[ci],
|
||||
}
|
||||
@ -697,7 +698,8 @@
|
||||
// show: true,
|
||||
// position: 'top'
|
||||
//},
|
||||
type: 'value'
|
||||
type: 'value',
|
||||
scale: true
|
||||
},
|
||||
series:ySeries,
|
||||
//series: [
|
||||
|
Reference in New Issue
Block a user