From b86cfc32672ed9689b22f8aeaa645c3c45296941 Mon Sep 17 00:00:00 2001 From: hppeng Date: Sun, 16 Jan 2022 05:17:24 -0800 Subject: [PATCH] Extend dps vis a bit to not cut off new mythics --- js/dps_vis.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/dps_vis.js b/js/dps_vis.js index 14536d5..85386b0 100644 --- a/js/dps_vis.js +++ b/js/dps_vis.js @@ -202,7 +202,7 @@ function redraw(data) { dps_getter_func = tmp; prepowder = tmp2; let _bbox = bbox(); - let x = d3.scaleLinear([70, 105], [margin.left, bbox().width - margin.right]); + let x = d3.scaleLinear([70, 110], [margin.left, bbox().width - margin.right]); let y = d3.scaleLinear([0, max_dps_base * 1.1], [bbox().height - margin.bottom, margin.top]); let type_mod = weapon_type_mods.get(current_type);