feat:新功能

1 panel图表鼠标经过时,曲线与竖线相交处显示圆点(panel列表,全屏,新增图表界面的预览)
This commit is contained in:
hyx
2020-04-29 17:59:25 +08:00
parent e0b70cdabc
commit 579904f7c9
3 changed files with 12 additions and 4 deletions

View File

@@ -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,
},

View File

@@ -418,8 +418,10 @@
const seriesItem = {
theData: {
name: '',
symbol:'none', //去掉点
symbol:'emptyCircle', //去掉点
symbolSize:[2,2],
smooth:true, //曲线变平滑
showSymbol:false,
data: [],
type:chartItem.type,
},
@@ -1108,8 +1110,10 @@
const seriesItem = {
theData: {
name: '',
symbol:'none', //去掉点
symbol:'emptyCircle', //去掉点
symbolSize:[2,2],
smooth:true, //曲线变平滑
showSymbol:false,
data: [],
type:this.chart.type,
//visible: true,

View File

@@ -1518,8 +1518,10 @@
const seriesItem = {
theData: {
name: '',
symbol:'none', //去掉点
symbol:'emptyCircle', //去掉点
symbolSize:[2,2],
smooth:true, //曲线变平滑
showSymbol:false,
data: [],
type:this.data.type,
//visible: true,