We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c0a896 commit 9e19d76Copy full SHA for 9e19d76
examples/chapter15/bigOChart/index.html
@@ -0,0 +1,14 @@
1
+<!DOCTYPE html>
2
+<html>
3
+<head lang="en">
4
+ <meta charset="UTF-8">
5
+ <style>
6
+ body { background-color: #DDDDDD; font: 30px sans-serif; }
7
+ </style>
8
+ <script type="text/javascript" src="https://www.google.com/jsapi"></script>
9
+ <script type="text/javascript" src="chart.js"></script>
10
+</head>
11
+<body>
12
+<div id='chart_div'></div>
13
+</body>
14
+</html>
0 commit comments