Kanaries / pygwalker

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

How to display the data labels #80

Open nvamsimohan opened 1 year ago

nvamsimohan commented 1 year ago

Hi, is there a way to display the data labels/values when we pull bar charts? Thanks in advance.

ObservedObserver commented 10 months ago

This is a diffcult feature to implement for now. pygwalker is a vega-lite based graphic system.

In vega-lite, multiple layers (for displaying annotations and labels) conflict with facets/repeat. I choose to keep facets instead of layers because I think facets can be more important for visual exploration.

I think one possible solution is to disable facets operations when user adds multi-layers in the visualization.

This won't be a high-priority feature unless more people vote for it. Anyone who needs this feature can vote on this issues

thomasbs17 commented 1 month ago

'+ 1