angularjsangularjs-nvd3-directives

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?


Solution

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