Ero
Results
1
comments of
Ero
Had the same issue. I was able to set the button text in the drilldown event like this: ``` onDrilldown($event) { $event.context.options.lang.drillUpText = '< Back to years'; } ```