projects
/
dygraphs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0fa724f
)
Minor whitespace tweak.
author
Robert Konigsberg
<konigsberg@gmail.com>
Sat, 8 Dec 2012 17:18:29 +0000
(12:18 -0500)
committer
Robert Konigsberg
<konigsberg@gmail.com>
Sat, 8 Dec 2012 17:18:29 +0000
(12:18 -0500)
tests/gviz.html
patch
|
blob
|
blame
|
history
diff --git
a/tests/gviz.html
b/tests/gviz.html
index
707f6ac
..
6a4da1b
100644
(file)
--- a/
tests/gviz.html
+++ b/
tests/gviz.html
@@
-38,7
+38,7
@@
}
function drawVisualization() {
- data = createDataTable('date');
+
data = createDataTable('date');
new google.visualization.LineChart(
document.getElementById('gviz')).draw(data, null);