talgalili / d3heatmap

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

Feature request: Set height and width based on number of items #57

Open fbreitwieser opened 8 years ago

fbreitwieser commented 8 years ago

Currently d3heatmap requires a height and width argument in d3heatmapOutput. When having varying input sizes, it is difficult to find values in which the line heights are the same, especially when displaying dendrogram.

It would be great if we could set a line height or column width, and the absolute size of the plot is changing based on that.