krispo / ng2-nvd3

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

How to invoke chart refresh(full refresh), including refresh of options #126

Open Prashanth-Thomas opened 7 years ago

Prashanth-Thomas commented 7 years ago

I tried using this.nvd3.chart.update(). It works fine when only the data needs to be updated. But what if i require the chart to not just update data, but also have a complete refresh as well(options+data series).