0

Tooltip does not work with gauge chart; using the latest version - Ext JS 6.0.1 (classic).

Here is my tooltip configuration:

tooltip: {
    trackMouse: true,
    width: 140,
    height: 28,
    renderer: function(toolTip, record, ctx) {
        toolTip.setHtml(record.get('data1') + '%');
    }
}

You can reach the fiddle from here.

Tarabass
  • 3,132
  • 2
  • 17
  • 35
talha06
  • 6,206
  • 21
  • 92
  • 147

2 Answers2

1

It looks like a bug, that still wasn't fixed. Also from documentation:

Note that tooltips are shown for series markers and won't work if the marker is not configured

But it doesn't work even with markers.

yorlin
  • 440
  • 3
  • 15
0

Try This Select Tool Tip from Property Window

enter image description here

=CStr(Sum(Fields!Fieldname.Value)).

M.A.K. Ripon
  • 2,070
  • 3
  • 29
  • 47