You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As far as I can tell, most HiGlass tracks use this valueScale to get positions to draw graphics. However, Gosling uses a scale that is stored in GoslingTrackModel to get positions instead. This is why nothing happens even when you select for the value scale to be locked.
We would have to change Gosling so it uses this.valueScale, or change the scale in GoslingTrackModel whenever there is a change in valueScale so that the track draws using this new axis.
To address: #399
Proposal: Add
linkingId
field to they
channel:Example:
Tracks that share the same linking ID will share the same y-axis
Implementation details:
valueScaleLocks
in the HiGlass config to lock the y-axis together. Here is an example:The text was updated successfully, but these errors were encountered: