| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8" /> | |
| </head> | |
| <body> | |
| <h1>Test page for iterating through echarts format options</h1> | |
| <div id="appending_a_log_message_plot" style="width: 800px;height:400px;"></div> | |
| <script src="echarts.min.js"></script> | |
| <script src="test_echarts.js"></script> | |
| </body> | |
| <footer> | |
| </footer> | |
| </html> |