融合图表功能

发布于 2024-08-15 08:18:34 字数 298 浏览 10 评论 0原文

我的图表有一些问题,我没有找到有关

的文档

  1. 我有一个 3d 饼图,当从弹出菜单中选择“查看 2d”选项时,可以将其动画转换为 2d。我可以通过JS代码触发这个动作吗? onlinr 文档仅引用“MSCombi3D.swf”图表类型。我尝试在饼图上应用示例中的代码,但它无法识别: myChart.view2D()

  2. 有没有办法控制折线图中数据值的位置? (在线下方或上方)。现在值随机出现在上方和下方

  3. 加载时我可以控制条形图中条形移动的速度吗?

i've got a few issues with my charts that i didnt find documentation about

  1. I have a 3d pie chart that can be transformed in animation to 2d, when picking "view 2d" option from the pop-up menu. can I trigger this action through JS code?
    the onlinr documentation only refers "MSCombi3D.swf" chart type. I tryed applying the code in the example on my pie chart but it doesnt recognize : myChart.view2D()

  2. Is there a way to control the location of the data values, in a line chart? (below or above the line).now the values appear above and below randomly

  3. can i control the speed of bars movement in a bar chart when it loads?

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

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

发布评论

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

评论(2

北凤男飞 2024-08-22 08:18:34

1 & 2 这是不可能的。

  1. 您需要使用带有“_xScale”属性的动画样式根据需要设置持续时间属性来控制速度。 (请参阅:http://www.fusioncharts.com/docs/Contents/样式/Animation.html

1 & 2 It is not possible.

  1. You would need to use Animation Styles with "_xScale" property & set the duration attribute as you desire to control the speed. (refer to: http://www.fusioncharts.com/docs/Contents/Styles/Animation.html )
远山浅 2024-08-22 08:18:34

1)当然可以。使用 JQuery 框架,您基本上可以用 JS 做任何您想做的事情,包括更改图表类型。还检查基于 JS 的 FS,以便更轻松地集成。

2)我几乎可以肯定你不能。这类问题更适合直接找FS支持。如果有办法他们会知道。

1) Of course you can. Using JQuery Framework you can do basically anything you want with JS, including changing your chart type. Check JS-based FS also to make an easier integration.

2) I'm almost sure you can't. This kind of questions are better suited for FS support directly. If there is a way they'd know.

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