Skip to content

Instantly share code, notes, and snippets.

@taylor224
Created November 13, 2016 08:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save taylor224/382869eb02debbb9f88c73df44141afe to your computer and use it in GitHub Desktop.
Save taylor224/382869eb02debbb9f88c73df44141afe to your computer and use it in GitHub Desktop.
NVD3 Default Multiple Line Chart with Focus Tooltip HTML Code
<table>
<thead>
<tr>
<td colspan="3">
<strong class="x-value">2016-12-01</strong>
</td>
</tr>
</thead>
<tbody>
<tr>
<td class="legend-color-guide">
<div style="background-color: rgb(50, 173, 255);">
</div>
</td>
<td class="key">1</td>
<td class="value">51</td>
</tr>
<tr>
<td class="legend-color-guide">
<div style="background-color: rgb(153, 0, 51);"></div>
</td>
<td class="key">2</td>
<td class="value">70</td>
</tr>
<tr>
<td class="legend-color-guide">
<div style="background-color: rgb(79, 128, 255);">
</div>
</td>
<td class="key">3</td>
<td class="value"></td>
</tr>
</tbody>
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment