Skip to content

Commit

Permalink
Updated dynamic SideHistogramPlot color range CustomJS
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Jan 25, 2018
1 parent 2bc7962 commit 4434d44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions holoviews/plotting/bokeh/chart.py
Expand Up @@ -371,8 +371,8 @@ class SideHistogramPlot(ColorbarPlot, HistogramPlot):
_callback = """
color_mapper.low = cb_data['geometry']['y0'];
color_mapper.high = cb_data['geometry']['y1'];
source.trigger('change')
main_source.trigger('change')
source.change.emit()
main_source.change.emit()
"""

def get_data(self, element, ranges, style):
Expand Down

0 comments on commit 4434d44

Please sign in to comment.