Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
JQplot canvas overlay
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
danny pearson  
View profile  
 More options Apr 25 2012, 5:16 am
From: danny pearson <dmjpear...@googlemail.com>
Date: Wed, 25 Apr 2012 02:16:28 -0700 (PDT)
Local: Wed, Apr 25 2012 5:16 am
Subject: JQplot canvas overlay
HI all,
I'm trying to get 3 coloured "zones" to plot an x,y series in front of
green, amber and red rectangles to indicate whether my points are out
of range.
Has anyone any ideas about how to send the canvas overlay behind the
plotted series? Tried setting alpha but canvas overlay still in front
of series. Also tried adding 2 straight line series and filling under
each to get these coloured zones but these are still in front of my
initial series. Tried moving series to front based on series index but
no luck. Is there a hook to call as it brings this series to the front
when it is highlighted on mouse over but i need to call this function
on initialisation. Also tried setting z-index of everything in css but
sends it behind the actual grid.
Any help would be appreciated.
Thanks

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
katya  
View profile  
 More options May 3 2012, 10:46 am
From: katya <buzyo...@gmail.com>
Date: Thu, 3 May 2012 07:46:12 -0700 (PDT)
Local: Thurs, May 3 2012 10:46 am
Subject: Re: JQplot canvas overlay
Maybe this wiil help:

.jqplot.postDrawHooks.push(function(){
    $(".jqplot-overlayCanvas-canvas").css('z-index', '0');//send
overlay canvas to back
    $(".jqplot-series-canvas").css('z-index', '1');//send series
canvas to front

});

and my case on stackoverflow that was solved:

http://stackoverflow.com/questions/10426192/jqplot-how-to-change-opac...

On Apr 25, 12:16 pm, danny pearson <dmjpear...@googlemail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
danny pearson  
View profile  
 More options May 4 2012, 8:51 am
From: danny pearson <dmjpear...@googlemail.com>
Date: Fri, 4 May 2012 05:51:00 -0700 (PDT)
Subject: Re: JQplot canvas overlay
Thanks, i'll check it out.

On May 3, 3:46 pm, katya <buzyo...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »