fix: [UI] More space in sighting graph for a lot of sightings numbers

pull/6495/head
Jakub Onderka 2020-10-24 17:30:26 +02:00
parent bdf975d584
commit 50b51f5040
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
top: 20,
right: 60,
bottom: 30,
left: 25
left: 40
},
width = 980 - margin.left - margin.right,
height = 300 - margin.top - margin.bottom;