GWT&可视化 API - ImageLineGraph 显示选项

发布于 2024-12-08 17:52:57 字数 410 浏览 0 评论 0原文

我通过我的小 GWT 应用程序显示 ImageLineChart,我只想添加一些显示选项,即:

chm=s,000000,0,1,7.5

这只是系列 1 (0) 点编号上的一个小黑色方形节点2(1)。我尝试将上面的字符串附加到我当前的 ImageLineChart url 之一上,嘿,很快,就出现了黑色节点。

在我使用的 GWT 应用程序中:

options.set("chm", "s,000000,0,1,7.5");

由于我找不到设置“chm”的实际方法,所以我尝试了通用的 set() 方法,如上所述。

这似乎不起作用,并在调试中检查 URL,我找不到任何提及我认为已设置的 chm 参数的内容。

谁能看到我哪里出了问题?

提前致谢 托尼

I'm displaying a ImageLineChart via my little GWT application and I just wanted to add some display options, namely:

chm=s,000000,0,1,7.5

Which is just a little black square node on series 1 (0) point number 2(1). I tried appending the above string onto one of my current ImageLineChart url's and hey presto, there appeared the black node.

In the GWT application I used:

options.set("chm", "s,000000,0,1,7.5");

As I couldn't find an actual method for setting "chm", so I tried a general-purpose set() method, as above.

This doesn't seem to be working and checking the URL in debug I can't find any mention of this chm parameter which I thought I'd have set.

Can anyone see where I've gone wrong?

Thanks in advance
Tony

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文