Skip to content

Instantly share code, notes, and snippets.

@Crenshinibon
Created March 3, 2016 18:41
Show Gist options
  • Save Crenshinibon/dfae0360b7200d0c0ff8 to your computer and use it in GitHub Desktop.
Save Crenshinibon/dfae0360b7200d0c0ff8 to your computer and use it in GitHub Desktop.
<template name="perfMeasure">
<div class='measure-container'>
<div class='graph-title'>
<p>{{measureId}}</p>
</div>
<div class='graph-container' >
<svg id={{measureId}} style="width:100%; height:100%">
</svg>
</div>
</div>
</template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment