We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
Thanks @andresrcs - would you be able to make a PR to update https://github.com/plotly/plotly.js/blob/master/lib/locales/es-pe.js with the correct entries, and ask one other Peruvian to review and approve?
Sorry, something went wrong.
Thanks, I have made the PR #6451 I'll look into getting another Peruvian to review
No branches or pull requests
The "es-pe" locale has incorrect number format specification, it should use these values:
But it uses the Spanish (es) number format with a dollar symbol ($) for currency.
If I use this tickformat in Plotly R
I get this which is incorrect
The text was updated successfully, but these errors were encountered: