Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[charts] Add an option to put bar label on top of the bar #12975

Open
tejase opened this issue May 2, 2024 · 4 comments
Open

[charts] Add an option to put bar label on top of the bar #12975

tejase opened this issue May 2, 2024 · 4 comments
Labels
component: charts This is the name of the generic UI component, not the React module! enhancement This is not a bug, nor a new feature

Comments

@tejase
Copy link

tejase commented May 2, 2024

Summary

inclusion of an option to display numerical values directly over the bars in bar charts. Currently, bar charts are effective in visualizing comparisons between different categories or groups. However, users often require precise numerical information corresponding to each bar to accurately interpret the data. By incorporating value labels directly onto the bars, users can effortlessly determine the exact values represented by each bar without having to rely on a separate axis or additional interaction.

Examples

No response

Motivation

By incorporating value labels directly onto the bars, users can easily and accurately determine the numerical values associated with each bar without the need for additional cognitive effort or referencing separate axes or tooltips. This feature aims to streamline the data interpretation process, improve user convenience, and empower users to derive meaningful insights from their data with greater ease and precision.

Ultimately, the goal is to enhance the overall user experience of data visualization tools, making them more intuitive, informative, and conducive to data-driven decision-making processes.

Search keywords: barchart, bar, values,

@tejase tejase added the status: waiting for maintainer These issues haven't been looked at yet by a maintainer label May 2, 2024
@michelengelen
Copy link
Member

Hey @tejase and thanks for raising this request here.
I will add this to the board as a feature request so the team can evaluate and estimate it.

Thanks again! 🙇🏼

@michelengelen michelengelen changed the title Need a option to have values right over the bars in barchart. [charts] Add an option to include values on top of the bars in barchart May 3, 2024
@michelengelen michelengelen added support: question Community support but can be turned into an improvement new feature New feature or request component: charts This is the name of the generic UI component, not the React module! and removed status: waiting for maintainer These issues haven't been looked at yet by a maintainer labels May 3, 2024
@alexfauquette alexfauquette changed the title [charts] Add an option to include values on top of the bars in barchart [charts] Add an option to but bar label on top of the bar May 21, 2024
@alexfauquette alexfauquette added enhancement This is not a bug, nor a new feature and removed new feature New feature or request support: question Community support but can be turned into an improvement labels May 21, 2024
@alexfauquette
Copy link
Member

@tejase I modified a bit the title because it overlaps with #12331

You can already see how it will be possible to add label on bar charts with PR #12988 Feel free to provide insight in the PR itself if you see missing aspect in the PR docs preview

@MainaMwangiy
Copy link

@alexfauquette any update on adding labels on top of bar charts? Something like this?
image

@alexfauquette alexfauquette changed the title [charts] Add an option to but bar label on top of the bar [charts] Add an option to put bar label on top of the bar Jun 19, 2024
@jvskriubakken
Copy link

Hi,

I just want to emphasise the importance of this feature when you are having stacked bars, as you then are lacking the possibility to easily see the total sum of each bar in the stack.

Even the tooltip should display a sum the values in the stacked bar.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: charts This is the name of the generic UI component, not the React module! enhancement This is not a bug, nor a new feature
Projects
None yet
Development

No branches or pull requests

5 participants