Gridlines and axis labels make charts easier to understand. They give the lines a clear scale. Unless you tell it otherwise, dygraphs will choose a y-axis and set of gridlines which include all of your data.

If you have many series with different scales, this will compress the variation in all but the largest one. Standard ways to deal with this include secondary y-axes and log scales.

If neither of these is to your liking, you can manually rescale your series and undo that scaling for the hover values. This demo shows how to do it.

parabola
line
another line
sine wave
0
200
400
600
800
1000
1200
1400
1600
1800
2000
2200
2400
2600
01Oct
08Oct
15Oct
22Oct
29Oct
Four series on different scales
Date
Count

Hover over to see the original values. This is what the data looks like without any rescaling:

parabola
line
another line
sine wave
0
200000
400000
600000
800000
1.00e+6
1.20e+6
1.40e+6
1.60e+6
1.80e+6
2.00e+6
2.20e+6
2.40e+6
2.60e+6
01Oct
08Oct
15Oct
22Oct
29Oct
Four series on the same scale
Date
Count