talgalili / d3heatmap

A D3.js-based heatmap htmlwidget for R
Other
236 stars 95 forks source link

cexCol and cexRow seem inversed #52

Closed stanstrup closed 3 years ago

stanstrup commented 8 years ago
d3heatmap(mtcars, scale="column", colors="Blues",cexCol =2 ,cexRow=0.2)
bextra commented 8 years ago

I've seen this too.