vue-plotly
vue-plotly copied to clipboard
How to implement locale ?
hi,
i would like to implement diffrent locale with vue-plotly. what is the best way to do this ?
thanks
I try this, and it's good !
import VuePlotly from '@statnett/vue-plotly'
import Plotly from 'plotly.js'
import plotFR from 'plotly.js/lib/locales/fr'
Plotly.register(plotFR)
Plotly.setPlotConfig({ locale: 'fr' })
Is it the right way ?
Not sure myself to be honest.
???? any answer?
Did it like sylfel said, working.