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

Side by Side Diff: packages/charted/examples/charts/components/demo_custom_axis.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 <html>
3 <head>
4 <title>Custom Axis</title>
5 <link rel="stylesheet" href="../demo_charts.css">
6 <style>
7 .chart-wrapper {
8 width: 450px;
9 height: 300px;
10 }
11 </style>
12 </head>
13 <body>
14 <div>
15 <h1>Default Measure Axis</h1>
16 <div class="default chart-wrapper"></div>
17
18 <h1>Custom Measure Axis Domain</h1>
19 <div class="custom-domain chart-wrapper"></div>
20
21 <h1>Custom Measure Axis Domain &amp; Tick Values</h1>
22 <div class="custom-ticks chart-wrapper"></div>
23 </div>
24
25 <script type="application/dart" src="demo_custom_axis.dart"></script>
26 <script src="packages/browser/dart.js"></script>
27 </body>
28 </html>
OLDNEW
« no previous file with comments | « packages/charted/examples/charts/components/demo_custom_axis.dart ('k') | packages/charted/examples/charts/demo_charts.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698