Hexastack / eazychart

EazyChart is a reactive chart library 📈, it allows you to easily add SVG charts in your React and Vue web applications.
https://eazychart.com
MIT License
21 stars 13 forks source link

🐛 [BUG] eazychart-[vue] - Spamming or sometimes just using RTL causes the chart to bug out in Vue. #89

Open deathsh0ot opened 1 year ago

deathsh0ot commented 1 year ago

Description

Problem :

Clicking on RTL boolean option in the control panel causes the chart to bug, rerendering multiple times before stopping(please note that this issue exists when starting storybook for both vue and react).

cropped

Reproduction steps

1. Go to any chart with the RTL option on it in Vue (for example column chart).
2. Click on the "is RTL" toggle button multiple times.
3. Observe the bug.

Logs

No response

Browsers

Chrome

OS

Linux

Sarveshk76 commented 1 year ago

Can I work on it?

deathsh0ot commented 1 year ago

hey @sarveshk76, ofc you can. Just make a pull request once you've resolved it.