在浮动条形图上显示条形内的值

发布于 2024-10-15 23:09:01 字数 390 浏览 2 评论 0原文

我想在 flot 条形图上显示条形内的值,如下所示:

|
|               +----+
|               |    |
|               |    |
|               |    |
|   +----+      | 20 |
|   |    |      |    |
|   | 10 |      |    |
|   |    |      |    |
|---+----+------+----+------

data = [[1, 10], [2, 20]]

有办法做到这一点吗?

I would like to show the value within the bar on the flot bar chart, something like this:

|
|               +----+
|               |    |
|               |    |
|               |    |
|   +----+      | 20 |
|   |    |      |    |
|   | 10 |      |    |
|   |    |      |    |
|---+----+------+----+------

data = [[1, 10], [2, 20]]

Is there a way to do this?

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

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

发布评论

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

评论(3

情愿 2024-10-22 23:09:01

我需要同样的东西,所以我很快就为它编写了一个 插件 和一个快速 实际应用示例

I needed the same thing, so I quickly hacked together a plugin for it and a quick example of it in action.

晌融 2024-10-22 23:09:01

可以使用插件flot.barlabels

在此处输入图像描述

The plugin flot.barlabels can be used:

enter image description here

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