Skip to content

Commit

Permalink
Merge 0055075 into 616c209
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Oct 1, 2019
2 parents 616c209 + 0055075 commit e141fa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion holoviews/plotting/bokeh/chart.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def get_data(self, element, ranges, style):
xdim, ydim = dims[xidx], dims[yidx]
data[xdim] = element.dimension_values(xidx)
data[ydim] = element.dimension_values(yidx)
self._categorize_data(data, (xdim, ydim), element.dimensions())
self._categorize_data(data, dims[:2], element.dimensions())

cdata, cmapping = self._get_color_data(element, ranges, style)
data.update(cdata)
Expand Down

0 comments on commit e141fa3

Please sign in to comment.