Skip to content

Commit 04170f4

Browse files
committed
fix: pass the mark option from spec
1 parent 405899a commit 04170f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tracks/spatial-track/spatial-track.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ export function createSpatialTrack(
272272
const viewConfig = {
273273
scale: scale,
274274
color: color,
275-
mark: undefined // 'sphere' // options.spec.mark
275+
mark: options.spec.mark
276276
};
277277
console.log('viewConfig', viewConfig);
278278
const s = chs.load(ipcBuffer.buffer, { center: true, normalize: true });

0 commit comments

Comments
 (0)