I am using the "LineWithFocusChart" in the Angular-nvd3 directives. The link to this directive is here
Now I need to change the focus of this chart programmatically rather than using the focus chart below. The answer for this issue is in this stackoverflow question for the case of a simple nvd3 element. But I need to implement the same in the Angular directive of this chart.
I went through the docs and the issues on GitHub but to no avail. Can someone please help?