2

I am using ngx-charts in my Angular 8 app. I have display a "Grouped Vertical Bar Chart", this one have a section with a label what i want to translate to spanish; it says "Legend", i want to replace it by "Leyenda", but i dont know how, because the library does not have a particular option to change that text. How i can do it?

Simón Farias
  • 732
  • 2
  • 8
  • 21

1 Answers1

3

referring to this documentation there's a property named legendTitle, you can change this property to achieve your goal.

VahiD
  • 1,014
  • 1
  • 14
  • 30