Open Qanpi opened 4 months ago
The docs reads that passing null will sync the y scale across instances by relative % position
null
/* sets the x and y scales to sync by values. null will sync by relative (%) position / scales?: Sync.Scales; // [xScaleKey, null]
However, adjusting the sync-cursor demo to use null does not sync the y scale in any way.
Am I misunderstanding something or is this functionality not supported by default?
The docs reads that passing
null
will sync the y scale across instances by relative % positionHowever, adjusting the sync-cursor demo to use
null
does not sync the y scale in any way.Am I misunderstanding something or is this functionality not supported by default?