Questions tagged [jqplot-highlighter]

13 questions
11
votes
4 answers

jqplot format tooltip values

I want to have a tooltip hover highlight thingy in jqplot. The problem is that I want it to give more detail then on the axes. So the formatter should be different. I can't get it to display the seconds to: There's a JS fidle here! I want the…
Jeroen
  • 1,638
  • 3
  • 23
  • 48
6
votes
2 answers

jqplot show highlighter on only one chart

I have a jqplot chart with two data lines. Only one should have the highlighter enabled. I tried this: series:[ { highlighter: { formatString: "", show: false } }, { highlighter: { …
user1544337
5
votes
6 answers

Custom Tooltip on JQPlot Line Chart

I am trying to get a custom tool tip for the line graph as I want the tool tip to describe the points in greater detail rather than the value of that point. (Image attached further explaining what I am on about) I have given an attempt on how to do…
Joz
  • 81
  • 1
  • 1
  • 5
2
votes
2 answers

jqplot CategoryAxisRenderer highlighter wrong tooltip output

I am using jqplot 1.0.8 and experience problems with the CategoryAxisRenderer. The y-axis displays numeric values and the x-axis displays either numeric values or string values. That is why I chose the CategoryAxisRenderer. Basically, everything is…
Vilius
  • 1,169
  • 5
  • 19
  • 32
2
votes
0 answers

jQplot tooltip on click

I'm using the jqplot's highlighter plugin at http://www.jqplot.com/tests/cursor-highlighter.php. As I am using it on mobile, I would like the tooltip to show on click/touch instead of on hover. Is there a way to do it? I've tried…
2
votes
1 answer

display pointlabel in highlighter jqplot

I've many series of just two points on a graph to simulate a timeline. These points have a pointlabel. I'd like to have the name of that pointlabel in the highlighter. How do I do that? please see my JsFiddle http://jsfiddle.net/NVbjv/8/ I'd tried…
Jeroen
  • 1,638
  • 3
  • 23
  • 48
1
vote
1 answer

Highlighter ( jquery-jqplot) with 3 values (instead of 2)

I'm using the jquery plugin jqplot. I have a tuple with three elements, on the graph the first element of tuple is the xaxis and yaxis is the second element. Highlighter needs to show the x, y and the third element of the tuple. Something…
user688530
  • 11
  • 2
1
vote
0 answers

Jqplot how to highlight graph region on mouseover

I have a custom div in jqplot donut chart. I wanted to highlight particular region of graph on mouse over of that div. How can we do that? My div with class "custom_legends" have custom legends and want to highlight respective chart region on hover…
Nilesh
  • 1,047
  • 1
  • 12
  • 20
1
vote
2 answers

jqPlot Pie Chart Tooltips

Am I right in thinking that the Hightlighter class in jqPlot does not handle tooltips for the PieRenderer? I've spent quite a while trying to get them to work however I can't seem to get it to show the tooltip. If I am right, is there a way to…
mh1
  • 135
  • 1
  • 10
0
votes
1 answer

jqplot_how can I display the value at highlither in dateaxisrenderer?

I wanted to draw two line series on the time axis, like this: line 1 = [2011-01-01, 1], [2011-01-02, 2], [2011-01-03, 3],,,2011.. line 2 = [2012-01-01, 4], [2012-01-02, 5], [2012-01-03, 6],,,2012.. but I knew that dateaxisrenderer needed the same…
kww1023
  • 23
  • 5
0
votes
3 answers

Trouble getting jqplot highlighter going

I have been working with JQPlot for a week or so now and am banging my head against the wall trying to get highlighting working. I am loading the following CSS and .js files... jquery.jqplot.min.css jQueryCombined.css ...a couple others that don't…
0
votes
1 answer

Show percentage in jqplot piechart tooltip

I'm using primefaces with jqplot library. In my piechart i have the extender property and in the javascript function i have this: this.cfg.highlighter = { show:true, tooltipLocation: 'n', tooltipAxes: 'y', useAxesFormatters:…
0
votes
0 answers

jqplot tooltip not working for large number of x axis data labels

I am rendering a bar chart in my code but since I have too many x axis data points, the tooltip doesnt show. Can anyone help here? My code is: plot = $.jqplot(chartID, [xAndyVals], { title: tempKey, seriesDefaults: { pointLabels: {…
Kinnary Jangla
  • 123
  • 1
  • 6