
I'm doing a timeseries plot, rendering 4 series on the same plot. These series all correspond to different units (each with its own range for typicall values) so I normalize the values of all series into the range [0, 1] to make the graph easily readable (max values show aligned on the same horizontal line, as well as min values)
Now I'd like to format the labels on the vertical axis to de-normalize tick values, so the user can see the actual data values, but I can't find the way to do this.
¿Any ideas? Thanks in advance and excuse this rather long post.