-
Notifications
You must be signed in to change notification settings - Fork 0
/
demo.html
130 lines (107 loc) · 6.71 KB
/
demo.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
<!doctype html>
<html>
<head>
<meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1.0, user-scalable=yes">
<title>thelma-components Demo</title>
<script src="../webcomponentsjs/webcomponents.js"></script>
<link rel="import" href="../th-theme/th-theme.html">
<link rel="import" href="../th-donut-chart/th-donut-chart.html">
<link rel="import" href="../th-n-bar-chart/th-n-bar-chart.html">
<link rel="import" href="../th-line-graph-single/th-line-graph-single.html">
<link rel="import" href="../th-spectrum-chart/th-spectrum-chart.html">
<link rel="import" href="../th-stacked-chart/th-stacked-chart.html">
<link rel="import" href="../th-n-peak-chart/th-n-peak-chart.html">
<link rel="import" href="../th-n-bar-chart-horizontal/th-n-bar-chart-horizontal.html">
<link rel="import" href="../th-mapbox/th-mapbox.html">
<link rel="import" href="../th-map-us/th-map-us.html">
<link rel="import" href="../th-split-donut-chart/th-split-donut-chart.html">
<link rel="import" href="../th-compare-grid-chart/th-compare-grid-chart.html">
<link rel="import" href="../th-compare-balance-chart/th-compare-balance-chart.html">
<link rel="import" href="../th-line-graph-touch/th-line-graph-touch.html">
<link rel="import" href="../th-text/th-text.html">
<link rel="import" href="../th-countup-num/th-countup-num.html">
<link rel="import" href="../th-countdown-reveal/th-countdown-reveal.html">
<link rel="import" href="../th-stories/th-stories.html">
<link rel="import" href="../th-mult-choice/th-mult-choice.html">
<link rel="import" href="../th-carousel/th-carousel.html">
<link rel="import" href="../th-clock/th-clock.html">
<link rel="import" href="../th-time-lapse/th-time-lapse.html">
<link rel="import" href="../th-flipboard/th-flipboard.html">
<link rel="import" href="../th-quote-box/th-quote-box.html">
<link rel="import" href="../th-simple-quote/th-simple-quote.html">
<link rel="import" href="../th-table-bullets/th-table-bullets.html">
<link rel="import" href="../th-tweet/th-tweet.html">
<link rel="import" href="../th-youtube/th-youtube.html">
<link rel="import" href="../th-google-scatter-bubble/th-google-scatter-bubble.html">
<link rel="import" href="../th-bubble/th-bubble.html">
<link rel="import" href="../th-compare-image/th-compare-image.html">
<link rel="import" href="../th-google-map/th-google-map.html">
<link rel="import" href="../th-google-regions/th-google-regions.html">
<link rel="import" href="../th-google-form/th-google-form.html">
<link rel="import" href="../th-google-pie/th-google-pie.html">
<link rel="import" href="../th-gauge-chart/th-gauge-chart.html">
<style>
body {
font-family: arial;
background-color: #EDEDED;
color: #FFF;
}
</style>
</head>
<body unresolved>
<hr></hr>
<h2>Thelma Charts:</h2>
<th-donut-chart animateOnInit="true" style="margin: 20px;"></th-donut-chart>
<th-split-donut-chart animateOnInit="true"style="margin: 20px;"></th-split-donut-chart>
<th-n-bar-chart animateOnInit="true" style="margin: 20px;"></th-n-bar-chart>
<th-line-graph-single animateOnInit="true" style="margin: 20px;"></th-line-graph-single>
<th-line-graph-touch valueSize="60" animateOnInit="true" style="margin: 20px;"></th-line-graph-touch>
<th-spectrum-chart animateOnInit="true" style="margin: 20px;"></th-spectrum-chart>
<th-stacked-chart animateOnInit="true" style="margin: 20px;"></th-stacked-chart>
<th-n-peak-chart animateOnInit="true" style="margin: 20px;"></th-n-peak-chart>
<th-gauge-chart animateOnInit="true" style="margin: 20px;"></th-gauge-chart>
<th-bubble animateAfter="2000" style="margin: 20px;" chartData="[{'startValue': '10', 'endValue': '95', 'suffix': '%', 'label': 'below poverty line' }]"></th-bubble>
<th-n-bar-chart-horizontal animateOnInit="true" style="margin: 20px;"></th-n-bar-chart-horizontal>
<th-compare-grid-chart animateOnInit="true" style="margin: 20px;"></th-compare-grid-chart>
<th-compare-balance-chart animateOnInit="true" style="margin: 20px;"></th-compare-balance-chart>
<th-google-scatter-bubblestyle="margin: 20px; display: inline-block;"></th-google-scatter-bubble>
<th-google-pie style="margin: 20px;display: inline-block;"></th-google-pie>
<hr></hr>
<h2>Thelma Maps:</h2>
<th-map-us animateAfter="3000" style="margin: 20px; display: inline-block;"></th-map-us>
<th-google-regionsstyle="margin: 20px; display: inline-block;"></th-google-regions>
<!-- <th-mapbox animateOnInit="true" swipeBar="false" style="margin: 20px; display: inline-block;"></th-mapbox> -->
<th-google-map width="350" height="250" style="margin: 20px; display: inline-block;"></th-google-map>
<hr></hr>
<h2>Thelma Media Components:</h2>
<th-youtube style="margin: 20px; display: inline-block;"></th-youtube>
<th-google-form style="margin: 20px; display: inline-block;" width="250" height="400" src="https://docs.google.com/forms/d/18KBVx88jEDb8KP4NjsK4e5g2ieggQ6XlPH5WoJMf_u4/viewform" style="margin: 20px" ></th-google-form>
<hr></hr>
<h2>Thelma Text & Image Components:</h2>
<th-text width="300">
# Level one header #
### Level three header ###
[I'm an inline-style link](https://www.google.com)
* This
* is
* a list
** BOLD **
*italic*
1. with
1. numbers
</th-text>
<th-carousel animateOnInit="true" width="200" height="200" style="margin: 20px"></th-carousel>
<th-countup-num type="headline" animateOnInit="true" width="350" numberSize="80" growNumber="true" style="margin: 20px"> Count to 479 </th-countup-num>
<th-countdown-reveal animateOnInit="true" startFrom="3" width="270" height="200" style="margin: 20px"> 5 million low-income Americans still can't get health insurance under Obamacare.</th-countdown-reveal>
<th-stories width="300" style="margin: 20px"></th-stories>
<th-mult-choice width="300" style="margin: 20px"></th-mult-choice>
<th-clock width="300" animateOnInit="true" style="margin: 20px"></th-clock>
<th-time-lapse animateOnInit="true" style="margin: 20px"></th-time-lapse>
<th-flipboard style="margin: 20px" width="200" height="200"></th-flipboard>
<th-tweet twitterHandle="@username" width="200" tweet="Enter tweet here." image="../thelma-all/images/person.jpg" style="margin: 20px"></th-tweet>
<th-quote-box title="Name" width="250" image="../thelma-all/images/person.jpg" style="margin: 20px" style="margin: 20px">Please enter a quote.</th-quote-box>
<th-simple-quote width="280" title="Robin Williams" style="margin: 20px">You're only given a little spark of madness. You mustn't lose it.</th-simple-quote>
<th-compare-image animateOnInit="true" style="margin: 20px"></th-compare-image>
<!-- <th-table-bullets width="200" style="margin: 20px"></th-table-bullets> -->
</body>
</html>