1 <!-- Copyright 2018 the V8 project authors. All rights reserved. 2 Use of this source code is governed by a BSD-style license that can be 3 found in the LICENSE file. --> 4 <template id="global-timeline-template"> 5 <style> 6 #chart { 7 width: 100%; 8 height: 500px; 9 } 10 </style> 11 <div id="container" style="display: none;"> 12 <h2>Timeline</h2> 13 <div id="chart"></div> 14 </div> 15 </template> 16 <script type="text/javascript" src="global-timeline.js"></script>