启用或禁用 WebGl
Enable or Disable WebGl
我想知道我们是否可以在 LightningChart JS 中手动启用或禁用 WebGL。问题是因为我不知道图书馆是否真的在使用 WebGL 打印系列。
谢谢。
无法在 LightningChart JS 库本身中禁用 WebGL。它需要 WebGL 才能正常工作。
可以使用 --disable-3d-apis
命令行开关从 Chrome 禁用 WebGL。 (source)
使用该开关启动 chrome 时,请确保关闭所有其他 chrome 实例,否则命令行开关将不会生效。
要在 Firefox 中禁用 WebGL,请打开 about:config
页面并搜索 webgl.disabled
并将该标志设置为 true
。
当禁用 3D api 时,LightningChart JS 将无法呈现并抛出错误。
我想知道我们是否可以在 LightningChart JS 中手动启用或禁用 WebGL。问题是因为我不知道图书馆是否真的在使用 WebGL 打印系列。
谢谢。
无法在 LightningChart JS 库本身中禁用 WebGL。它需要 WebGL 才能正常工作。
可以使用 --disable-3d-apis
命令行开关从 Chrome 禁用 WebGL。 (source)
使用该开关启动 chrome 时,请确保关闭所有其他 chrome 实例,否则命令行开关将不会生效。
要在 Firefox 中禁用 WebGL,请打开 about:config
页面并搜索 webgl.disabled
并将该标志设置为 true
。
当禁用 3D api 时,LightningChart JS 将无法呈现并抛出错误。