dz的Open Flash Chart 2禁用动画问题(Rails)

发布于 2024-08-01 17:27:18 字数 232 浏览 5 评论 0原文

如何禁用 OFC2 中的启动动画? 自从我开始使用 dz 版本以来,默认情况下显示动画,这很糟糕。

这些都不起作用:

graph.animate=false

graph.on_show=false

此外,dz 的构建对工具提示悬停支持的实现很差 - 即使光标位于另一个 Flash 对象上,工具提示也会继续悬停。

有人克服了这些问题吗?

How to disable the startup animation in OFC2? Since I started using the dz build, the on-show animation is on by default, which sucks quite a lot.

Neither of these work:

graph.animate=false

graph.on_show=false

Also, dz's build implements the tooltip hover support poorly - the tooltip continues to hover even when the cursor is on another flash object.

Has anyone overcome these problems?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

岁月蹉跎了容颜 2024-08-08 17:27:19

在这里找到答案:http://ofc2dz.com/OFC2/downloads/ReleaseNotes-Ichor .html

基本上只需添加 {"on-show":{"type":""}

示例:(JSON 片段)
....
元素":[{"on-show":{"type":""},
…………

Found the answer here: http://ofc2dz.com/OFC2/downloads/ReleaseNotes-Ichor.html

Basically just add {"on-show":{"type":""}

Example: (snippet of JSON)
....
elements":[{"on-show":{"type":""},
.......

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文