MojioMS
MojioMS

Reputation: 1693

How to remove/hide focus-part of nvd3 LineWithFocusChart

Im using a LineWithFocusChart in my angular nvd3 webapp like this one. I have a use of hiding/showing the bottom-part of the diagramm dynamically. Is there an option to do so or do I have to replace the LineWithFocusChart with a usual LineChart and vice versa when needed?

Upvotes: 1

Views: 390

Answers (1)

Dyno Fu
Dyno Fu

Reputation: 9044

in the same page you have linked, you can see focusEnable controls the display of the bottom part.

Upvotes: 2

Related Questions