-
Notifications
You must be signed in to change notification settings - Fork 377
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
multiBarHorizontalChart not reading stacked option properly #100
Comments
This affects also multiBarChart. Fix described by @inolasco seems to also fix multiBarChart. I am using angular-nvd3 1.0.0-beta. |
I think this configuration was meant for overriding dispatch events for the stackedAreaChart:
But this creates a conflict for the |
Indeed @allienx , you are correct. I figured |
Is there a permanent fix for this implemented yet?
|
Fixed, thanks everyone! |
It seems angular-nvd3 is treating the stacked parameter as an object instead of a boolean as it should be. So charts which had stacked: true are not correctly set as stacked.
Removing
'stacked'
from :Seems to fix it
This issue may apply to other bar chart variants as well
The text was updated successfully, but these errors were encountered: