-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
bugsomething brokensomething broken

Description
It's not possible to set the separators of thounds and comma when also setting the tickformat or hoverformat.
Settings:
data = [{x:[0],y[2323.45]]
layout={
separators: ',.',
yaxis: {
hoverformat: ',.2r'
}
}
Expected output:
When hover, following number should be printed: "2.323,45".
Example: Codepen
I want to reformat ticks and hover to not show "k" as thounds, but also keep the localized thousand separator and comma.
faizalprbw, asalber and rreitmann
Metadata
Metadata
Assignees
Labels
bugsomething brokensomething broken