vue-plotly icon indicating copy to clipboard operation
vue-plotly copied to clipboard

How to implement locale ?

Open sylfel opened this issue 7 years ago • 4 comments

hi,

i would like to implement diffrent locale with vue-plotly. what is the best way to do this ?

thanks

sylfel avatar Nov 21 '18 07:11 sylfel

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 ?

sylfel avatar Dec 18 '18 11:12 sylfel

Not sure myself to be honest.

mokkabonna avatar Apr 24 '19 11:04 mokkabonna

???? any answer?

Hamdan85 avatar Aug 10 '19 03:08 Hamdan85

Did it like sylfel said, working.

bigbasspic avatar Apr 21 '20 16:04 bigbasspic