krispo / ng2-nvd3

Angular2 component for nvd3
http://krispo.github.io/ng2-nvd3/
MIT License
328 stars 104 forks source link

Options don't refresh on nvD3.chart.update(); #49

Open drnknmstrr opened 8 years ago

drnknmstrr commented 8 years ago

I have a select and want to change an axis label based on this select. When I use nvD3.chart.update() the data refreshes correctly but the axis label stays the same. Is there another way to do this?

Prashanth-Thomas commented 7 years ago

@drnknmstrr Hello, i have been facing the same issue. Need options to update as well. But doesn't happen. Any solution on how to go about it?