Skip to content

thousands for config(locale = "nl") #2492

@RianneLam96

Description

@RianneLam96

When using config(locale = "nl") (Dutch) for data with thousands, "k" is used as a separator instead of "." (Dutch default).

plot_ly(data.frame(x = 1:3, y = c(10000, 20000, 30000)), x = ~x, y = ~y, type = "bar") %>% config(locale = "nl")

When I look in plotly-locale-nl.js it seems to be correct (thousands:"."). Is this something that can be fixed?

Thank you.

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