ASE Home Page Products Download Purchase Support About ASE
ChartDirector Support
Forum HomeForum Home   SearchSearch

Message ListMessage List     Post MessagePost Message

  XYChart not hiding tooltips in IE8
Posted by Gert Thomas on Dec-17-2014 14:01
Hi,

I will ask this question here in the hope that somebody has come across this before and
can offer some advice.
I have an XYChart with multiple lines on it. There are checkboxes that can be checked to
hide or show the different lines. The piece of code that does this is similar to this:

obj.style.visibility = "hidden";

This works fine on all browser versions except IE8 with Compatability Mode turned off.

Does anybody know of a way around this problem?

Thanks.

  Re: XYChart not hiding tooltips in IE8
Posted by Peter Kwan on Dec-18-2014 01:12
Hi Gert,

Your line of code, if executed, makes the "obj" invisible. Just by looking at this line, it is not
sure what is the "obj", and whether this line has been executed. Would you mind to clarify
what is "obj" in your code? May be a more complete code would be useful to help me
understand the issue.

Regards
Peter Kwan