Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1192
Flickering issue on ToolTip mouse hover in LinearGauge Chart
posted

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)

});

Parents
No Data
Reply
  • 25665
    Offline posted

    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.

    igLinearGauge_Tooltip.zip
Children