OLD | NEW |
1 <!-- Copyright (c) 2014 The Chromium Authors. All rights reserved. | 1 <!-- Copyright (c) 2014 The Chromium Authors. All rights reserved. |
2 Use of this source code is governed by a BSD-style license that can be | 2 Use of this source code is governed by a BSD-style license that can be |
3 found in the LICENSE file. --> | 3 found in the LICENSE file. --> |
4 <!doctype html> | 4 <!doctype html> |
5 <html> | 5 <html> |
6 <head> | 6 <head> |
7 <title>{{ tree }} Tree Status</title> | 7 <title>{{ tree }} Tree Status</title> |
8 <link href='//fonts.googleapis.com/css?family=RobotoDraft:regular,bold,itali
c,thin,light,bolditalic,black,medium&lang=en' rel='stylesheet' type='text/css'> | 8 <link href='//fonts.googleapis.com/css?family=RobotoDraft:regular,bold,itali
c,thin,light,bolditalic,black,medium&lang=en' rel='stylesheet' type='text/css'> |
9 <script type='text/javascript' src='//www.google.com/jsapi'></script> | 9 <script type='text/javascript' src='//www.google.com/jsapi'></script> |
10 <script> | 10 <script> |
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
108 isHtml: true, | 108 isHtml: true, |
109 trigger: 'selection' | 109 trigger: 'selection' |
110 }, | 110 }, |
111 }; | 111 }; |
112 | 112 |
113 chart.draw(dataTable, options); | 113 chart.draw(dataTable, options); |
114 } | 114 } |
115 </script> | 115 </script> |
116 </body> | 116 </body> |
117 </html> | 117 </html> |
OLD | NEW |