-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Scale Y-Axis in TS Plots Dynamically #6
Comments
I'm not too sure I understand. Would the second plot Y-axis be between 2.46 and 2.5? |
Yeah, the Y-axis in the second plot should scale to the min/max of the data in the second plot. In other words, every time you change the time range with one of the selectors (all, 6m, 1m, 1w), the Y-axis should automatically scale to the min/max values in the time range. So if the min/max in the second plot are 2.46/2.5 you would scale to those values. The issue is that the second plot looks flat when in reality there is still some fluctuation going on there |
I'll look into it. The Plotly library is nice but customization can be a pain. |
@Julien-Cousineau we see the scaling of y-axis is a pretty high priority vs other issues so would be great if this could get some focus. |
From plotly:plotly/plotly.js#1876 Possible temporary solution:
|
@Julien-Cousineau Looks good to me |
Could you provide some (coding-) details on how you solved it? Would it be possible to integrate it via event handlers in R? |
The Y-Axis on the time series plots should scale dynamically to the min/max of the values when you change the time period.
Currently we go from
to
The scale needs to change in the second plot or the data isn't readable.
The text was updated successfully, but these errors were encountered: