Flex:- 在弹出窗口中绘制饼图

发布于 2024-09-06 19:48:56 字数 111 浏览 2 评论 0原文

我画了一个饼图,我希望当我在这个饼图上滚动鼠标时, 将打开一个弹出窗口,并在此弹出窗口中绘制相同的饼图。(仅饼图
此弹出窗口中的图表已放大)。直接进行任何输入。

提前致谢。

I have drawn a pie chart,I want that when I roll over my mouse on this pie chart,
a popup window opens and the same pie chart is drawn in this popup window.(Only the pie
chart in this popup window is magnified).Take any input directly.

Thanks in advance.

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

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

发布评论

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

评论(1

阳光下慵懒的猫 2024-09-13 19:48:56

创建第二个应用程序,它只是饼图的包装。尺寸要大一些。在您的第一个应用程序(主浏览器)中,使用 ExternalInterface 类在打开包含第二​​个应用程序的弹出窗口的页面上调用 Javascript,您将传递与第一个饼图相同的 dataProvider。冲洗并重复后续弹出窗口。您甚至可以使用相同的弹出窗口并传递不同的数据。

Make a second application which is just a wrapper for your pie chart. Size it larger. In your first app (main browser) use ExternalInterface class to call Javascript on the page that opens a popup window containing the 2nd app, which you pass the same dataProvider that you used for the first pie chart. Rinse and repeat for subsequent popups. You can even use the same popup window and pass different data.

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