Saigesp / vue-d3-charts

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

Updating bug : Uncaught TypeError: this.tData[i].values[j] is undefine #21

Open aurma97 opened 4 years ago

aurma97 commented 4 years ago

Hello,

Thanks for your nice plugin, very easy to use.

I'm facing a problem while data are updated, some points are remaining on graph but not on Linear Chart and when i hover the mouse on that i get " Uncaught TypeError: this.tData[i].values[j] is undefined"

Maybe it's updating cycle ? Could you help me please ?

Thanks

Saigesp commented 3 years ago

Hi @aurma97, thanks for the report, and sorry for my late response.

I think it's the same bug as #15. Unfortunately I haven't had any free time for months and I haven't worked on the library. When I have time again I want to simplify many things, and I hope this error will be solved in that refactor.

I'm sorry I can't help you more