我创建了一个散点图,其中包含以下数据:
"main": "./index.js", // source code entry (this is what consumer requires, at which point their build will trace deps to react etc)
"peerDependencies": {
"react": "*",
"mobx-react": "*" // or required min versions
}
影响x轴,概率y轴和ref作为数据标签。我在REF列上使用“来自单元格的值”命令格式化数据标签(突出显示所有数据,包括空白单元格)。如果重要的话,该表中的所有数据都是来自其他表的查找。
问题是:当我使用新值更新表格时,数据点会自动添加到图表中,但标签显示为空白,如图所示。
有没有办法让标签自动更新?如果解决方案是VBA解决方案,请尽可能详细,因为我不熟悉它