Skip to content

Thousands separator can't be formatted #461

@arturcarvalho

Description

@arturcarvalho

Hi there,

Probably another Vega related issue. If you prefer, I can not create any more of these Writer related tickets for the moment.

From what I can understand, it's not possible to get rid of the comma thousands separator.

If you try the attached basic.csv and try to format the Year breaks, it stays the same. According to Claude Code, this happens because "Vega's default formatter runs first, adding the thousand-separator". I couldn't find a workaround for this.

FROM basic
VISUALISE
DRAW point MAPPING Year AS x, Users AS y
SCALE x RENAMING * => '{:num %.1f}'
SCALE y RENAMING * => '{:num %.1f}'

Screenshot, should be "2016" instead of "2,016:
" Image
basic.csv

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