在flot条形图上显示栏内的值

时间:2011-02-03 21:54:05

标签: javascript jquery graph flot

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

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

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

有办法做到这一点吗?

3 个答案:

答案 0 :(得分:15)

我需要同样的东西,所以我很快就为plugin快速攻击它并快速example它在行动。

答案 1 :(得分:1)

我认为你的答案就在这里:

http://code.google.com/p/flot/issues/detail?id=218

答案 2 :(得分:0)

可以使用插件flot.barlabels

enter image description here