coord
The coord method is used to specify the coordinate transform of a layer.
layer({ coord: clock() }, [chart(seafood).flow(spread('lake', { dir: 'x' })).mark(rect({ h: 'count' })); chart(seafood).flow(spread('lake', { dir: 'x' })).mark(rect({ h: 'count' }));]).render(root, { w: 500, h: 300 });
