对于 Flex ColumnChart,有没有办法使数据提示在列上居中

发布于 2024-07-25 23:21:19 字数 427 浏览 7 评论 0原文

我将 Flex ColumnChart 与自定义 dataTipRenderer 结合使用。 我可以使用 dataTipRenderer 应用漂亮的皮肤,但不确定如何将数据提示移动到中心。

有没有办法让图表将数据提示集中在列上,而不是图表正常的右上角对齐?

而不是:

      |tip text|
    +++
    +++
    +++
    +++
    +++
    +++
    +++
    +++

我想要:

| tip text |
    +++
    +++
    +++
    +++
    +++
    +++
    +++
    +++

任何涉及 HitData 等的想法都将受到欢迎。

I'm using a Flex ColumnChart with a custom dataTipRenderer. I'm able to apply a nice skin with the dataTipRenderer, but am not sure how to move the datatip to be centered.

Is there a way to have the chart center the data tips over the column instead of the normal top-right alignment the chart does?

Instead of:

      |tip text|
    +++
    +++
    +++
    +++
    +++
    +++
    +++
    +++

I want:

| tip text |
    +++
    +++
    +++
    +++
    +++
    +++
    +++
    +++

Any ideas involving HitData, etc, would be welcome.

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

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

发布评论

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

评论(1

顾忌 2024-08-01 23:21:20

如果你有 dataTipRenderer,你可以在主组件(canvas、hbox 或 vbox)中设置属性 x,如下所示:
x="this.x - (this.width* .5)"

If you have a dataTipRenderer you can set the property x in the main component (canvas, hbox or vbox) like this:
x="this.x - (this.width* .5)"

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