| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <!-- | 2 <!-- |
| 3 Copyright 2014 The Chromium Authors. All rights reserved. | 3 Copyright 2014 The Chromium Authors. All rights reserved. |
| 4 Use of this source code is governed by a BSD-style license that can be | 4 Use of this source code is governed by a BSD-style license that can be |
| 5 found in the LICENSE file. | 5 found in the LICENSE file. |
| 6 --> | 6 --> |
| 7 <html> | 7 <html> |
| 8 <head> | 8 <head> |
| 9 <script> | 9 <script> |
| 10 function rnd(max) { | 10 function rnd(max) { |
| (...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 148 } | 148 } |
| 149 </script> | 149 </script> |
| 150 </head> | 150 </head> |
| 151 <body style='white-space: pre; font-family: monospace;'> | 151 <body style='white-space: pre; font-family: monospace;'> |
| 152 This script generates sample data for use in D3SymbolTreeMap, and can be used | 152 This script generates sample data for use in D3SymbolTreeMap, and can be used |
| 153 for testing. | 153 for testing. |
| 154 <input type=button onclick='gen();' value='Generate data'></input> | 154 <input type=button onclick='gen();' value='Generate data'></input> |
| 155 <div id='linkcontainer'></div> | 155 <div id='linkcontainer'></div> |
| 156 </body> | 156 </body> |
| 157 </html> | 157 </html> |
| OLD | NEW |