Lines Matching refs:tip
12 var tip = graphGetTooltipForCell.apply(this, arguments);
15 tip += ((tip.length > 0) ? '<br>' : '') + 'id=' + cell.id + '<br>';
21 … tip += 'source=' + parseFloat(geo.sourcePoint.x) + ',' + parseFloat(geo.sourcePoint.y) + '<br>';
26 … tip += 'target=' + parseFloat(geo.targetPoint.x) + ',' + parseFloat(geo.targetPoint.y) + '<br>';
33 tip += 'abspoints(' + state.absolutePoints.length + ')=';
37 … tip += parseFloat(state.absolutePoints[i].x) + ',' + parseFloat(state.absolutePoints[i].y) + ';';
40 tip += '<br>';
44 tip += 'points(' + geo.points.length + ')=';
48 tip += parseFloat(geo.points[i].x) + ',' + parseFloat(geo.points[i].y) + ';';
56 tip += 'x/y=' + parseFloat(geo.x) + ',' + parseFloat(geo.y) + '<br>' +
61 tip += '<br>pos=' + parseFloat(state.x) + ',' + parseFloat(state.y) + '<br>' +
68 …tip += '<br>style=<div style="display:inline-block;vertical-align:bottom;white-space:nowrap;width:…
72 return tip;