Kanaries / pygwalker

PyGWalker: Turn your pandas dataframe into an interactive UI for visual analysis
https://kanaries.net/pygwalker
Apache License 2.0
11.08k stars 570 forks source link

[BUG] The data in 'view data' is wrong when setting filters #447

Closed DonYum closed 6 months ago

DonYum commented 6 months ago

Describe the bug I set a range filter and render a bar graph, however the data in 'view data' is wrong.

To Reproduce Steps to reproduce the behavior:

  1. set a range filter
  2. render a bar graph
  3. click 'View Data' on a bar
  4. check the data, There will be some data out of the filter

Expected behavior The data in 'view data' should be in range of the filter.

Screenshots image

image

Versions

Additional context

longxiaofei commented 6 months ago

Thanks for your feedback.

We'll fix it within 7 days.

longxiaofei commented 6 months ago

fixed it.

pip install --upgrade pygwalker