himynameisdave / svelte-frappe-charts

📈 Svelte bindings for frappe-charts.
https://frappe.io/charts
MIT License
308 stars 16 forks source link

Nested charts when trying to update the same chart with another data. #40

Open bardobrado opened 3 years ago

bardobrado commented 3 years ago

I'm being trying to update Chart for the whole day, i have a list of objects, and each one has a specific chart, when i try to load on the first time is ok, but after i change the object, or i load the same again, it get nested, even if I set the dataset erased.

himynameisdave commented 3 years ago

Hi @bardobrado, sorry to hear that you are experiencing this issue!

It would be helpful if you could post a minimal code example so we can get to the bottom of this. It sounds like this could be a Svelte-related issue, however I encourage you to see if anyone has had a similar issue in the frappe-charts project itself.

himynameisdave commented 3 years ago

Curious if #44 is the same issue as you are seeing.