Is it possible using plotly in vue to change to custom tickformat with space as a thousands separator?
For example for number 20000
I would like to get 200 000
. However with d3 i cant find a way to apply this formatting.
Here is the codesandbox in which im trying to apply custom fromatting (I’m using wrapper for Vue, which makes things a bit more complicated, but the basic functionality is the same)
Vuetify Playground (barchart) - CodeSandbox
Have you tried separatethousands
?