Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(vega): allow data item to miss optional field (#2853)
* fix(vega): allow data item to miss optional field The current implementation assume that all items in the dataset has the exact same fields. The list of keys are extracted from the first item in the dataset only and will crash if * the first item does not include all field names * some following items miss certain field * Update panel/pane/vega.py * fix: typo meant `k` not `v` Co-authored-by: Philipp Rudiger <prudiger@anaconda.com>
- Loading branch information