gpt4 book ai didi

javascript - vis.js - 如何运行 getSeed() 方法

转载 作者:行者123 更新时间:2023-11-29 20:46:35 25 4
gpt4 key购买 nike

我正在使用 vis.js 创建一些数据 map 。在文档中它说

"Ideally you try with an undefined seed, reload until you are happy with the layout and use the getSeed() method to ascertain the seed."

However, for the life of me I can't figure out how to "use the getSeed() method".

我假设它是一个函数,但每次我尝试它时我都会被告知

"Uncaught ReferenceError: getSeed is not defined"

谁能告诉我如何运行它。我敢肯定这很明显,但经过一天的搜索后我还是一无所知。

我试过:

getSeed();
vis.getSeed();
var seed = getSeed();

我也把它放在我脚本的不同地方,但没有用。

最佳答案

您引用的那些文档与 Network 类型相关。因此,如果您使用以下内容创建网络:

var network = new vis.Network(container, data, options)

然后您应该可以调用 network.getSeed()

您可以在第 477 行看到定义 here .

关于javascript - vis.js - 如何运行 getSeed() 方法,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54306769/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com