处理gamma calibration 下面的 Energy 、Resolution 、Efficiency 三个功能 ,调整散点的大小

This commit is contained in:
任珮宇 2023-11-08 15:07:43 +08:00
parent b026200b25
commit 13256cd226
3 changed files with 3 additions and 0 deletions

View File

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

View File

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

View File

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