This is a migrated thread and some comments may be shown as answers.

Chart Tooltip in FireFox 3.6

2 Answers 76 Views
Charts
This is a migrated thread and some comments may be shown as answers.
Nick
Top achievements
Rank 1
Nick asked on 13 Jun 2012, 03:08 PM
In one of our charts we placed a break tag in the tooltip to create a new line but it is not rendering in Firefox 3.6.  The line break renders correctly on all other browsers (and more recent version of FireFox) but not on FireFox 3.6 (see attached image).

Here is the code for the series with the tooltip:
series.push({
type: 'column',
// Specify then name of the property in each data row that
// contains the expiring lease count
field: 'expiring0',
name: property + ' Expiring', 
stack: true,                            
tooltip: {
visible: true,
template: '<strong>' + property + ' - ' + '#= category # </strong></br>Limit: #= dataItem.limit0 # </br>Expiring: #= dataItem.expiring0 #',//</br>Notes: #= dataItem.notes0 #',
font: '11px Trebuchet MS'
}
});

Is there anyway to make this work in FireFox 3.6?

2 Answers, 1 is accepted

Sort by
0
Accepted
Dimo
Telerik team
answered on 13 Jun 2012, 03:38 PM
Hi Nick,

As far as I can see, the <br /> tags are misspelled in the provided code snippet.

On a side note, please bear in mind that Firefox 3.6 is no longer among the supported browsers, as its support in the Firefox ESR programme has been discontinued.

All the best,
Dimo
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Nick
Top achievements
Rank 1
answered on 13 Jun 2012, 04:06 PM
Should have seen that!  Wow... sorry.  Thanks for pointing it out.
Tags
Charts
Asked by
Nick
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Nick
Top achievements
Rank 1
Share this question
or