Hi there,
I can't move the text with vjust or hjust that much. You can try the ggsql below with the attached csv. I'm trying to move the text away from the circles.
basic.csv
FROM basic
VISUALISE
DRAW point MAPPING Year AS x, Users AS y, NewUsers AS size SETTING linewidth => 3.5, size => 7.5
DRAW line MAPPING Year AS x, Users AS y SETTING linewidth => 2
DRAW text MAPPING Year AS x, Users AS y, NewUsers AS label SETTING vjust => 50
Is there any way to see the vega lite config on the playground? It's a bit of a pain to convert it to vega, so we can weed out if the bugs are a problem with vega or ggsql.
Hi there,
I can't move the text with vjust or hjust that much. You can try the ggsql below with the attached csv. I'm trying to move the text away from the circles.
basic.csv
Is there any way to see the vega lite config on the playground? It's a bit of a pain to convert it to vega, so we can weed out if the bugs are a problem with vega or ggsql.