Skip to content

es-pe locale has incorrect number format specification #6450

Closed
@andresrcs

Description

@andresrcs

The "es-pe" locale has incorrect number format specification, it should use these values:

decimal: "."
thousands: ","
grouping: [3]
currency: ["S/", ""]

But it uses the Spanish (es) number format with a dollar symbol ($) for currency.

If I use this tickformat in Plotly R

yaxis = list(title = 'Monto (S/)',
             zerolinecolor = '#ffff',
             zerolinewidth = 2,
             gridcolor = 'ffff',
             tickformat = '$,.0f',
             hoverformat = '$,.0f'),

I get this which is incorrect

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions