Skip to content

The hjust and vjust doesn't move much #452

@arturcarvalho

Description

@arturcarvalho

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions