-
Notifications
You must be signed in to change notification settings - Fork 611
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
Bug in rendering stack area — probably caused by empty groups #307
Labels
Milestone
Comments
kanitw
changed the title
Bug in rendering stack area — probably caused by empty group
Bug in rendering stack area — probably caused by empty groups
Mar 1, 2015
kanitw
modified the milestones:
0.8 Should have for User Study,
0.7 Required for User Study
Mar 1, 2015
This should be handled by vega! |
Merged
This will require Vega to add |
Fixed in #696 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
mark=area|x=Effect__Amount_of_damage,O|y=avg_Cost__Total_$,Q|color=When__Phase_of_flight,O
mark=area|x=Effect__Amount_of_damage,O|y=sum_Cost__Total_$,Q|color=When__Phase_of_flight,O
The problem is probably values in B only has value for take-off-run.
Maybe we need to fix at Vega level — aggregate transform should have option to fill zero values for empty group?
The text was updated successfully, but these errors were encountered: