Created
November 13, 2016 08:19
-
-
Save taylor224/382869eb02debbb9f88c73df44141afe to your computer and use it in GitHub Desktop.
NVD3 Default Multiple Line Chart with Focus Tooltip HTML Code
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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