UCHIC / WEBTSA

A web application for visualizing time series of environmental observations.
BSD 3-Clause "New" or "Revised" License
3 stars 2 forks source link

Axes labels overlapping when zoomed out #81

Open AmberSJones opened 10 years ago

AmberSJones commented 10 years ago

When I zoom out on my browser to 90%, the axes labels redraw and overlap (see below). At 75%, the labels seem good.

image

Maurier commented 10 years ago

I've made changes before to prevent this from happening, but it keeps coming back. Right now the spacing is handled by the d3.js library and there's not much I can do. I will keep investigating and update on the issue if I find something.