Open lentyaishe opened 6 years ago
Found the solution myself.
There was an unneeded .duration()
call on the chart
level.
@lentyaishe - if you have any changes to the code base that you think would be good for the community, please consider a PR to this repo that is being updated on npm: https://github.com/pertrai1/angular-nvd3-charts
@pertrai1 - Nope, there was incorrect usage in my code. So everything is fine with the base repo code.
Hi,
The library you provide is really cool!
I've witnessed a bit strange behavior while updating a line chart with colored area. When the data is added the additional vertex is added and the line only draws a new connection to the new vertex but the area is fully redrawn. Is it possible to somehow disable the full redraw of the area and have only the added section be filled with additional area color?
Please, look at the attached animated picture that demonstrates the problem.
Thanks in advance