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-[React | Vue] - Disappearance of some columns from the Column Chart #73

Open yassinedorbozgithub opened 1 year ago

yassinedorbozgithub commented 1 year ago

Description

I find that Gamma data is hidden from the bar chart when we click on the legend at the bottom of the chart as mentioned in the screenshot below.

image

Reproduction steps

1. yarn storybook
2. select Column chart from the left menu
3. Click legend to hide Alpha, Beta and Epsilon

Logs

No response

Browsers

Chrome

OS

Linux

IlyesBenAmara commented 1 year ago

Good job, I suggest that you create a single PR. #72 & #74 basically fixes the same issue for both chart recipe.

Sarveshk76 commented 1 year ago

Can I work on this?