https://help.fanruan.com/finereport/doc-view-4372.html 这是论坛里找到的一个方法,js有点看不懂 目前我是两个系列,一个真正用到的,一个辅助系列用作阴影的 如何只让那个真正用到的标签值显示在最外面啊 function sumLabel(){ const point = this; const points = point.points; const validPoints = points.filter( (point) => point.isVisible() ); value += validPoints[1].value; return value.toFixed(2); } 改的js没有效果, |