tremorlabs / tremor

React components to build charts and dashboards
https://npm.tremor.so
Apache License 2.0
16.13k stars 463 forks source link

Multi language label for the legend #359

Open alexverdaguer opened 1 year ago

alexverdaguer commented 1 year ago

Hi, is there a way to have the labels for the legend in multiple languages ?

severinlandolt commented 1 year ago

Hey @alexverdaguer I do not fully understand what you mean. Could you post a visual example of what you want to achieve? Thanks! 🙏

alexverdaguer commented 1 year ago

Hi @severinlandolt, my data have some categories in let say english, but iI would like to change the legend depending on the dashboard lang.

Right now the legend is attached to the category using the categories array prop right ?

Is there a way to achieve that ?

Thank you !