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