mirror of
https://github.com/xdtianyu/scripts.git
synced 2025-08-08 18:33:46 +08:00
Update speedtest.py
This commit is contained in:
@@ -81,8 +81,8 @@ for test in tests:
|
||||
output_file = open(directory+'/'+name+'.htm', 'w')
|
||||
|
||||
chart_name = "Speed Test"
|
||||
chart = lineWithFocusChart(name=chart_name, width=1024, color_category='category20b', x_is_date=True,
|
||||
x_axis_format="%d %b %Y %H")
|
||||
chart = lineWithFocusChart(name=chart_name, width="1280", height="720", color_category='category20b', x_is_date=True,
|
||||
x_axis_format="%m-%d %H:%M")
|
||||
|
||||
title = "\n\n<h2>" + chart_name + "</h2> "
|
||||
|
||||
|
Reference in New Issue
Block a user