0

我正在网上搜索,但无法获得可以满足我要求的插件。

我进行 AJAX 调用并取回三个数组。比如说:

 Name[0] = "ravi"
 Name[1] = "john"
 Name[2] = "robert"

 Expense[0] = "100$"
 Expense[1] = "50$"
 Expense[2] = "120$"

 Comment[0] = "You are Spending Properly"
 Comment[1] = "You can spend more"
 Comment[2] = " you are spening too much"

现在,Name在 y 轴和 x 轴上,我可以使用许多插件获得条形图。我的问题是当有人悬停在任何条上时,相应的评论应该出现。我能够在工具提示中显示的最大值是名称和费用的组合。是否有任何支持此功能的插件,我可以在其中添加评论作为工具提示。

4

1 回答 1

1

您可以使用 powerTip。您可能需要对 js 进行更改。但这会有所帮助。按照此处提到的步骤操作:jquery powertip

于 2013-01-14T20:28:14.593 回答