Skip to content

Commit 69bb584

Browse files
Merge pull request #168 from sajith/master
Fix issue #167 ("Examples are broken")
2 parents e9c25b1 + c1a5ab6 commit 69bb584

108 files changed

Lines changed: 526 additions & 94 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

examples/templates/advanced_animated_multiple_pie_bubbles.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
<!DOCTYPE html>
2+
<meta charset="utf-8">
3+
<html>
14
<div id="chartContainer">
25
{scriptDependencies}
36
<script type="text/javascript">
@@ -38,4 +41,5 @@
3841
myChart.draw();
3942
});
4043
</script>
41-
</div>
44+
</div>
45+
</html>

examples/templates/advanced_bar_labels.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
<!DOCTYPE html>
2+
<meta charset="utf-8">
3+
<html>
14
<div id="chartContainer">
25
{scriptDependencies}
36
<script type="text/javascript">
@@ -43,4 +46,5 @@
4346
myChart.draw();
4447
});
4548
</script>
46-
</div>
49+
</div>
50+
</html>

examples/templates/advanced_bullet.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
<!DOCTYPE html>
2+
<meta charset="utf-8">
3+
<html>
14
<div id="chartContainer">
25
{scriptDependencies}
36
<script type="text/javascript">
@@ -123,4 +126,5 @@
123126

124127
});
125128
</script>
126-
</div>
129+
</div>
130+
</html>

examples/templates/advanced_change_bubbles.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
<!DOCTYPE html>
2+
<meta charset="utf-8">
3+
<html>
14
<div id="chartContainer">
25
{scriptDependencies}
36
<script type="text/javascript">
@@ -93,4 +96,5 @@
9396

9497
});
9598
</script>
96-
</div>
99+
</div>
100+
</html>

examples/templates/advanced_custom_styling.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
<!DOCTYPE html>
2+
<meta charset="utf-8">
3+
<html>
14
<div id="chartContainer">
25
{scriptDependencies}
36
<script type="text/javascript">
@@ -116,4 +119,5 @@
116119
});
117120

118121
</script>
119-
</div>
122+
</div>
123+
</html>

examples/templates/advanced_dynamic_line_color.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
<!DOCTYPE html>
2+
<meta charset="utf-8">
3+
<html>
14
<div id="chartContainer">
25
{scriptDependencies}
36
<script type="text/javascript">
@@ -30,4 +33,5 @@
3033

3134
});
3235
</script>
33-
</div>
36+
</div>
37+
</html>

examples/templates/advanced_grouped_mekko.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
<!DOCTYPE html>
2+
<meta charset="utf-8">
3+
<html>
14
<div id="chartContainer">
25
{scriptDependencies}
36
<script type="text/javascript">
@@ -44,4 +47,5 @@
4447
myChart.draw();
4548
});
4649
</script>
47-
</div>
50+
</div>
51+
</html>

examples/templates/advanced_interactive_legends.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
<!DOCTYPE html>
2+
<meta charset="utf-8">
3+
<html>
14
<div id="chartContainer">
25
{scriptDependencies}
36
<script type="text/javascript">
@@ -71,4 +74,5 @@
7174
});
7275
});
7376
</script>
74-
</div>
77+
</div>
78+
</html>

examples/templates/advanced_lollipop_with_hover.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
<!DOCTYPE html>
2+
<meta charset="utf-8">
3+
<html>
14
<div id="chartContainer">
25
{scriptDependencies}
36
<script type="text/javascript">
@@ -126,4 +129,5 @@
126129

127130
});
128131
</script>
129-
</div>
132+
</div>
133+
</html>

examples/templates/advanced_matrix.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
<!DOCTYPE html>
2+
<meta charset="utf-8">
3+
<html>
14
<div id="chartContainer">
25
{scriptDependencies}
36
<script type="text/javascript">
@@ -91,4 +94,5 @@
9194
});
9295
});
9396
</script>
94-
</div>
97+
</div>
98+
</html>

0 commit comments

Comments
 (0)