Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(469)

Side by Side Diff: packages/charted/examples/selection/transitions_demo.html

Issue 1400473008: Roll Observatory packages and add a roll script (Closed) Base URL: git@github.com:dart-lang/observatory_pub_packages.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2
3 <html>
4 <head>
5 <meta charset="utf-8">
6 <link rel="stylesheet" href="../charts/demo_charts.css">
7 <link rel="stylesheet" href="packages/charted/charts/themes/quantum_theme.cs s">
8 <title>Transitions</title>
9 <style>
10 .line {
11 stroke: black;
12 stroke-width: 2px;
13 }
14 </style>
15 </head>
16 <body>
17 <div class="wrapper"></div>
18 <script type="application/dart" src="transitions_demo.dart"></script>
19 <script src="packages/browser/dart.js"></script>
20 </body>
21 </html>
OLDNEW
« no previous file with comments | « packages/charted/examples/selection/transitions_demo.dart ('k') | packages/charted/lib/charted.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698