Jesse Khorasanee

Results 16 comments of Jesse Khorasanee

> So now you handle the call to plot or replot on your own, and you have a complete control on options, resposiveness? Might be a good idea for me...

ahhhhh nope, I need to add that today actually 😅 What's your email? I'd like to DM you a question.

**Edit** I just edited the above snippet so that it now redraws on changes. I copied statnet's idea for it and used [`this.$watch`](https://v1.vuejs.org/guide/computed.html#Computed-Property-vs-watch).

> @Tehsurfer , did you try to remove this watch? Hmmmm, no I didn't modify the library if that's what you mean? Also, having a look, you use `this.$nextTick` don't...

> I mean the watch in the code sample you share here as you wouldn't need to watch data by yourself. Oh yeah, that example updates successfully, check it out...

Yes I think I have an idea why. I wasn't using global DOM names instead of passing in a vue reference to the DOM (We need to do the latter)....