-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
how to add a barLabel for composite stack bar charts? #1172
Comments
This doesn't strike me as a feature request, more a one-off feature you can add with a renderlet, or maybe a tooltip. Sorry, but the issue tracker is for reporting bugs and making enhancement requests, not for general support questions. Please ask on Stack Overflow with the dc.js tag, or on the user group, and we will be glad to help you there. I am closing this. (P.S. It pains me to see people going through these contortions for a grouped bar chart - could you please try PR #1043?) |
Thank you!! Sorry for posting at the wrong place. Thanks, Anney On Wed, Jun 29, 2016 at 6:19 PM, Gordon Woodhull [email protected]
|
Well there are some things that aren't obvious. It's not easy to navigate this library without having to endure 'contortions'. |
Yep that’s true! This library evolved and was not originally designed to do all it does. If you’re looking for a self-consistent, well-thought-out charting library with many of the same features, I recommend checking out Vega Lite. |
Hi,
I have a composite stack bar chart. I want to show the count for each bar when a legend is mouseover. Now when I mouse over a legend, the bars are highlighted. I also want to add the barLabel for the highlighted layer.
Here is how the chart looks like:
Here is my code:
`
`
The text was updated successfully, but these errors were encountered: