jQuery UI Widgets › Forums › Gauges and Maps › Gauges › tooltip on barguage
Tagged: angular bargauge, barGauge tooltip, javascript bargauge, jquery bargauge, jqxbargauge
This topic contains 1 reply, has 2 voices, and was last updated by ivailo 8 years, 9 months ago.
i m trying to run demo from tooltip.. but tooltip is still not visible.
https://www.jseditor.io/?key=jqxbargauge-tooltip-property
what am i missing ?
Hi jahnvi25,
You have to set visible: true, cause by default it’s false.
visible: true
tooltip: { classname: "myTooltip", formatFunction: function (value) { return value + ' %'; }, visible: true, format: 'fixedPoint', precision: 4 },
Best Regards, Ivailo Ivanov
jQWidgets Team http://www.jqwidgets.com
You must be logged in to reply to this topic.