-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Labels
feature requestA feature you wanted added to reflexA feature you wanted added to reflex
Description
Describe the Features
Add support for configuring Plotly locale in rx.plotly.
-
What is the purpose of the feature?
Allow developers to set chart locale (e.g.zh-CN,de-DE,fr-FR) so that numbers, dates, axis labels, and modebars follow user language and regional formats. -
Show an example / use cases for the new feature.
Per chart:rx.plotly(data=..., layout=..., locale="zh-CN")
Global: mayberx.Config(plotly_locale="zh-CN")
Additional context
reference: https://www.npmjs.com/package/plotly.js-locales
Metadata
Metadata
Assignees
Labels
feature requestA feature you wanted added to reflexA feature you wanted added to reflex