gosling.js icon indicating copy to clipboard operation
gosling.js copied to clipboard

Make sure that overlaid tracks are assigned to different view UIDs

Open sehilyi opened this issue 3 years ago • 0 comments

In the following case, the two tracks should have different ids, and this should be handled when processing specs.

{
  alignment: 'overlay', 
  uid: 'custom-id',
  tracks: [
    { /* track with data A */ },
    { /* track with data B */ },
  ],
  ...
}

sehilyi avatar Dec 13 '21 02:12 sehilyi