|
|
@ -356,7 +356,7 @@ export default {
|
|
|
|
type: "line",
|
|
|
|
type: "line",
|
|
|
|
data: data,
|
|
|
|
data: data,
|
|
|
|
width: optionsSetup.lineWidth,
|
|
|
|
width: optionsSetup.lineWidth,
|
|
|
|
symbol: 'circle',
|
|
|
|
symbol: optionsSetup.symbol,
|
|
|
|
showSymbol: optionsSetup.markPoint,
|
|
|
|
showSymbol: optionsSetup.markPoint,
|
|
|
|
symbolSize: optionsSetup.pointSize,
|
|
|
|
symbolSize: optionsSetup.pointSize,
|
|
|
|
smooth: optionsSetup.smoothCurve,
|
|
|
|
smooth: optionsSetup.smoothCurve,
|
|
|
@ -443,7 +443,7 @@ export default {
|
|
|
|
type: "line",
|
|
|
|
type: "line",
|
|
|
|
data: val.series[i].data,
|
|
|
|
data: val.series[i].data,
|
|
|
|
width: optionsSetup.lineWidth,
|
|
|
|
width: optionsSetup.lineWidth,
|
|
|
|
symbol: 'circle',
|
|
|
|
symbol: optionsSetup.symbol,
|
|
|
|
showSymbol: optionsSetup.markPoint,
|
|
|
|
showSymbol: optionsSetup.markPoint,
|
|
|
|
symbolSize: optionsSetup.pointSize,
|
|
|
|
symbolSize: optionsSetup.pointSize,
|
|
|
|
symbolColor: arrColor[i],
|
|
|
|
symbolColor: arrColor[i],
|
|
|
|