Saigesp / vue-d3-charts

D3 charts for Vue
https://saigesp.github.io/vue-d3-charts/
GNU Lesser General Public License v2.1
97 stars 30 forks source link

Line chart lines update does not include new data points #9

Closed RichardJong closed 4 years ago

RichardJong commented 4 years ago

When adding data, points are added to the chart but the lines (paths) are not extended to the new points.

Saigesp commented 4 years ago

Thanks for reporting! It's now fixed with PR #10 , please update to version 0.2.7

Saigesp commented 4 years ago

@RichardJong there's now an example on line chart's documentation page

RichardJong commented 4 years ago

Awesome, thanks for the quick fix!