Skip to content

Commit

Permalink
fix(heatmap): labels visibility regression (#1549)
Browse files Browse the repository at this point in the history
  • Loading branch information
markov00 authored Jan 14, 2022
1 parent 1233e69 commit 067189d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ export function renderCanvas2d(
}),

() =>
theme.cell.label.visible &&
withContext(ctx, () => {
// Text on cells
const { x, y } = heatmapViewModel.gridOrigin;
Expand Down

0 comments on commit 067189d

Please sign in to comment.