Hi,
I am facing Flickering issue on mouse hover of ToolTip in LinearGauge Chart in IgniteUI.
$('#' + igniteGraphModel.graphDivId).igLinearGauge({ height: "50px", width: "100%", minimumValue: igniteGraphModel.data.MinimumValue, maximumValue: igniteGraphModel.data.MaximumValue, needleName: igniteGraphModel.data.ToolTipValue, value: igniteGraphModel.data.Value, minorTickEndExtent: 0, minorTickStartExtent: 0, interval: 6, labelExtent: -0.5, tickBrush: "white", tickStrokeThickness: 3, showToolTip: true, needleToolTipTemplate: "<div class='ui-lineargauge-needle-tooltip'>Current Percentage: ${item.name}</div>", showToolTipTimeout: 500, needleBrush: 'blue', needleBreadth: 4, ranges: GetRangesArray(igniteGraphModel.data.Ranges)
});
Hello,
Thank you for contacting Infragistics!
I have created a sample to attempt to reproduce this behavior. With version v14.2.20142.2140 I have been able to reproduce this behavior. I am attaching my sample for you to run. Please let me know what you see when you run the sample. Note I removed the JavaScript and CSS files to attach to the forums.
What version are you using?What browsers do you see this issue in?Do you have an isolated sample that reproduces this behavior?
Please let me know if you have any further questions concerning this matter.
Mike,
I've run across this same issue. I believe the issue is in the SL XamTile. I've been able to isolate it and reproduce it in a SL solution.
Here is a link to the post...
http://es.infragistics.com/community/forums/p/106311/501363.aspx#501363
In short, I noticed the flickering only occurs when tooltip is presented and then the mouse moved while the Ignite Datachart is hosted on a XamTile control.
I've attached my project in the original post as well as to this one.
Thanks for any help or workaround you can give us.
Scott