问题标签 [jqplot-highlighter]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
2 回答
1049 浏览

jqplot - jqplot CategoryAxisRenderer 荧光笔错误的工具提示输出

我正在使用 jqplot 1.0.8 并遇到CategoryAxisRenderer. y 轴显示数值,x 轴显示数值或字符串值。这就是我选择CategoryAxisRenderer. 基本上,除了highlighter. 如果我将鼠标悬停在一个点上,我不会得到 x 轴的值,而是只得到index值的值。

初始化

输出

在此处输入图像描述 在此处输入图像描述

预期成绩

1) 1978, 1

2)卢布尔雅那大学,37

0 投票
1 回答
1666 浏览

javascript - 在 jqplot 饼图工具提示中显示百分比

我将 primefaces 与 jqplot 库一起使用。

在我的饼图中我有扩展器属性,在 javascript 函数中我有这个:

工具提示显示部分值,但不显示部分百分比。

有人知道如何在工具提示中显示百分比值吗?

谢谢。

0 投票
0 回答
439 浏览

javascript - Jqplot如何在鼠标悬停时突出显示图形区域

我在 jqplot 甜甜圈图中有一个自定义 div。我想在鼠标悬停在该 div 上时突出显示图形的特定区域。我们怎么能做到这一点?

我的“custom_legends”类 div 有自定义图例,并希望在悬停这些图例时突出显示相应的图表区域。

下面是我的代码: