My favorites
▼
|
Sign in
google-motion-charts-with-r
Interface between R and Google Charts
Project Home
Downloads
Wiki
Issues
Source
Export to GitHub
READ-ONLY: This project has been
archived
. For more information see
this post
.
Search
Search within:
All issues
Open issues
New issues
Issues to verify
for
Advanced search
Search tips
Subscriptions
Issue
16
attachment: onerow.html
(2.2 KB)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>TableID758754bf</title>
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<style type="text/css">
body {
color: #444444;
font-family: Arial,Helvetica,sans-serif;
font-size: 75%;
}
a {
color: #4D87C7;
text-decoration: none;
}
</style>
</head>
<body>
<!-- Table generated in R 2.12.1 by googleVis 0.2.10 package -->
<!-- Tue Jul 24 11:34:20 2012 -->
<!-- jsHeader -->
<script type="text/javascript" src="http://www.google.com/jsapi">
</script>
<script type="text/javascript">
// jsData
function gvisDataTableID758754bf ()
{
var data = new google.visualization.DataTable();
var datajson =
[
[
[
1,
2,
3
]
]
];
data.addColumn('number','x1');
data.addColumn('number','x2');
data.addColumn('number','x3');
data.addRows(datajson);
return(data);
}
// jsDrawChart
function drawChartTableID758754bf() {
var data = gvisDataTableID758754bf();
var options = {};
options["allowHtml"] = true;
var chart = new google.visualization.Table(
document.getElementById('TableID758754bf')
);
chart.draw(data,options);
}
// jsDisplayChart
function displayChartTableID758754bf()
{
google.load("visualization", "1", { packages:["table"] });
google.setOnLoadCallback(drawChartTableID758754bf);
}
// jsChart
displayChartTableID758754bf()
<!-- jsFooter -->
//-->
</script>
<!-- divChart -->
<div id="TableID758754bf"
style="width: 600px; height: 500px;">
</div>
<div><span>Data: test • Chart ID: <a href="Chart_TableID758754bf.html">TableID758754bf</a></span><br />
<!-- htmlFooter -->
<span>
R version 2.12.1 (2010-12-16) • <a href="http://code.google.com/p/google-motion-charts-with-r/">googleVis-0.2.10</a>
• <a href="http://code.google.com/apis/visualization/terms.html">Google Terms of Use</a> • <a href="http://code.google.com/apis/chart/interactive/docs/gallery/table.html#Data_Policy">Data Policy</a>
</span></div>
</body>
</html>
Powered by
Google Project Hosting