融合图表功能
我的图表有一些问题,我没有找到有关
的文档
我有一个 3d 饼图,当从弹出菜单中选择“查看 2d”选项时,可以将其动画转换为 2d。我可以通过JS代码触发这个动作吗? onlinr 文档仅引用“MSCombi3D.swf”图表类型。我尝试在饼图上应用示例中的代码,但它无法识别: myChart.view2D()
有没有办法控制折线图中数据值的位置? (在线下方或上方)。现在值随机出现在上方和下方
加载时我可以控制条形图中条形移动的速度吗?
i've got a few issues with my charts that i didnt find documentation about
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()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
can i control the speed of bars movement in a bar chart when it loads?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
1 & 2 这是不可能的。
1 & 2 It is not possible.
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.