talgalili / d3heatmap

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

title and labels missing in d3heatmap() #41

Closed makman7 closed 8 years ago

makman7 commented 8 years ago

xlab ylab and title not displaying in d3heatmap()..

eg d3heatmap(avgs, show_grid = T, scale = "column", dendrogram = "none",anim_duration = 500, color = "Blues",k_col = c(.1,2),xlab="xaxisss",ylab="yaxis",title =paste("Comparison between ",input$ch1," and ",input$ch2))

jcheng5 commented 8 years ago

Dupe of #40