Merge branch 'feature-analysis-RLR-renpy' of http://git.hivekion.com:3000/xiaoguangbin/AnalysisSystemForRadionuclide_vue into master-dev
This commit is contained in:
commit
693d7bf839
|
@ -1349,7 +1349,6 @@ export default {
|
|||
this.resetChartOpts()
|
||||
})
|
||||
|
||||
this.BaseCtrls = cloneDeep(this.baseCtrls_Copy)
|
||||
this.replotNeeded = false
|
||||
} else {
|
||||
this.$message.error(message)
|
||||
|
|
|
@ -324,6 +324,7 @@ export default {
|
|||
data: scatterPoint.pointlist.map(({ x, y }) => {
|
||||
return {
|
||||
value: [x, y],
|
||||
symbolSize: 5,
|
||||
itemStyle: {
|
||||
color: scatterPoint.color,
|
||||
borderWidth: 0,
|
||||
|
|
|
@ -286,6 +286,7 @@ export default {
|
|||
data: scatterPoint.pointlist.map(({ x, y }) => {
|
||||
return {
|
||||
value: [x, y],
|
||||
symbolSize: 5,
|
||||
itemStyle: {
|
||||
color: scatterPoint.color,
|
||||
borderWidth: 0,
|
||||
|
|
|
@ -285,6 +285,7 @@ export default {
|
|||
data: scatterPoint.pointlist.map(({ x, y }) => {
|
||||
return {
|
||||
value: [x, y],
|
||||
symbolSize: 5,
|
||||
itemStyle: {
|
||||
color: scatterPoint.color,
|
||||
borderWidth: 0,
|
||||
|
|
Loading…
Reference in New Issue
Block a user