-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdemography.html
206 lines (171 loc) · 55.8 KB
/
demography.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
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
<!-- saved from url=(0181)http://manager.cortext.net/projects/ademe_jphcoi_free_fr/ademe/data/homework-20750-1-homework-db~20756/1/temporal%20evolution/basic_statistics_projection_cluster_Terms_Terms_20.html -->
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<link type="text/css" rel="stylesheet" href="./demography_files/jquery-ui.css">
<link type="text/css" rel="stylesheet" href="./demography_files/graph.css">
<link type="text/css" rel="stylesheet" href="./demography_files/detail.css">
<link type="text/css" rel="stylesheet" href="./demography_files/legend.css">
<link type="text/css" rel="stylesheet" href="./demography_files/extensions.css">
<script src="./demography_files/d3.v2.js"></script>
<script src="./demography_files/jquery.min.js"></script>
<script src="./demography_files/jquery-ui.min.js"></script>
<script src="./demography_files/Rickshaw.js"></script>
<script src="./demography_files/Rickshaw.Class.js"></script>
<script src="./demography_files/Rickshaw.Compat.ClassList.js"></script>
<script src="./demography_files/Rickshaw.Graph.js"></script>
<script src="./demography_files/Rickshaw.Graph.Renderer.js"></script>
<script src="./demography_files/Rickshaw.Graph.Renderer.Area.js"></script>
<script src="./demography_files/Rickshaw.Graph.Renderer.Line.js"></script>
<script src="./demography_files/Rickshaw.Graph.Renderer.Bar.js"></script>
<script src="./demography_files/Rickshaw.Graph.Renderer.ScatterPlot.js"></script>
<script src="./demography_files/Rickshaw.Graph.RangeSlider.js"></script>
<script src="./demography_files/Rickshaw.Graph.HoverDetail.js"></script>
<script src="./demography_files/Rickshaw.Graph.Annotate.js"></script>
<script src="./demography_files/Rickshaw.Graph.Legend.js"></script>
<script src="./demography_files/Rickshaw.Graph.Axis.Time.js"></script>
<script src="./demography_files/Rickshaw.Graph.Behavior.Series.Toggle.js"></script>
<script src="./demography_files/Rickshaw.Graph.Behavior.Series.Order.js"></script>
<script src="./demography_files/Rickshaw.Graph.Behavior.Series.Highlight.js"></script>
<script src="./demography_files/Rickshaw.Graph.Smoother.js"></script>
<script src="./demography_files/Rickshaw.Graph.Unstacker.js"></script>
<script src="./demography_files/Rickshaw.Fixtures.Time.js"></script>
<script src="./demography_files/Rickshaw.Fixtures.Number.js"></script>
<script src="./demography_files/Rickshaw.Fixtures.RandomData.js"></script>
<script src="./demography_files/Rickshaw.Fixtures.Color.js"></script>
<script src="./demography_files/Rickshaw.Color.Palette.js"></script>
<script src="./demography_files/Rickshaw.Graph.Axis.Y.js"></script>
<script src="./demography_files/extensions.js"></script>
</head>
<body>
<div id="content">
<form id="side_panel">
<h1>Field Evolution</h1>
<section><div id="legend" class="rickshaw_legend" style="height: 140px;"><ul class="ui-sortable"><li class="line"><a class="action">✔</a><div class="swatch" style="background-color: rgb(162, 183, 60);"></div><span class="label">telework arrangements & use of telework</span></li><li class="line"><a class="action">✔</a><div class="swatch" style="background-color: rgb(221, 203, 83);"></div><span class="label">waste treatment & waste management</span></li><li class="line"><a class="action">✔</a><div class="swatch" style="background-color: rgb(197, 163, 47);"></div><span class="label">work-life balance & work arrangements</span></li><li class="line"><a class="action">✔</a><div class="swatch" style="background-color: rgb(125, 88, 54);"></div><span class="label">kuznets curve & material flow analysis</span></li><li class="line"><a class="action">✔</a><div class="swatch" style="background-color: rgb(150, 59, 32);"></div><span class="label">eco-industrial parks & industrial parks</span></li><li class="line"><a class="action">✔</a><div class="swatch" style="background-color: rgb(124, 38, 38);"></div><span class="label">CO2 emissions & carbon emissions</span></li><li class="line"><a class="action">✔</a><div class="swatch" style="background-color: rgb(73, 29, 55);"></div><span class="label">information and communication technology & information technology</span></li><li class="line"><a class="action">✔</a><div class="swatch" style="background-color: rgb(47, 37, 74);"></div><span class="label">product design & product development</span></li></ul></div></section>
<section>
<div id="renderer_form" class="toggler">
<input type="radio" name="renderer" id="area" value="area" checked="">
<label for="area">area</label>
<input type="radio" name="renderer" id="bar" value="bar">
<label for="bar">bar</label>
<input type="radio" name="renderer" id="line" value="line">
<label for="line">line</label>
<input type="radio" name="renderer" id="scatter" value="scatterplot">
<label for="scatter">scatter</label>
</div>
</section>
<section>
<div id="offset_form">
<label for="stack">
<input type="radio" name="offset" id="stack" value="zero">
<span>stack</span>
</label>
<label for="stream">
<input type="radio" name="offset" id="stream" value="wiggle">
<span>stream</span>
</label>
<label for="pct">
<input type="radio" name="offset" id="pct" value="expand" checked="">
<span>pct</span>
</label>
<label for="value">
<input type="radio" name="offset" id="value" value="value">
<span>value</span>
</label>
</div>
<div id="interpolation_form">
<label for="cardinal">
<input type="radio" name="interpolation" id="cardinal" value="cardinal" checked="">
<span>cardinal</span>
</label>
<label for="linear">
<input type="radio" name="interpolation" id="linear" value="linear">
<span>linear</span>
</label>
<label for="step">
<input type="radio" name="interpolation" id="step" value="step-after">
<span>step</span>
</label>
</div>
</section>
<section>
<h6>Smoothing</h6>
<div id="smoother" class="ui-slider ui-slider-horizontal ui-widget ui-widget-content ui-corner-all"><a class="ui-slider-handle ui-state-default ui-corner-all" href="http://manager.cortext.net/projects/ademe_jphcoi_free_fr/ademe/data/homework-20750-1-homework-db~20756/1/temporal%20evolution/basic_statistics_projection_cluster_Terms_Terms_20.html#" style="left: 0%;"></a></div>
</section>
<section></section>
</form>
<div id="chart_container">
<div id="chart" class="rickshaw_graph"><svg width="900" height="500"><g><path d="M0,4.95049504950498Q31.274848232353293,4.95049504950498,39.10248779907154,4.95049504950498C50.84394714914891,4.95049504950498,105.67313415069636,4.95049504950498,117.41459350077372,4.95049504950498S148.69658374003095,4.95049504950498,156.51708129984524,4.95049504950498S187.79907153910247,4.95049504950498,195.61956909891677,4.95049504950498S226.8908463278181,4.95049504950498,234.72205689798832,4.95049504950498S266.1004642304487,4.950495049504974,273.93167480061896,4.95049504950498S305.21366503987616,4.950495049505037,313.0341625996905,4.950495049505037S344.31615283894774,4.950495049504985,352.1366503987621,4.95049504950498S383.40792762766335,4.95049504950498,391.23913819783354,4.95049504950498S422.61754553029397,4.95049504950498,430.4487561004642,4.95049504950498S461.7307463397214,4.95049504950498,469.55124389953573,4.95049504950498S500.83323413879293,4.95049504950498,508.65373169860726,4.95049504950498S539.9250089275087,4.95049504950498,547.7562194976789,4.95049504950498S579.1346268301393,4.950495049504974,586.9658374003095,4.95049504950498S618.2478276395667,4.950495049505037,626.068325199381,4.950495049505037S657.3503154386383,4.950495049504985,665.1708129984526,4.95049504950498S696.4420902273539,4.95049504950498,704.2733007975241,4.95049504950498S735.6517081299845,4.95049504950498,743.4829187001548,4.95049504950498S774.764908939412,4.95049504950498,782.5854064992262,4.95049504950498S813.8673967384835,4.95049504950498,821.6878942982978,4.95049504950498S852.9591715271991,4.95049504950498,860.7903820973694,4.95049504950498Q866.0111891441495,4.95049504950498,900,4.95049504950498L900,4.95049504950498Q866.0111891441495,17.24159282720017,860.7903820973694,17.644072099517643C852.9591715271991,18.247791007993857,829.5083918581121,11.735937097215237,821.6878942982978,10.987684134267113S790.4059040590405,10.042561371285625,782.5854064992262,10.161542470036409S751.314129270325,12.279066385056478,743.4829187001548,12.177495121774939S712.1045113676944,7.441816584886761,704.2733007975241,9.145829837221015S672.9913105582668,26.808306809886254,665.1708129984526,29.21762764511749S633.8888227591953,34.99676563159393,626.068325199381,33.239038189533346S594.7970479704798,13.112907524951453,586.9658374003095,11.640353224511614S555.5874300678491,16.32642616638277,547.7562194976789,18.513495185134957S516.4742292584216,31.567013392593175,508.65373169860726,33.51104341203347S477.37174145935006,40.8098502157908,469.55124389953573,37.95379537953795S438.27996667063445,7.099547164018753,430.4487561004642,4.95049504950498S399.0703487680037,14.40056796377316,391.23913819783354,16.463274234400217S359.9571479585764,26.728835674265078,352.1366503987621,25.57755775577556S320.8546601595048,7.013201320132094,313.0341625996905,4.950495049505037S281.7628853707892,0.8250825082508646,273.93167480061896,4.95049504950498S242.55326746815854,40.01650165016501,234.72205689798832,46.20462046204619S203.44006665873107,70.95709570957095,195.61956909891677,66.83168316831683S164.33757885965954,11.138613861386164,156.51708129984524,4.95049504950498S129.1560528508511,4.95049504950498,117.41459350077372,4.95049504950498S50.84394714914891,4.95049504950498,39.10248779907154,4.95049504950498Q31.274848232353293,4.95049504950498,0,4.95049504950498Z" class="area" fill="#a2b73c"></path><path d="M0,4.95049504950498Q31.274848232353293,4.95049504950498,39.10248779907154,4.95049504950498C50.84394714914891,4.95049504950498,105.67313415069636,4.95049504950498,117.41459350077372,4.95049504950498S148.69658374003095,4.95049504950498,156.51708129984524,4.95049504950498S187.79907153910247,4.95049504950498,195.61956909891677,4.95049504950498S226.8908463278181,4.95049504950498,234.72205689798832,4.95049504950498S266.1004642304487,4.950495049504974,273.93167480061896,4.95049504950498S305.21366503987616,4.950495049505037,313.0341625996905,4.950495049505037S344.31615283894774,4.950495049504985,352.1366503987621,4.95049504950498S383.40792762766335,4.95049504950498,391.23913819783354,4.95049504950498S422.61754553029397,4.95049504950498,430.4487561004642,4.95049504950498S461.7307463397214,4.95049504950498,469.55124389953573,4.95049504950498S500.83323413879293,4.95049504950498,508.65373169860726,4.95049504950498S539.9250089275087,4.95049504950498,547.7562194976789,4.95049504950498S579.1346268301393,4.950495049504974,586.9658374003095,4.95049504950498S618.2478276395667,4.950495049505037,626.068325199381,4.950495049505037S657.3503154386383,4.950495049504985,665.1708129984526,4.95049504950498S696.4420902273539,4.95049504950498,704.2733007975241,4.95049504950498S735.6517081299845,4.95049504950498,743.4829187001548,4.95049504950498S774.764908939412,4.95049504950498,782.5854064992262,4.95049504950498S813.8673967384835,4.95049504950498,821.6878942982978,4.95049504950498S852.9591715271991,4.95049504950498,860.7903820973694,4.95049504950498Q866.0111891441495,4.95049504950498,900,4.95049504950498" class="line" fill="none" stroke="#8ea035" stroke-width="2"></path></g><g><path d="M0,4.95049504950498Q31.274848232353293,4.95049504950498,39.10248779907154,4.95049504950498C50.84394714914891,4.95049504950498,105.67313415069636,4.95049504950498,117.41459350077372,4.95049504950498S148.69658374003095,-1.237623762376204,156.51708129984524,4.95049504950498S187.79907153910247,62.70627062706271,195.61956909891677,66.83168316831683S226.8908463278181,52.392739273927376,234.72205689798832,46.20462046204619S266.1004642304487,9.075907590759094,273.93167480061896,4.95049504950498S305.21366503987616,2.887788778877979,313.0341625996905,4.950495049505037S344.31615283894774,24.42627983728604,352.1366503987621,25.57755775577556S383.40792762766335,18.525980505027274,391.23913819783354,16.463274234400217S422.61754553029397,2.801442934991207,430.4487561004642,4.95049504950498S461.7307463397214,35.0977405432851,469.55124389953573,37.95379537953795S500.83323413879293,35.45507343147377,508.65373169860726,33.51104341203347S539.9250089275087,20.700564203887144,547.7562194976789,18.513495185134957S579.1346268301393,10.167798924071775,586.9658374003095,11.640353224511614S618.2478276395667,31.481310747472758,626.068325199381,33.239038189533346S657.3503154386383,31.626948480348723,665.1708129984526,29.21762764511749S696.4420902273539,10.84984308955527,704.2733007975241,9.145829837221015S735.6517081299845,12.0759238584934,743.4829187001548,12.177495121774939S774.764908939412,10.280523568787192,782.5854064992262,10.161542470036409S813.8673967384835,10.239431171318989,821.6878942982978,10.987684134267113S852.9591715271991,18.247791007993857,860.7903820973694,17.644072099517643Q866.0111891441495,17.24159282720017,900,4.95049504950498L900,63.191613278974955Q866.0111891441495,65.45381389479854,860.7903820973694,64.18718794956413C852.9591715271991,62.28724903171252,829.5083918581121,44.644293598906636,821.6878942982978,44.192224100458816S790.4059040590405,59.61581583043281,782.5854064992262,59.66649296508592S751.314129270325,45.97526045083199,743.4829187001548,44.698995446989954S712.1045113676944,45.53992379537931,704.2733007975241,46.90384292666556S672.9913105582668,56.16859934106217,665.1708129984526,58.338186759852476S633.8888227591953,67.24862811059671,626.068325199381,68.59971711456865S594.7970479704798,72.78879895182621,586.9658374003095,71.84907679957183S555.5874300678491,61.13226237327687,547.7562194976789,59.202495592024945S516.4742292584216,51.37594897529793,508.65373169860726,52.551408987052525S477.37174145935006,73.11166339305991,469.55124389953573,70.95709570957092S438.27996667063445,36.45511429967965,430.4487561004642,31.00573215216258S399.0703487680037,14.943385403411861,391.23913819783354,16.463274234400217S359.9571479585764,45.293192109908595,352.1366503987621,46.20462046204614S320.8546601595048,29.70297029702973,313.0341625996905,25.577557755775615S281.7628853707892,2.887788778877922,273.93167480061896,4.95049504950498S242.55326746815854,40.01650165016501,234.72205689798832,46.20462046204619S203.44006665873107,70.95709570957095,195.61956909891677,66.83168316831683S164.33757885965954,11.138613861386164,156.51708129984524,4.95049504950498S129.1560528508511,4.95049504950498,117.41459350077372,4.95049504950498S50.84394714914891,4.95049504950498,39.10248779907154,4.95049504950498Q31.274848232353293,4.95049504950498,0,4.95049504950498Z" class="area" fill="#ddcb53"></path><path d="M0,4.95049504950498Q31.274848232353293,4.95049504950498,39.10248779907154,4.95049504950498C50.84394714914891,4.95049504950498,105.67313415069636,4.95049504950498,117.41459350077372,4.95049504950498S148.69658374003095,-1.237623762376204,156.51708129984524,4.95049504950498S187.79907153910247,62.70627062706271,195.61956909891677,66.83168316831683S226.8908463278181,52.392739273927376,234.72205689798832,46.20462046204619S266.1004642304487,9.075907590759094,273.93167480061896,4.95049504950498S305.21366503987616,2.887788778877979,313.0341625996905,4.950495049505037S344.31615283894774,24.42627983728604,352.1366503987621,25.57755775577556S383.40792762766335,18.525980505027274,391.23913819783354,16.463274234400217S422.61754553029397,2.801442934991207,430.4487561004642,4.95049504950498S461.7307463397214,35.0977405432851,469.55124389953573,37.95379537953795S500.83323413879293,35.45507343147377,508.65373169860726,33.51104341203347S539.9250089275087,20.700564203887144,547.7562194976789,18.513495185134957S579.1346268301393,10.167798924071775,586.9658374003095,11.640353224511614S618.2478276395667,31.481310747472758,626.068325199381,33.239038189533346S657.3503154386383,31.626948480348723,665.1708129984526,29.21762764511749S696.4420902273539,10.84984308955527,704.2733007975241,9.145829837221015S735.6517081299845,12.0759238584934,743.4829187001548,12.177495121774939S774.764908939412,10.280523568787192,782.5854064992262,10.161542470036409S813.8673967384835,10.239431171318989,821.6878942982978,10.987684134267113S852.9591715271991,18.247791007993857,860.7903820973694,17.644072099517643Q866.0111891441495,17.24159282720017,900,4.95049504950498" class="line" fill="none" stroke="#c1b249" stroke-width="2"></path></g><g><path d="M0,4.95049504950498Q31.274848232353293,4.95049504950498,39.10248779907154,4.95049504950498C50.84394714914891,4.95049504950498,105.67313415069636,4.95049504950498,117.41459350077372,4.95049504950498S148.69658374003095,-1.237623762376204,156.51708129984524,4.95049504950498S187.79907153910247,62.70627062706271,195.61956909891677,66.83168316831683S226.8908463278181,52.392739273927376,234.72205689798832,46.20462046204619S266.1004642304487,7.013201320132037,273.93167480061896,4.95049504950498S305.21366503987616,21.4521452145215,313.0341625996905,25.577557755775615S344.31615283894774,47.11604881418368,352.1366503987621,46.20462046204614S383.40792762766335,17.983163065388574,391.23913819783354,16.463274234400217S422.61754553029397,25.55635000464551,430.4487561004642,31.00573215216258S461.7307463397214,68.80252802608193,469.55124389953573,70.95709570957092S500.83323413879293,53.72686899880712,508.65373169860726,52.551408987052525S539.9250089275087,57.27272881077302,547.7562194976789,59.202495592024945S579.1346268301393,70.90935464731746,586.9658374003095,71.84907679957183S618.2478276395667,69.95080611854058,626.068325199381,68.59971711456865S657.3503154386383,60.507774178642784,665.1708129984526,58.338186759852476S696.4420902273539,48.26776205795181,704.2733007975241,46.90384292666556S735.6517081299845,43.42273044314792,743.4829187001548,44.698995446989954S774.764908939412,59.717170099739036,782.5854064992262,59.66649296508592S813.8673967384835,43.740154602010996,821.6878942982978,44.192224100458816S852.9591715271991,62.28724903171252,860.7903820973694,64.18718794956413Q866.0111891441495,65.45381389479854,900,63.191613278974955L900,92.31217239370994Q866.0111891441495,95.90929294893951,860.7903820973694,95.9211305745959C852.9591715271991,95.9388870130805,829.5083918581121,92.20691497410823,821.6878942982978,92.48973677855588S790.4059040590405,99.914922716094,782.5854064992262,98.7493486190724S751.314129270325,78.88647723846336,743.4829187001548,80.83399580833998S712.1045113676944,114.65000339974031,704.2733007975241,118.22453431783856S672.9913105582668,115.17686450314314,665.1708129984526,116.57930498932251S633.8888227591953,129.36311800610002,626.068325199381,132.24893917963232S594.7970479704798,147.99511103593568,586.9658374003095,145.43751672464543S555.5874300678491,108.34546061048165,547.7562194976789,106.67299606672998S516.4742292584216,121.28336121283358,508.65373169860726,128.71287128712868S477.37174145935006,185.52776330264604,469.55124389953573,180.96809680968096S438.27996667063445,93.81029902255828,430.4487561004642,83.11620635747784S399.0703487680037,63.27938485403013,391.23913819783354,74.0271701588764S359.9571479585764,185.12548929311535,352.1366503987621,190.59405940594058S320.8546601595048,142.3267326732674,313.0341625996905,128.7128712871288S281.7628853707892,50.33003300330032,273.93167480061896,54.455445544554436S242.55326746815854,156.35313531353134,234.72205689798832,169.96699669966995S203.44006665873107,187.2937293729373,195.61956909891677,190.59405940594058S164.33757885965954,221.53465346534648,156.51708129984524,202.97029702970292S129.1560528508511,24.75247524752477,117.41459350077372,4.95049504950498S50.84394714914891,-44.55445544554451,39.10248779907154,4.95049504950498Q31.274848232353293,37.95379537953797,0,500Z" class="area" fill="#c5a32f"></path><path d="M0,4.95049504950498Q31.274848232353293,4.95049504950498,39.10248779907154,4.95049504950498C50.84394714914891,4.95049504950498,105.67313415069636,4.95049504950498,117.41459350077372,4.95049504950498S148.69658374003095,-1.237623762376204,156.51708129984524,4.95049504950498S187.79907153910247,62.70627062706271,195.61956909891677,66.83168316831683S226.8908463278181,52.392739273927376,234.72205689798832,46.20462046204619S266.1004642304487,7.013201320132037,273.93167480061896,4.95049504950498S305.21366503987616,21.4521452145215,313.0341625996905,25.577557755775615S344.31615283894774,47.11604881418368,352.1366503987621,46.20462046204614S383.40792762766335,17.983163065388574,391.23913819783354,16.463274234400217S422.61754553029397,25.55635000464551,430.4487561004642,31.00573215216258S461.7307463397214,68.80252802608193,469.55124389953573,70.95709570957092S500.83323413879293,53.72686899880712,508.65373169860726,52.551408987052525S539.9250089275087,57.27272881077302,547.7562194976789,59.202495592024945S579.1346268301393,70.90935464731746,586.9658374003095,71.84907679957183S618.2478276395667,69.95080611854058,626.068325199381,68.59971711456865S657.3503154386383,60.507774178642784,665.1708129984526,58.338186759852476S696.4420902273539,48.26776205795181,704.2733007975241,46.90384292666556S735.6517081299845,43.42273044314792,743.4829187001548,44.698995446989954S774.764908939412,59.717170099739036,782.5854064992262,59.66649296508592S813.8673967384835,43.740154602010996,821.6878942982978,44.192224100458816S852.9591715271991,62.28724903171252,860.7903820973694,64.18718794956413Q866.0111891441495,65.45381389479854,900,63.191613278974955" class="line" fill="none" stroke="#ac8f29" stroke-width="2"></path></g><g><path d="M0,500Q31.274848232353293,37.95379537953797,39.10248779907154,4.95049504950498C50.84394714914891,-44.55445544554451,105.67313415069636,-14.851485148514811,117.41459350077372,4.95049504950498S148.69658374003095,184.40594059405936,156.51708129984524,202.97029702970292S187.79907153910247,193.89438943894388,195.61956909891677,190.59405940594058S226.8908463278181,183.58085808580856,234.72205689798832,169.96699669966995S266.1004642304487,58.58085808580855,273.93167480061896,54.455445544554436S305.21366503987616,115.09900990099018,313.0341625996905,128.7128712871288S344.31615283894774,196.06262951876582,352.1366503987621,190.59405940594058S383.40792762766335,84.77495546372268,391.23913819783354,74.0271701588764S422.61754553029397,72.42211369239739,430.4487561004642,83.11620635747784S461.7307463397214,176.40843031671588,469.55124389953573,180.96809680968096S500.83323413879293,136.1423813614238,508.65373169860726,128.71287128712868S539.9250089275087,105.0005315229783,547.7562194976789,106.67299606672998S579.1346268301393,142.8799224133552,586.9658374003095,145.43751672464543S618.2478276395667,135.1347603531646,626.068325199381,132.24893917963232S657.3503154386383,117.98174547550188,665.1708129984526,116.57930498932251S696.4420902273539,121.79906523593681,704.2733007975241,118.22453431783856S735.6517081299845,82.7815143782166,743.4829187001548,80.83399580833998S774.764908939412,97.58377452205082,782.5854064992262,98.7493486190724S813.8673967384835,92.77255858300353,821.6878942982978,92.48973677855588S852.9591715271991,95.9388870130805,860.7903820973694,95.9211305745959Q866.0111891441495,95.90929294893951,900,92.31217239370994L900,128.71287128712868Q866.0111891441495,138.5374935242117,860.7903820973694,140.34865024964034C852.9591715271991,143.0653853377833,829.5083918581121,154.04744779800384,821.6878942982978,155.8802221685583S790.4059040590405,155.70186648641527,782.5854064992262,158.67639395518495S751.314129270325,181.6995467233291,743.4829187001548,185.62549685625498S712.1045113676944,198.0457173443655,704.2733007975241,197.93589528444375S672.9913105582668,186.1454768180137,665.1708129984526,184.5272762570375S633.8888227591953,181.64895072291702,626.068325199381,181.75388967468183S594.7970479704798,189.01585509479182,586.9658374003095,185.57666577468564S555.5874300678491,150.1923210861228,547.7562194976789,147.36199647361997S516.4742292584216,151.71258959404892,508.65373169860726,157.27341964965723S477.37174145935006,201.26668537299068,469.55124389953573,202.97029702970292S438.27996667063445,181.44745931141455,430.4487561004642,174.30953621677952S399.0703487680037,125.83720122318229,391.23913819783354,131.59106608335253S359.9571479585764,230.07329802747716,352.1366503987621,231.84818481848185S320.8546601595048,162.1287128712872,313.0341625996905,149.33993399339943S281.7628853707892,97.77227722772277,273.93167480061896,103.96039603960395S242.55326746815854,202.55775577557762,234.72205689798832,211.22112211221128S203.44006665873107,191.4191419141914,195.61956909891677,190.59405940594058S164.33757885965954,221.53465346534648,156.51708129984524,202.97029702970292S129.1560528508511,24.75247524752477,117.41459350077372,4.95049504950498S50.84394714914891,-44.55445544554451,39.10248779907154,4.95049504950498Q31.274848232353293,37.95379537953797,0,500Z" class="area" fill="#7d5836"></path><path d="M0,500Q31.274848232353293,37.95379537953797,39.10248779907154,4.95049504950498C50.84394714914891,-44.55445544554451,105.67313415069636,-14.851485148514811,117.41459350077372,4.95049504950498S148.69658374003095,184.40594059405936,156.51708129984524,202.97029702970292S187.79907153910247,193.89438943894388,195.61956909891677,190.59405940594058S226.8908463278181,183.58085808580856,234.72205689798832,169.96699669966995S266.1004642304487,58.58085808580855,273.93167480061896,54.455445544554436S305.21366503987616,115.09900990099018,313.0341625996905,128.7128712871288S344.31615283894774,196.06262951876582,352.1366503987621,190.59405940594058S383.40792762766335,84.77495546372268,391.23913819783354,74.0271701588764S422.61754553029397,72.42211369239739,430.4487561004642,83.11620635747784S461.7307463397214,176.40843031671588,469.55124389953573,180.96809680968096S500.83323413879293,136.1423813614238,508.65373169860726,128.71287128712868S539.9250089275087,105.0005315229783,547.7562194976789,106.67299606672998S579.1346268301393,142.8799224133552,586.9658374003095,145.43751672464543S618.2478276395667,135.1347603531646,626.068325199381,132.24893917963232S657.3503154386383,117.98174547550188,665.1708129984526,116.57930498932251S696.4420902273539,121.79906523593681,704.2733007975241,118.22453431783856S735.6517081299845,82.7815143782166,743.4829187001548,80.83399580833998S774.764908939412,97.58377452205082,782.5854064992262,98.7493486190724S813.8673967384835,92.77255858300353,821.6878942982978,92.48973677855588S852.9591715271991,95.9388870130805,860.7903820973694,95.9211305745959Q866.0111891441495,95.90929294893951,900,92.31217239370994" class="line" fill="none" stroke="#6d4d2f" stroke-width="2"></path></g><g><path d="M0,500Q31.274848232353293,37.95379537953797,39.10248779907154,4.95049504950498C50.84394714914891,-44.55445544554451,105.67313415069636,-14.851485148514811,117.41459350077372,4.95049504950498S148.69658374003095,184.40594059405936,156.51708129984524,202.97029702970292S187.79907153910247,189.76897689768975,195.61956909891677,190.59405940594058S226.8908463278181,219.88448844884493,234.72205689798832,211.22112211221128S266.1004642304487,110.14851485148513,273.93167480061896,103.96039603960395S305.21366503987616,136.55115511551165,313.0341625996905,149.33993399339943S344.31615283894774,233.62307160948654,352.1366503987621,231.84818481848185S383.40792762766335,137.34493094352277,391.23913819783354,131.59106608335253S422.61754553029397,167.1716131221445,430.4487561004642,174.30953621677952S461.7307463397214,204.67390868641516,469.55124389953573,202.97029702970292S500.83323413879293,162.83424970526553,508.65373169860726,157.27341964965723S539.9250089275087,144.53167186111713,547.7562194976789,147.36199647361997S579.1346268301393,182.13747645457946,586.9658374003095,185.57666577468564S618.2478276395667,181.85882862644664,626.068325199381,181.75388967468183S657.3503154386383,182.9090756960613,665.1708129984526,184.5272762570375S696.4420902273539,197.826073224522,704.2733007975241,197.93589528444375S735.6517081299845,189.55144698918087,743.4829187001548,185.62549685625498S774.764908939412,161.65092142395463,782.5854064992262,158.67639395518495S813.8673967384835,157.71299653911277,821.6878942982978,155.8802221685583S852.9591715271991,143.0653853377833,860.7903820973694,140.34865024964034Q866.0111891441495,138.5374935242117,900,128.71287128712868L900,172.39370995923122Q866.0111891441495,168.55498042906595,860.7903820973694,172.08259287467206C852.9591715271991,177.37401154308122,829.5083918581121,220.9163643726869,821.6878942982978,225.30789664332286S790.4059040590405,212.01645548024155,782.5854064992262,215.99791558103175S751.314129270325,262.31383141439613,743.4829187001548,265.122497651225S712.1045113676944,242.92258970240636,704.2733007975241,244.08457794932036S672.9913105582668,271.6600316918175,665.1708129984526,276.74238012036494S633.8888227591953,298.0037613118568,626.068325199381,294.9080622347949S594.7970479704798,249.68959581735928,586.9658374003095,245.7853893497458S555.5874300678491,259.00508485616314,547.7562194976789,255.86599755865998S516.4742292584216,210.88320633960123,508.65373169860726,214.39451637471433S477.37174145935006,291.07931036018584,469.55124389953573,290.979097909791S438.27996667063445,221.27224962398319,430.4487561004642,213.392391870766S399.0703487680037,208.27223481222055,391.23913819783354,212.1805203776192S359.9571479585764,250.50848108066623,352.1366503987621,252.4752475247525S320.8546601595048,241.74917491749176,313.0341625996905,231.84818481848185S281.7628853707892,143.15181518151815,273.93167480061896,153.46534653465346S242.55326746815854,331.27062706270624,234.72205689798832,334.983498349835S203.44006665873107,203.79537953795378,195.61956909891677,190.59405940594058S164.33757885965954,221.53465346534648,156.51708129984524,202.97029702970292S129.1560528508511,-24.75247524752472,117.41459350077372,4.95049504950498S50.84394714914891,450.4950495049505,39.10248779907154,500Q31.274848232353293,533.003300330033,0,500Z" class="area" fill="#963b20"></path><path d="M0,500Q31.274848232353293,37.95379537953797,39.10248779907154,4.95049504950498C50.84394714914891,-44.55445544554451,105.67313415069636,-14.851485148514811,117.41459350077372,4.95049504950498S148.69658374003095,184.40594059405936,156.51708129984524,202.97029702970292S187.79907153910247,189.76897689768975,195.61956909891677,190.59405940594058S226.8908463278181,219.88448844884493,234.72205689798832,211.22112211221128S266.1004642304487,110.14851485148513,273.93167480061896,103.96039603960395S305.21366503987616,136.55115511551165,313.0341625996905,149.33993399339943S344.31615283894774,233.62307160948654,352.1366503987621,231.84818481848185S383.40792762766335,137.34493094352277,391.23913819783354,131.59106608335253S422.61754553029397,167.1716131221445,430.4487561004642,174.30953621677952S461.7307463397214,204.67390868641516,469.55124389953573,202.97029702970292S500.83323413879293,162.83424970526553,508.65373169860726,157.27341964965723S539.9250089275087,144.53167186111713,547.7562194976789,147.36199647361997S579.1346268301393,182.13747645457946,586.9658374003095,185.57666577468564S618.2478276395667,181.85882862644664,626.068325199381,181.75388967468183S657.3503154386383,182.9090756960613,665.1708129984526,184.5272762570375S696.4420902273539,197.826073224522,704.2733007975241,197.93589528444375S735.6517081299845,189.55144698918087,743.4829187001548,185.62549685625498S774.764908939412,161.65092142395463,782.5854064992262,158.67639395518495S813.8673967384835,157.71299653911277,821.6878942982978,155.8802221685583S852.9591715271991,143.0653853377833,860.7903820973694,140.34865024964034Q866.0111891441495,138.5374935242117,900,128.71287128712868" class="line" fill="none" stroke="#83341c" stroke-width="2"></path></g><g><path d="M0,500Q31.274848232353293,533.003300330033,39.10248779907154,500C50.84394714914891,450.4950495049505,105.67313415069636,34.65346534653468,117.41459350077372,4.95049504950498S148.69658374003095,184.40594059405936,156.51708129984524,202.97029702970292S187.79907153910247,177.3927392739274,195.61956909891677,190.59405940594058S226.8908463278181,338.6963696369637,234.72205689798832,334.983498349835S266.1004642304487,163.77887788778878,273.93167480061896,153.46534653465346S305.21366503987616,221.94719471947195,313.0341625996905,231.84818481848185S344.31615283894774,254.44201396883875,352.1366503987621,252.4752475247525S383.40792762766335,216.08880594301783,391.23913819783354,212.1805203776192S422.61754553029397,205.51253411754882,430.4487561004642,213.392391870766S461.7307463397214,290.87888545939614,469.55124389953573,290.979097909791S500.83323413879293,217.90582640982743,508.65373169860726,214.39451637471433S539.9250089275087,252.72691026115683,547.7562194976789,255.86599755865998S579.1346268301393,241.88118288213232,586.9658374003095,245.7853893497458S618.2478276395667,291.812363157733,626.068325199381,294.9080622347949S657.3503154386383,281.8247285489124,665.1708129984526,276.74238012036494S696.4420902273539,245.24656619623437,704.2733007975241,244.08457794932036S735.6517081299845,267.93116388805385,743.4829187001548,265.122497651225S774.764908939412,219.97937568182195,782.5854064992262,215.99791558103175S813.8673967384835,229.69942891395883,821.6878942982978,225.30789664332286S852.9591715271991,177.37401154308122,860.7903820973694,172.08259287467206Q866.0111891441495,168.55498042906595,900,172.39370995923122L900,303.4362259755387Q866.0111891441495,318.9432120565549,860.7903820973694,320.17432512482014C852.9591715271991,322.02099472721795,829.5083918581121,322.9406775969391,821.6878942982978,321.90292199951705S790.4059040590405,309.6932115276125,782.5854064992262,309.7967691505993S751.314129270325,321.1190477740808,743.4829187001548,322.938498229385S712.1045113676944,328.72814429924557,704.2733007975241,327.9912737036416S672.9913105582668,314.63483194922543,665.1708129984526,315.569792273345S633.8888227591953,338.2984448796912,626.068325199381,337.3408769448373S594.7970479704798,307.36010079560873,586.9658374003095,305.994112924806S555.5874300678491,328.0808664980644,547.7562194976789,323.68099823680996S516.4742292584216,260.8651803009595,508.65373169860726,261.995430312262S477.37174145935006,337.2382784837187,469.55124389953573,334.9834983498349S438.27996667063445,242.5177034227291,430.4487561004642,239.44762897342372S399.0703487680037,294.7291669191399,391.23913819783354,304.282753856781S359.9571479585764,340.1642489830378,352.1366503987621,334.9834983498349S320.8546601595048,265.6765676567657,313.0341625996905,252.4752475247525S281.7628853707892,194.71947194719468,273.93167480061896,202.97029702970292S242.55326746815854,336.2211221122112,234.72205689798832,334.983498349835S203.44006665873107,203.79537953795378,195.61956909891677,190.59405940594058S164.33757885965954,221.53465346534648,156.51708129984524,202.97029702970292S129.1560528508511,-24.75247524752472,117.41459350077372,4.95049504950498S50.84394714914891,450.4950495049505,39.10248779907154,500Q31.274848232353293,533.003300330033,0,500Z" class="area" fill="#7c2626"></path><path d="M0,500Q31.274848232353293,533.003300330033,39.10248779907154,500C50.84394714914891,450.4950495049505,105.67313415069636,34.65346534653468,117.41459350077372,4.95049504950498S148.69658374003095,184.40594059405936,156.51708129984524,202.97029702970292S187.79907153910247,177.3927392739274,195.61956909891677,190.59405940594058S226.8908463278181,338.6963696369637,234.72205689798832,334.983498349835S266.1004642304487,163.77887788778878,273.93167480061896,153.46534653465346S305.21366503987616,221.94719471947195,313.0341625996905,231.84818481848185S344.31615283894774,254.44201396883875,352.1366503987621,252.4752475247525S383.40792762766335,216.08880594301783,391.23913819783354,212.1805203776192S422.61754553029397,205.51253411754882,430.4487561004642,213.392391870766S461.7307463397214,290.87888545939614,469.55124389953573,290.979097909791S500.83323413879293,217.90582640982743,508.65373169860726,214.39451637471433S539.9250089275087,252.72691026115683,547.7562194976789,255.86599755865998S579.1346268301393,241.88118288213232,586.9658374003095,245.7853893497458S618.2478276395667,291.812363157733,626.068325199381,294.9080622347949S657.3503154386383,281.8247285489124,665.1708129984526,276.74238012036494S696.4420902273539,245.24656619623437,704.2733007975241,244.08457794932036S735.6517081299845,267.93116388805385,743.4829187001548,265.122497651225S774.764908939412,219.97937568182195,782.5854064992262,215.99791558103175S813.8673967384835,229.69942891395883,821.6878942982978,225.30789664332286S852.9591715271991,177.37401154308122,860.7903820973694,172.08259287467206Q866.0111891441495,168.55498042906595,900,172.39370995923122" class="line" fill="none" stroke="#6d2121" stroke-width="2"></path></g><g><path d="M0,500Q31.274848232353293,533.003300330033,39.10248779907154,500C50.84394714914891,450.4950495049505,105.67313415069636,34.65346534653468,117.41459350077372,4.95049504950498S148.69658374003095,184.40594059405936,156.51708129984524,202.97029702970292S187.79907153910247,177.3927392739274,195.61956909891677,190.59405940594058S226.8908463278181,333.74587458745873,234.72205689798832,334.983498349835S266.1004642304487,211.22112211221116,273.93167480061896,202.97029702970292S305.21366503987616,239.2739273927393,313.0341625996905,252.4752475247525S344.31615283894774,329.80274771663204,352.1366503987621,334.9834983498349S383.40792762766335,313.83634079442214,391.23913819783354,304.282753856781S422.61754553029397,236.37755452411832,430.4487561004642,239.44762897342372S461.7307463397214,332.7287182159511,469.55124389953573,334.9834983498349S500.83323413879293,263.1256803235645,508.65373169860726,261.995430312262S539.9250089275087,319.28112997555553,547.7562194976789,323.68099823680996S579.1346268301393,304.6281250540033,586.9658374003095,305.994112924806S618.2478276395667,336.3833090099834,626.068325199381,337.3408769448373S657.3503154386383,316.5047525974646,665.1708129984526,315.569792273345S696.4420902273539,327.2544031080376,704.2733007975241,327.9912737036416S735.6517081299845,324.7579486846892,743.4829187001548,322.938498229385S774.764908939412,309.9003267735861,782.5854064992262,309.7967691505993S813.8673967384835,320.865166402095,821.6878942982978,321.90292199951705S852.9591715271991,322.02099472721795,860.7903820973694,320.17432512482014Q866.0111891441495,318.9432120565549,900,303.4362259755387L900,347.1170646476412Q866.0111891441495,375.3540512422283,860.7903820973694,377.2954218498773C852.9591715271991,380.2074777613508,829.5083918581121,375.4314702725333,821.6878942982978,376.23762376237624S790.4059040590405,383.09851922572204,782.5854064992262,385.3569567483064S751.314129270325,395.32883075971114,743.4829187001548,398.82199898822S712.1045113676944,421.3337199261986,704.2733007975241,420.2886390333949S672.9913105582668,387.47218974852905,665.1708129984526,388.37119006018247S633.8888227591953,426.8125767834562,626.068325199381,429.2786421499293S594.7970479704798,413.41935801450245,586.9658374003095,413.031843724913S555.5874300678491,431.9389760865415,547.7562194976789,425.403499254035S516.4742292584216,346.8180853912578,508.65373169860726,347.6770753998477S477.37174145935006,430.4859635761147,469.55124389953573,433.993399339934S438.27996667063445,380.7558846459922,430.4487561004642,382.75143303804066S399.0703487680037,444.28673283485017,391.23913819783354,453.94888326041905S359.9571479585764,483.0186507022795,352.1366503987621,479.37293729372936S320.8546601595048,425.3300330033003,313.0341625996905,417.49174917491746S281.7628853707892,396.8646864686468,273.93167480061896,400.990099009901S242.55326746815854,448.8448844884488,234.72205689798832,458.74587458745873S203.44006665873107,505.77557755775575,195.61956909891677,500S164.33757885965954,400.990099009901,156.51708129984524,400.990099009901S129.1560528508511,490.0990099009901,117.41459350077372,500S50.84394714914891,500,39.10248779907154,500Q31.274848232353293,500,0,500Z" class="area" fill="#491d37"></path><path d="M0,500Q31.274848232353293,533.003300330033,39.10248779907154,500C50.84394714914891,450.4950495049505,105.67313415069636,34.65346534653468,117.41459350077372,4.95049504950498S148.69658374003095,184.40594059405936,156.51708129984524,202.97029702970292S187.79907153910247,177.3927392739274,195.61956909891677,190.59405940594058S226.8908463278181,333.74587458745873,234.72205689798832,334.983498349835S266.1004642304487,211.22112211221116,273.93167480061896,202.97029702970292S305.21366503987616,239.2739273927393,313.0341625996905,252.4752475247525S344.31615283894774,329.80274771663204,352.1366503987621,334.9834983498349S383.40792762766335,313.83634079442214,391.23913819783354,304.282753856781S422.61754553029397,236.37755452411832,430.4487561004642,239.44762897342372S461.7307463397214,332.7287182159511,469.55124389953573,334.9834983498349S500.83323413879293,263.1256803235645,508.65373169860726,261.995430312262S539.9250089275087,319.28112997555553,547.7562194976789,323.68099823680996S579.1346268301393,304.6281250540033,586.9658374003095,305.994112924806S618.2478276395667,336.3833090099834,626.068325199381,337.3408769448373S657.3503154386383,316.5047525974646,665.1708129984526,315.569792273345S696.4420902273539,327.2544031080376,704.2733007975241,327.9912737036416S735.6517081299845,324.7579486846892,743.4829187001548,322.938498229385S774.764908939412,309.9003267735861,782.5854064992262,309.7967691505993S813.8673967384835,320.865166402095,821.6878942982978,321.90292199951705S852.9591715271991,322.02099472721795,860.7903820973694,320.17432512482014Q866.0111891441495,318.9432120565549,900,303.4362259755387" class="line" fill="none" stroke="#401930" stroke-width="2"></path></g><g><path d="M0,500Q31.274848232353293,500,39.10248779907154,500C50.84394714914891,500,105.67313415069636,509.9009900990099,117.41459350077372,500S148.69658374003095,400.990099009901,156.51708129984524,400.990099009901S187.79907153910247,494.22442244224425,195.61956909891677,500S226.8908463278181,468.64686468646863,234.72205689798832,458.74587458745873S266.1004642304487,405.1155115511551,273.93167480061896,400.990099009901S305.21366503987616,409.65346534653463,313.0341625996905,417.49174917491746S344.31615283894774,475.7272238851792,352.1366503987621,479.37293729372936S383.40792762766335,463.61103368598793,391.23913819783354,453.94888326041905S422.61754553029397,384.74698143008914,430.4487561004642,382.75143303804066S461.7307463397214,437.5008351037533,469.55124389953573,433.993399339934S500.83323413879293,348.5360654084376,508.65373169860726,347.6770753998477S539.9250089275087,418.8680224215285,547.7562194976789,425.403499254035S579.1346268301393,412.6443294353236,586.9658374003095,413.031843724913S618.2478276395667,431.74470751640234,626.068325199381,429.2786421499293S657.3503154386383,389.2701903718359,665.1708129984526,388.37119006018247S696.4420902273539,419.2435581405911,704.2733007975241,420.2886390333949S735.6517081299845,402.31516721672887,743.4829187001548,398.82199898822S774.764908939412,387.61539427089076,782.5854064992262,385.3569567483064S813.8673967384835,377.0437772522192,821.6878942982978,376.23762376237624S852.9591715271991,380.2074777613508,860.7903820973694,377.2954218498773Q866.0111891441495,375.3540512422283,900,347.1170646476412L900,500Q866.0111891441495,500,860.7903820973694,500C852.9591715271991,500,829.5083918581121,500,821.6878942982978,500S790.4059040590405,500,782.5854064992262,500S751.314129270325,500,743.4829187001548,500S712.1045113676944,500,704.2733007975241,500S672.9913105582668,500,665.1708129984526,500S633.8888227591953,500,626.068325199381,500S594.7970479704798,500,586.9658374003095,500S555.5874300678491,500,547.7562194976789,500S516.4742292584216,500,508.65373169860726,500S477.37174145935006,500,469.55124389953573,500S438.27996667063445,500,430.4487561004642,500S399.0703487680037,500,391.23913819783354,500S359.9571479585764,500,352.1366503987621,500S320.8546601595048,500,313.0341625996905,500S281.7628853707892,500,273.93167480061896,500S242.55326746815854,500,234.72205689798832,500S203.44006665873107,500,195.61956909891677,500S164.33757885965954,500,156.51708129984524,500S129.1560528508511,500,117.41459350077372,500S50.84394714914891,500,39.10248779907154,500Q31.274848232353293,500,0,500Z" class="area" fill="#2f254a"></path><path d="M0,500Q31.274848232353293,500,39.10248779907154,500C50.84394714914891,500,105.67313415069636,509.9009900990099,117.41459350077372,500S148.69658374003095,400.990099009901,156.51708129984524,400.990099009901S187.79907153910247,494.22442244224425,195.61956909891677,500S226.8908463278181,468.64686468646863,234.72205689798832,458.74587458745873S266.1004642304487,405.1155115511551,273.93167480061896,400.990099009901S305.21366503987616,409.65346534653463,313.0341625996905,417.49174917491746S344.31615283894774,475.7272238851792,352.1366503987621,479.37293729372936S383.40792762766335,463.61103368598793,391.23913819783354,453.94888326041905S422.61754553029397,384.74698143008914,430.4487561004642,382.75143303804066S461.7307463397214,437.5008351037533,469.55124389953573,433.993399339934S500.83323413879293,348.5360654084376,508.65373169860726,347.6770753998477S539.9250089275087,418.8680224215285,547.7562194976789,425.403499254035S579.1346268301393,412.6443294353236,586.9658374003095,413.031843724913S618.2478276395667,431.74470751640234,626.068325199381,429.2786421499293S657.3503154386383,389.2701903718359,665.1708129984526,388.37119006018247S696.4420902273539,419.2435581405911,704.2733007975241,420.2886390333949S735.6517081299845,402.31516721672887,743.4829187001548,398.82199898822S774.764908939412,387.61539427089076,782.5854064992262,385.3569567483064S813.8673967384835,377.0437772522192,821.6878942982978,376.23762376237624S852.9591715271991,380.2074777613508,860.7903820973694,377.2954218498773Q866.0111891441495,375.3540512422283,900,347.1170646476412" class="line" fill="none" stroke="#292041" stroke-width="2"></path></g><g class="y_ticks glow"><g transform="translate(0,500)" style="opacity: 1;"><line class="tick" x2="4" y2="0"></line><text x="7" y="0" dy=".32em" text-anchor="start"></text></g><g transform="translate(0,400.990099009901)" style="opacity: 1;"><line class="tick" x2="4" y2="0"></line><text x="7" y="0" dy=".32em" text-anchor="start">0.20</text></g><g transform="translate(0,301.98019801980195)" style="opacity: 1;"><line class="tick" x2="4" y2="0"></line><text x="7" y="0" dy=".32em" text-anchor="start">0.40</text></g><g transform="translate(0,202.97029702970298)" style="opacity: 1;"><line class="tick" x2="4" y2="0"></line><text x="7" y="0" dy=".32em" text-anchor="start">0.60</text></g><g transform="translate(0,103.96039603960395)" style="opacity: 1;"><line class="tick" x2="4" y2="0"></line><text x="7" y="0" dy=".32em" text-anchor="start">0.80</text></g><g transform="translate(0,4.95049504950498)" style="opacity: 1;"><line class="tick" x2="4" y2="0"></line><text x="7" y="0" dy=".32em" text-anchor="start">1</text></g><path class="domain" d="M4,0H0V500H4"></path></g><g class="y_grid"><g transform="translate(0,500)" style="opacity: 1;"><line class="tick" x2="900" y2="0"></line><text x="903" y="0" dy=".32em" text-anchor="start"></text></g><g transform="translate(0,400.990099009901)" style="opacity: 1;"><line class="tick" x2="900" y2="0"></line><text x="903" y="0" dy=".32em" text-anchor="start">0.20</text></g><g transform="translate(0,301.98019801980195)" style="opacity: 1;"><line class="tick" x2="900" y2="0"></line><text x="903" y="0" dy=".32em" text-anchor="start">0.40</text></g><g transform="translate(0,202.97029702970298)" style="opacity: 1;"><line class="tick" x2="900" y2="0"></line><text x="903" y="0" dy=".32em" text-anchor="start">0.60</text></g><g transform="translate(0,103.96039603960395)" style="opacity: 1;"><line class="tick" x2="900" y2="0"></line><text x="903" y="0" dy=".32em" text-anchor="start">0.80</text></g><g transform="translate(0,4.95049504950498)" style="opacity: 1;"><line class="tick" x2="900" y2="0"></line><text x="903" y="0" dy=".32em" text-anchor="start">1</text></g><path class="domain" d="M900,0H0V500H900"></path></g></svg><div class="detail inactive" style="left: 0px;"></div><div class="x_tick glow" style="left: 0px;"><div class="title">1990</div></div><div class="x_tick glow" style="left: 391.2927032496131px;"><div class="title">2000</div></div><div class="x_tick glow" style="left: 782.5854064992262px;"><div class="title">2010</div></div></div>
<div id="timeline" class="rickshaw_annotation_timeline"></div>
<div id="slider" class="ui-slider ui-slider-horizontal ui-widget ui-widget-content ui-corner-all" style="width: 900px;"><div class="ui-slider-range ui-widget-header" style="left: 0%; width: 100%;"></div><a class="ui-slider-handle ui-state-default ui-corner-all" href="http://manager.cortext.net/projects/ademe_jphcoi_free_fr/ademe/data/homework-20750-1-homework-db~20756/1/temporal%20evolution/basic_statistics_projection_cluster_Terms_Terms_20.html#" style="left: 0%;"></a><a class="ui-slider-handle ui-state-default ui-corner-all" href="http://manager.cortext.net/projects/ademe_jphcoi_free_fr/ademe/data/homework-20750-1-homework-db~20756/1/temporal%20evolution/basic_statistics_projection_cluster_Terms_Terms_20.html#" style="left: 100%;"></a></div>
</div>
</div>
<script>
// set up our data series with 150 random data points
//
// var seriesData = [ [], [], [], [], [], [], [], [], [] ];
// var random = new Rickshaw.Fixtures.RandomData(150);
//
// for (var i = 0; i < 150; i++) {
// random.addData(seriesData);
// }
var palette = new Rickshaw.Color.Palette( { scheme: 'classic9' } );
// instantiate our graph!
var graph = new Rickshaw.Graph( {
element: document.getElementById("chart"),
width: 900,
height: 500,
renderer: 'area',
offset: 'expand',
stroke: true,
preserve: true,
series: [{color: palette.color(), "data": [{"y": 0, "x": 631152000.0}, {"y": 0, "x": 662688000.0}, {"y": 0, "x": 725846400.0}, {"y": 1, "x": 757382400.0}, {"y": 0, "x": 788918400.0}, {"y": 1, "x": 820454400.0}, {"y": 2, "x": 852076800.0}, {"y": 4, "x": 883612800.0}, {"y": 1, "x": 915148800.0}, {"y": 4, "x": 946684800.0}, {"y": 9, "x": 978307200.0}, {"y": 6, "x": 1009843200.0}, {"y": 16, "x": 1041379200.0}, {"y": 11, "x": 1072915200.0}, {"y": 13, "x": 1104537600.0}, {"y": 10, "x": 1136073600.0}, {"y": 23, "x": 1167609600.0}, {"y": 19, "x": 1199145600.0}, {"y": 28, "x": 1230768000.0}, {"y": 44, "x": 1262304000.0}, {"y": 41, "x": 1293840000.0}, {"y": 58, "x": 1325376000.0}, {"y": 21, "x": 1356998400.0}], "name": "product design & product development"}, {color: palette.color(), "data": [{"y": 0, "x": 631152000.0}, {"y": 0, "x": 662688000.0}, {"y": 1, "x": 725846400.0}, {"y": 2, "x": 757382400.0}, {"y": 5, "x": 788918400.0}, {"y": 3, "x": 820454400.0}, {"y": 4, "x": 852076800.0}, {"y": 8, "x": 883612800.0}, {"y": 7, "x": 915148800.0}, {"y": 13, "x": 946684800.0}, {"y": 11, "x": 978307200.0}, {"y": 9, "x": 1009843200.0}, {"y": 9, "x": 1041379200.0}, {"y": 15, "x": 1072915200.0}, {"y": 16, "x": 1104537600.0}, {"y": 13, "x": 1136073600.0}, {"y": 15, "x": 1167609600.0}, {"y": 22, "x": 1199145600.0}, {"y": 21, "x": 1230768000.0}, {"y": 29, "x": 1262304000.0}, {"y": 18, "x": 1293840000.0}, {"y": 27, "x": 1325376000.0}, {"y": 6, "x": 1356998400.0}], "name": "information and communication technology & information technology"}, {color: palette.color(), "data": [{"y": 0, "x": 631152000.0}, {"y": 0, "x": 662688000.0}, {"y": 0, "x": 725846400.0}, {"y": 0, "x": 757382400.0}, {"y": 0, "x": 788918400.0}, {"y": 0, "x": 820454400.0}, {"y": 1, "x": 852076800.0}, {"y": 1, "x": 883612800.0}, {"y": 4, "x": 915148800.0}, {"y": 8, "x": 946684800.0}, {"y": 2, "x": 978307200.0}, {"y": 4, "x": 1009843200.0}, {"y": 5, "x": 1041379200.0}, {"y": 10, "x": 1072915200.0}, {"y": 9, "x": 1104537600.0}, {"y": 6, "x": 1136073600.0}, {"y": 8, "x": 1167609600.0}, {"y": 20, "x": 1199145600.0}, {"y": 16, "x": 1230768000.0}, {"y": 36, "x": 1262304000.0}, {"y": 32, "x": 1293840000.0}, {"y": 70, "x": 1325376000.0}, {"y": 18, "x": 1356998400.0}], "name": "CO2 emissions & carbon emissions"}, {color: palette.color(), "data": [{"y": 0, "x": 631152000.0}, {"y": 1, "x": 662688000.0}, {"y": 0, "x": 725846400.0}, {"y": 0, "x": 757382400.0}, {"y": 0, "x": 788918400.0}, {"y": 3, "x": 820454400.0}, {"y": 1, "x": 852076800.0}, {"y": 4, "x": 883612800.0}, {"y": 1, "x": 915148800.0}, {"y": 7, "x": 946684800.0}, {"y": 3, "x": 978307200.0}, {"y": 8, "x": 1009843200.0}, {"y": 6, "x": 1041379200.0}, {"y": 16, "x": 1072915200.0}, {"y": 9, "x": 1104537600.0}, {"y": 16, "x": 1136073600.0}, {"y": 19, "x": 1167609600.0}, {"y": 11, "x": 1199145600.0}, {"y": 22, "x": 1230768000.0}, {"y": 22, "x": 1262304000.0}, {"y": 23, "x": 1293840000.0}, {"y": 15, "x": 1325376000.0}, {"y": 6, "x": 1356998400.0}], "name": "eco-industrial parks & industrial parks"}, {color: palette.color(), "data": [{"y": 0, "x": 631152000.0}, {"y": 0, "x": 662688000.0}, {"y": 0, "x": 725846400.0}, {"y": 0, "x": 757382400.0}, {"y": 0, "x": 788918400.0}, {"y": 1, "x": 820454400.0}, {"y": 1, "x": 852076800.0}, {"y": 1, "x": 883612800.0}, {"y": 2, "x": 915148800.0}, {"y": 5, "x": 946684800.0}, {"y": 7, "x": 978307200.0}, {"y": 2, "x": 1009843200.0}, {"y": 3, "x": 1041379200.0}, {"y": 6, "x": 1072915200.0}, {"y": 6, "x": 1104537600.0}, {"y": 7, "x": 1136073600.0}, {"y": 14, "x": 1167609600.0}, {"y": 19, "x": 1199145600.0}, {"y": 29, "x": 1230768000.0}, {"y": 23, "x": 1262304000.0}, {"y": 21, "x": 1293840000.0}, {"y": 21, "x": 1325376000.0}, {"y": 5, "x": 1356998400.0}], "name": "kuznets curve & material flow analysis"}, {color: palette.color(), "data": [{"y": 1, "x": 631152000.0}, {"y": 0, "x": 662688000.0}, {"y": 0, "x": 725846400.0}, {"y": 2, "x": 757382400.0}, {"y": 2, "x": 788918400.0}, {"y": 3, "x": 820454400.0}, {"y": 1, "x": 852076800.0}, {"y": 5, "x": 883612800.0}, {"y": 7, "x": 915148800.0}, {"y": 5, "x": 946684800.0}, {"y": 4, "x": 978307200.0}, {"y": 10, "x": 1009843200.0}, {"y": 8, "x": 1041379200.0}, {"y": 7, "x": 1072915200.0}, {"y": 11, "x": 1104537600.0}, {"y": 9, "x": 1136073600.0}, {"y": 12, "x": 1167609600.0}, {"y": 17, "x": 1199145600.0}, {"y": 10, "x": 1230768000.0}, {"y": 15, "x": 1262304000.0}, {"y": 16, "x": 1293840000.0}, {"y": 15, "x": 1325376000.0}, {"y": 4, "x": 1356998400.0}], "name": "work-life balance & work arrangements"}, {color: palette.color(), "data": [{"y": 0, "x": 631152000.0}, {"y": 0, "x": 662688000.0}, {"y": 0, "x": 725846400.0}, {"y": 0, "x": 757382400.0}, {"y": 0, "x": 788918400.0}, {"y": 0, "x": 820454400.0}, {"y": 0, "x": 852076800.0}, {"y": 1, "x": 883612800.0}, {"y": 1, "x": 915148800.0}, {"y": 0, "x": 946684800.0}, {"y": 2, "x": 978307200.0}, {"y": 3, "x": 1009843200.0}, {"y": 2, "x": 1041379200.0}, {"y": 6, "x": 1072915200.0}, {"y": 9, "x": 1104537600.0}, {"y": 5, "x": 1136073600.0}, {"y": 6, "x": 1167609600.0}, {"y": 9, "x": 1199145600.0}, {"y": 9, "x": 1230768000.0}, {"y": 19, "x": 1262304000.0}, {"y": 11, "x": 1293840000.0}, {"y": 22, "x": 1325376000.0}, {"y": 8, "x": 1356998400.0}], "name": "waste treatment & waste management"}, {color: palette.color(), "data": [{"y": 0, "x": 631152000.0}, {"y": 0, "x": 662688000.0}, {"y": 0, "x": 725846400.0}, {"y": 0, "x": 757382400.0}, {"y": 1, "x": 788918400.0}, {"y": 1, "x": 820454400.0}, {"y": 0, "x": 852076800.0}, {"y": 0, "x": 883612800.0}, {"y": 1, "x": 915148800.0}, {"y": 1, "x": 946684800.0}, {"y": 0, "x": 978307200.0}, {"y": 3, "x": 1009843200.0}, {"y": 3, "x": 1041379200.0}, {"y": 2, "x": 1072915200.0}, {"y": 1, "x": 1104537600.0}, {"y": 4, "x": 1136073600.0}, {"y": 5, "x": 1167609600.0}, {"y": 1, "x": 1199145600.0}, {"y": 2, "x": 1230768000.0}, {"y": 2, "x": 1262304000.0}, {"y": 2, "x": 1293840000.0}, {"y": 6, "x": 1325376000.0}, {"y": 0, "x": 1356998400.0}], "name": "telework arrangements & use of telework"}]
} );
graph.render();
var slider = new Rickshaw.Graph.RangeSlider( {
graph: graph,
element: $('#slider')
} );
var hoverDetail = new Rickshaw.Graph.HoverDetail( {
graph: graph
} );
var annotator = new Rickshaw.Graph.Annotate( {
graph: graph,
element: document.getElementById('timeline')
} );
var legend = new Rickshaw.Graph.Legend( {
graph: graph,
element: document.getElementById('legend')
} );
var shelving = new Rickshaw.Graph.Behavior.Series.Toggle( {
graph: graph,
legend: legend
} );
var order = new Rickshaw.Graph.Behavior.Series.Order( {
graph: graph,
legend: legend
} );
var highlighter = new Rickshaw.Graph.Behavior.Series.Highlight( {
graph: graph,
legend: legend
} );
var smoother = new Rickshaw.Graph.Smoother( {
graph: graph,
element: $('#smoother')
} );
var ticksTreatment = 'glow';
var xAxis = new Rickshaw.Graph.Axis.Time( {
graph: graph,
ticksTreatment: ticksTreatment
} );
xAxis.render();
var yAxis = new Rickshaw.Graph.Axis.Y( {
graph: graph,
tickFormat: Rickshaw.Fixtures.Number.formatKMBT,
ticksTreatment: ticksTreatment
} );
yAxis.render();
var controls = new RenderControls( {
element: document.querySelector('form'),
graph: graph
} );
</script>
</body></html>