pratik227/quasar-echarts

Flickering when charting reactive data from vuex

Closed this issue · 1 comments

Hello and thank you in advance for your time. Has anyone else noticed flickering when charting data that comes from a vuex store? I have a simple donut chart that renders perfectly with static data but as soon as I connect the data to vuex the donut will flicker as it is rendering. I have tried Object.freeze() on the vuex data to prevent reactivity but it still does not stop the flickering.

Nevermind, believe it or not it had nothing to do with reactivity. My test data (hard-coded) was plotting balanced data in the donut, but the db data that came from Vuex was all one-sided plotting 0 against another number so the donuts were 100% one series. In this case echarts flickers, not sure if anyone was aware. I'm sorry for posting this here, it is an echarts issue, I'll file it with them.