| Issue 16: | gvisTable cannot display data frame that has only one row | |
| 1 person starred this issue and may be notified of changes. | Back to list |
What steps will reproduce the problem? Run the following two commands in R. test=data.frame(x1=1,x2=2,x3=3) plot(gvisTable(test)) What is the expected output? What do you see instead? A blank page is showing up in the browser. It should show a table with one row (and the column header). What version of the product are you using? On what operating system? R 2.12.1 (Windows) googleVis 0.2.10 Please provide any additional information below. If I remove a pair of square bracket from "datajson", it works correctly.
Jul 23, 2012
Project Member
#1
markus.g...@googlemail.com
Status:
Fixed
|