Skip to content

Commit

Permalink
Allow selection on Bars
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Oct 7, 2020
1 parent e65501e commit 8a8332c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion holoviews/element/chart.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ class Spread(ErrorBars):



class Bars(Chart):
class Bars(Selection1DExpr, Chart):
"""
Bars is a Chart element representing categorical observations
using the height of rectangular bars. The key dimensions represent
Expand Down

0 comments on commit 8a8332c

Please sign in to comment.