diff --git a/locust/static/chart.js b/locust/static/chart.js index 9e3cfa13f5..78718e97e9 100644 --- a/locust/static/chart.js +++ b/locust/static/chart.js @@ -97,7 +97,12 @@ feature: { saveAsImage: { name: this.title.replace(/\s+/g, '_').toLowerCase() + '_' + Date.parse(new Date()) / 1000, - title: "Download as PNG" + title: "Download as PNG", + emphasis: { + iconStyle: { + textPosition: "left" + } + } } } }