3
votes

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?

1

1 Answers

4
votes

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