vega-lite
vega-lite copied to clipboard
fix: align center for image mark if channel2 not defined
close #8687
I think the root cause is it will return channel2 with default 0, and thus put the image at position (value+0)/2, use center align can prevent this issue (and will not affect setting width and height)