Skip to content

Commit

Permalink
Define default group on Dataset (#1724)
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr authored and jlstevens committed Jul 15, 2017
1 parent aff5715 commit 040d1a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions holoviews/core/data/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,8 @@ class Dataset(Element):
format listed will be used until a suitable format is found (or
the data fails to be understood).""")

group = param.String(default='Dataset', constant=True)

# In the 1D case the interfaces should not automatically add x-values
# to supplied data
_auto_indexable_1d = True
Expand Down

0 comments on commit 040d1a2

Please sign in to comment.