diff options
Diffstat (limited to 'scripts/lib')
| -rw-r--r-- | scripts/lib/build_perf/html/measurement_chart.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/lib/build_perf/html/measurement_chart.html b/scripts/lib/build_perf/html/measurement_chart.html index 5e4f4be336..86435273cf 100644 --- a/scripts/lib/build_perf/html/measurement_chart.html +++ b/scripts/lib/build_perf/html/measurement_chart.html | |||
| @@ -40,7 +40,7 @@ | |||
| 40 | trigger: 'axis', | 40 | trigger: 'axis', |
| 41 | enterable: true, | 41 | enterable: true, |
| 42 | position: function (point, params, dom, rect, size) { | 42 | position: function (point, params, dom, rect, size) { |
| 43 | return [point[0]+20, '10%']; | 43 | return [point[0], '0%']; |
| 44 | }, | 44 | }, |
| 45 | formatter: function (param) { | 45 | formatter: function (param) { |
| 46 | const value = param[0].value[1] | 46 | const value = param[0].value[1] |
| @@ -93,7 +93,7 @@ | |||
| 93 | trigger: 'axis', | 93 | trigger: 'axis', |
| 94 | enterable: true, | 94 | enterable: true, |
| 95 | position: function (point, params, dom, rect, size) { | 95 | position: function (point, params, dom, rect, size) { |
| 96 | return [point[0]+20, '10%']; | 96 | return [point[0], '0%']; |
| 97 | }, | 97 | }, |
| 98 | formatter: function (param) { | 98 | formatter: function (param) { |
| 99 | const value = param[0].value | 99 | const value = param[0].value |
