处理gamma calibration 下面的 Energy 、Resolution 、Efficiency 三个功能 ,调整散点的大小
This commit is contained in:
parent
b026200b25
commit
13256cd226
|
@ -324,6 +324,7 @@ export default {
|
||||||
data: scatterPoint.pointlist.map(({ x, y }) => {
|
data: scatterPoint.pointlist.map(({ x, y }) => {
|
||||||
return {
|
return {
|
||||||
value: [x, y],
|
value: [x, y],
|
||||||
|
symbolSize: 5,
|
||||||
itemStyle: {
|
itemStyle: {
|
||||||
color: scatterPoint.color,
|
color: scatterPoint.color,
|
||||||
borderWidth: 0,
|
borderWidth: 0,
|
||||||
|
|
|
@ -286,6 +286,7 @@ export default {
|
||||||
data: scatterPoint.pointlist.map(({ x, y }) => {
|
data: scatterPoint.pointlist.map(({ x, y }) => {
|
||||||
return {
|
return {
|
||||||
value: [x, y],
|
value: [x, y],
|
||||||
|
symbolSize: 5,
|
||||||
itemStyle: {
|
itemStyle: {
|
||||||
color: scatterPoint.color,
|
color: scatterPoint.color,
|
||||||
borderWidth: 0,
|
borderWidth: 0,
|
||||||
|
|
|
@ -285,6 +285,7 @@ export default {
|
||||||
data: scatterPoint.pointlist.map(({ x, y }) => {
|
data: scatterPoint.pointlist.map(({ x, y }) => {
|
||||||
return {
|
return {
|
||||||
value: [x, y],
|
value: [x, y],
|
||||||
|
symbolSize: 5,
|
||||||
itemStyle: {
|
itemStyle: {
|
||||||
color: scatterPoint.color,
|
color: scatterPoint.color,
|
||||||
borderWidth: 0,
|
borderWidth: 0,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user