Prevents cost information from appearing in the tooltip header (#45)
* Prevents cost information from appearing in the tooltip header * Variable rename * Uses new tooltip title property to give vertex tooltips their heading
This commit is contained in:
Родитель
cba8fc2ff1
Коммит
0bcaf3c004
|
@ -118,7 +118,7 @@ azdataGraph.prototype.getStyledTooltipForCell = function (cell) {
|
|||
|
||||
// tooltip heading for vertices only
|
||||
if (!cell.edge) {
|
||||
tooltip += `<div style=\"${centerText}\"><span style=\"${boldText}\">${cell.value.label}</span></div>`;
|
||||
tooltip += `<div style=\"${centerText}\"><span style=\"${boldText}\">${cell.value.tooltipTitle}</span></div>`;
|
||||
if(cell.value.description){
|
||||
tooltip += `<div style=\"${headerBottomMargin} ${headerTopMargin}\"><span>${cell.value.description}</span></div>`;
|
||||
}
|
||||
|
|
Различия файлов скрыты, потому что одна или несколько строк слишком длинны
Загрузка…
Ссылка в новой задаче