Questions tagged [dygraphs]

The dygraphs tool in JavaScript is great for creating dynamic time series visualizations.

Dygraphs: Utilizing two y-axes in a single series

I'm interested in plotting a single series with two synchronized y-axes that display different units, such as °F and °C temperatures. I want the data to be readable from both axes, but only one set of points should be plotted. Here are some approaches I ...