feat:新功能
1 panel图表鼠标经过时,曲线与竖线相交处显示圆点(panel列表,全屏,新增图表界面的预览)
This commit is contained in:
@@ -761,8 +761,10 @@ export default {
|
||||
const seriesItem = {
|
||||
theData: {
|
||||
name: '',
|
||||
symbol:'none', //去掉点
|
||||
symbol:'emptyCircle', //去掉点
|
||||
symbolSize:[2,2],
|
||||
smooth:true, //曲线变平滑
|
||||
showSymbol:false,
|
||||
data: [],
|
||||
type:chartInfo.type,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user