graph.html(`
<div class="DetailsViewer" style="display: inline-block;">
<table class="LabeledComponentTable">
<tbody>
<tr>
<td class="LabeledComponentLabelColumn LabeledComponentLabelColumnViewing">
<div class="LabeledComponentLabel">
<label>allowance:</label>
</div>
</td>
<td class="LabeledComponentMiddleColumn"></td>
<td class="LabeledComponentBody">
<table class="ViewerRow" style="width: 100%;">
<tr>
<td class="FormFieldRowValue">
<div class="URIViewer">
<a href="javascript:void(0)">${c}</a>
</div>
</td>
</tr>
</table>
<div style="height: 0.6em;"></div>
</td>
</tr>
</tbody>
</table>
<table class="LabeledComponentTable">
<tbody>
<tr>
<td class="LabeledComponentLabelColumn LabeledComponentLabelColumnViewing">
<div class="LabeledComponentLabel">
<label>source:</label>
</div>
</td>
<td class="LabeledComponentMiddleColumn"></td>
<td class="LabeledComponentBody">
<table class="ViewerRow" style="width: 100%;">
<tr>
<td class="FormFieldRowValue">
<div class="URIViewer">
<a href="javascript:void(0)">${a}</a>
</div>
</td>
</tr>
</table>
<div style="height: 0.6em;"></div>
</td>
</tr>
</tbody>
</table>
</div>`);