Skip to content

Commit

Permalink
[ML] render grid lines in preview
Browse files Browse the repository at this point in the history
  • Loading branch information
darnautov committed May 19, 2021
1 parent ed0bee2 commit b581f1c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ export const getHeatmapVisualization = ({
function: HEATMAP_GRID_FUNCTION,
arguments: {
// grid
strokeWidth: [0],
strokeWidth: [1],
// cells
isCellLabelVisible: [false],
// Y-axis
Expand Down

0 comments on commit b581f1c

Please sign in to comment.