Skip to content

Instantly share code, notes, and snippets.

@timcameron
Last active December 27, 2015 21:19
Show Gist options
  • Save timcameron/7391054 to your computer and use it in GitHub Desktop.
Save timcameron/7391054 to your computer and use it in GitHub Desktop.
Aus Job Growth by Industry - Quarterly changes
library(devtools)
library(reshape2)
#install_github('rCharts', 'ramnathv', ref = 'dev')
library(rCharts)
data <- read.csv("~/industry.csv")
fd <- as.data.frame(diff(as.matrix(data[,c(2:ncol(data))]),1))
fd$date <- data[-1,1]
fd <- melt(fd, .id = date)
n1 <- nPlot(value ~ date, group = "variable", data = fd, type = "multiBarChart")
#I edited the .js code directly so it would default to stacked instead of grouped
n1$publish('Aus Job Growth by Industry', host = 'gist')
<!doctype HTML>
<meta charset = 'utf-8'>
<html>
<head>
<link rel='stylesheet' href='http://nvd3.org/src/nv.d3.css'>
<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js' type='text/javascript'></script>
<script src='http://d3js.org/d3.v3.min.js' type='text/javascript'></script>
<script src='http://timelyportfolio.github.io/rCharts_nvd3_tests/libraries/widgets/nvd3/js/nv.d3.min-new.js' type='text/javascript'></script>
<script src='http://nvd3.org/lib/fisheye.js' type='text/javascript'></script>
<style>
.rChart {
display: block;
margin-left: auto;
margin-right: auto;
width: 800px;
height: 400px;
}
</style>
</head>
<body>
<div class='container'>
<div class='row'>
<div class='span8'>
<div class="bs-docs-example">
<div id='chart2748542e2e97' class='rChart nvd3'></div>
</div>
<br/>
<pre><code class='r'>library(devtools)
library(reshape2)
#install_github('rCharts', 'ramnathv', ref = 'dev')
library(rCharts)
data <- read.csv("~/industry.csv")
fd <- as.data.frame(diff(as.matrix(data[,c(2:ncol(data))]),1))
fd$date <- data[-1,1]
fd <- melt(fd, .id = date)
n1 <- nPlot(value ~ date, group = "variable", data = fd, type = "multiBarChart")
#I edited the .js code directly so it would default to stacked instead of grouped
n1$publish('Aus Job Growth by Industry', host = 'gist')
</code></pre>
</div>
</div>
</div>
</div>
<script type='text/javascript'>
$(document).ready(function(){
drawchart2748542e2e97()
});
function drawchart2748542e2e97(){
var opts = {
"dom": "chart2748542e2e97",
"width": 800,
"height": 400,
"x": "date",
"y": "value",
"group": "variable",
"type": "multiBarChart",
"id": "chart2748542e2e97"
},
data = [
{
"date": "May-93",
"variable": "Mining",
"value": 2.1452629
},
{
"date": "Aug-93",
"variable": "Mining",
"value": 1.8347843
},
{
"date": "Nov-93",
"variable": "Mining",
"value": -0.303319
},
{
"date": "Feb-94",
"variable": "Mining",
"value": -1.1684106
},
{
"date": "May-94",
"variable": "Mining",
"value": -1.0006587
},
{
"date": "Aug-94",
"variable": "Mining",
"value": -1.3050724
},
{
"date": "Nov-94",
"variable": "Mining",
"value": -0.4680953
},
{
"date": "Feb-95",
"variable": "Mining",
"value": 0.6285246
},
{
"date": "May-95",
"variable": "Mining",
"value": -0.02482639999999
},
{
"date": "Aug-95",
"variable": "Mining",
"value": -1.1356403
},
{
"date": "Nov-95",
"variable": "Mining",
"value": -0.9116515
},
{
"date": "Feb-96",
"variable": "Mining",
"value": 1.3447417
},
{
"date": "May-96",
"variable": "Mining",
"value": 3.0433958
},
{
"date": "Aug-96",
"variable": "Mining",
"value": 1.1812707
},
{
"date": "Nov-96",
"variable": "Mining",
"value": -1.7177646
},
{
"date": "Feb-97",
"variable": "Mining",
"value": -3.1448454
},
{
"date": "May-97",
"variable": "Mining",
"value": -2.6037698
},
{
"date": "Aug-97",
"variable": "Mining",
"value": -0.9321808
},
{
"date": "Nov-97",
"variable": "Mining",
"value": 0.5327377
},
{
"date": "Feb-98",
"variable": "Mining",
"value": 1.760664
},
{
"date": "May-98",
"variable": "Mining",
"value": 2.0892759
},
{
"date": "Aug-98",
"variable": "Mining",
"value": -0.4403045
},
{
"date": "Nov-98",
"variable": "Mining",
"value": -3.3905541
},
{
"date": "Feb-99",
"variable": "Mining",
"value": -4.3196807
},
{
"date": "May-99",
"variable": "Mining",
"value": -1.7709315
},
{
"date": "Aug-99",
"variable": "Mining",
"value": 1.3692215
},
{
"date": "Nov-99",
"variable": "Mining",
"value": 1.1247204
},
{
"date": "Feb-00",
"variable": "Mining",
"value": 1.5475573
},
{
"date": "May-00",
"variable": "Mining",
"value": -0.9708801
},
{
"date": "Aug-00",
"variable": "Mining",
"value": -0.5721344
},
{
"date": "Nov-00",
"variable": "Mining",
"value": 0.2790649
},
{
"date": "Feb-01",
"variable": "Mining",
"value": -0.213983
},
{
"date": "May-01",
"variable": "Mining",
"value": -0.5616564
},
{
"date": "Aug-01",
"variable": "Mining",
"value": 1.3894887
},
{
"date": "Nov-01",
"variable": "Mining",
"value": 2.2974874
},
{
"date": "Feb-02",
"variable": "Mining",
"value": 0.5547894
},
{
"date": "May-02",
"variable": "Mining",
"value": -1.2640846
},
{
"date": "Aug-02",
"variable": "Mining",
"value": 0.6557096
},
{
"date": "Nov-02",
"variable": "Mining",
"value": 4.4756121
},
{
"date": "Feb-03",
"variable": "Mining",
"value": 2.9475185
},
{
"date": "May-03",
"variable": "Mining",
"value": -1.1619275
},
{
"date": "Aug-03",
"variable": "Mining",
"value": -0.6065871
},
{
"date": "Nov-03",
"variable": "Mining",
"value": 5.8217983
},
{
"date": "Feb-04",
"variable": "Mining",
"value": 7.8256745
},
{
"date": "May-04",
"variable": "Mining",
"value": 2.0295234
},
{
"date": "Aug-04",
"variable": "Mining",
"value": -1.7523979
},
{
"date": "Nov-04",
"variable": "Mining",
"value": 1.1034564
},
{
"date": "Feb-05",
"variable": "Mining",
"value": 5.5997115
},
{
"date": "May-05",
"variable": "Mining",
"value": 8.6450711
},
{
"date": "Aug-05",
"variable": "Mining",
"value": 7.0010894
},
{
"date": "Nov-05",
"variable": "Mining",
"value": 5.0578594
},
{
"date": "Feb-06",
"variable": "Mining",
"value": 2.5576617
},
{
"date": "May-06",
"variable": "Mining",
"value": 1.2406519
},
{
"date": "Aug-06",
"variable": "Mining",
"value": 2.2418695
},
{
"date": "Nov-06",
"variable": "Mining",
"value": 2.0354332
},
{
"date": "Feb-07",
"variable": "Mining",
"value": 0.6153797
},
{
"date": "May-07",
"variable": "Mining",
"value": 0.7478873
},
{
"date": "Aug-07",
"variable": "Mining",
"value": -0.873623
},
{
"date": "Nov-07",
"variable": "Mining",
"value": 2.0581217
},
{
"date": "Feb-08",
"variable": "Mining",
"value": 8.2015699
},
{
"date": "May-08",
"variable": "Mining",
"value": 14.4407663
},
{
"date": "Aug-08",
"variable": "Mining",
"value": 13.4525021
},
{
"date": "Nov-08",
"variable": "Mining",
"value": 1.6769308
},
{
"date": "Feb-09",
"variable": "Mining",
"value": -7.9381504
},
{
"date": "May-09",
"variable": "Mining",
"value": -6.9027648
},
{
"date": "Aug-09",
"variable": "Mining",
"value": 0.09774209999998
},
{
"date": "Nov-09",
"variable": "Mining",
"value": 6.0800087
},
{
"date": "Feb-10",
"variable": "Mining",
"value": 7.7146604
},
{
"date": "May-10",
"variable": "Mining",
"value": 8.3341296
},
{
"date": "Aug-10",
"variable": "Mining",
"value": 8.5189827
},
{
"date": "Nov-10",
"variable": "Mining",
"value": 7.2265165
},
{
"date": "Feb-11",
"variable": "Mining",
"value": 6.7762284
},
{
"date": "May-11",
"variable": "Mining",
"value": 9.110063
},
{
"date": "Aug-11",
"variable": "Mining",
"value": 11.6015574
},
{
"date": "Nov-11",
"variable": "Mining",
"value": 14.3286622
},
{
"date": "Feb-12",
"variable": "Mining",
"value": 15.9292371
},
{
"date": "May-12",
"variable": "Mining",
"value": 11.6034919
},
{
"date": "Aug-12",
"variable": "Mining",
"value": 3.2957646
},
{
"date": "Nov-12",
"variable": "Mining",
"value": -3.9026467
},
{
"date": "Feb-13",
"variable": "Mining",
"value": -3.9870906
},
{
"date": "May-13",
"variable": "Mining",
"value": 0.3777441
},
{
"date": "Aug-13",
"variable": "Mining",
"value": 2.00227
},
{
"date": "May-93",
"variable": "Agriculture..manufacturing.and.construction",
"value": -7.969746
},
{
"date": "Aug-93",
"variable": "Agriculture..manufacturing.and.construction",
"value": 1.285899
},
{
"date": "Nov-93",
"variable": "Agriculture..manufacturing.and.construction",
"value": 12.623639
},
{
"date": "Feb-94",
"variable": "Agriculture..manufacturing.and.construction",
"value": 12.841501
},
{
"date": "May-94",
"variable": "Agriculture..manufacturing.and.construction",
"value": 7.212212
},
{
"date": "Aug-94",
"variable": "Agriculture..manufacturing.and.construction",
"value": 5.864959
},
{
"date": "Nov-94",
"variable": "Agriculture..manufacturing.and.construction",
"value": 2.32086
},
{
"date": "Feb-95",
"variable": "Agriculture..manufacturing.and.construction",
"value": -2.604919
},
{
"date": "May-95",
"variable": "Agriculture..manufacturing.and.construction",
"value": 2.130831
},
{
"date": "Aug-95",
"variable": "Agriculture..manufacturing.and.construction",
"value": 4.522996
},
{
"date": "Nov-95",
"variable": "Agriculture..manufacturing.and.construction",
"value": 2.746034
},
{
"date": "Feb-96",
"variable": "Agriculture..manufacturing.and.construction",
"value": 0.7370740000001
},
{
"date": "May-96",
"variable": "Agriculture..manufacturing.and.construction",
"value": -0.5051230000001
},
{
"date": "Aug-96",
"variable": "Agriculture..manufacturing.and.construction",
"value": 6.894172
},
{
"date": "Nov-96",
"variable": "Agriculture..manufacturing.and.construction",
"value": 9.881818
},
{
"date": "Feb-97",
"variable": "Agriculture..manufacturing.and.construction",
"value": 3.624314
},
{
"date": "May-97",
"variable": "Agriculture..manufacturing.and.construction",
"value": 5.209404
},
{
"date": "Aug-97",
"variable": "Agriculture..manufacturing.and.construction",
"value": 9.016156
},
{
"date": "Nov-97",
"variable": "Agriculture..manufacturing.and.construction",
"value": 0.3486679999999
},
{
"date": "Feb-98",
"variable": "Agriculture..manufacturing.and.construction",
"value": -13.211573
},
{
"date": "May-98",
"variable": "Agriculture..manufacturing.and.construction",
"value": -21.564516
},
{
"date": "Aug-98",
"variable": "Agriculture..manufacturing.and.construction",
"value": -17.675549
},
{
"date": "Nov-98",
"variable": "Agriculture..manufacturing.and.construction",
"value": -6.575599
},
{
"date": "Feb-99",
"variable": "Agriculture..manufacturing.and.construction",
"value": -4.881584
},
{
"date": "May-99",
"variable": "Agriculture..manufacturing.and.construction",
"value": -0.399514
},
{
"date": "Aug-99",
"variable": "Agriculture..manufacturing.and.construction",
"value": 3.324174
},
{
"date": "Nov-99",
"variable": "Agriculture..manufacturing.and.construction",
"value": 9.287049
},
{
"date": "Feb-00",
"variable": "Agriculture..manufacturing.and.construction",
"value": 53.788348
},
{
"date": "May-00",
"variable": "Agriculture..manufacturing.and.construction",
"value": 12.36794
},
{
"date": "Aug-00",
"variable": "Agriculture..manufacturing.and.construction",
"value": -6.293487
},
{
"date": "Nov-00",
"variable": "Agriculture..manufacturing.and.construction",
"value": -18.750981
},
{
"date": "Feb-01",
"variable": "Agriculture..manufacturing.and.construction",
"value": -18.199761
},
{
"date": "May-01",
"variable": "Agriculture..manufacturing.and.construction",
"value": -5.565525
},
{
"date": "Aug-01",
"variable": "Agriculture..manufacturing.and.construction",
"value": -2.522665
},
{
"date": "Nov-01",
"variable": "Agriculture..manufacturing.and.construction",
"value": -0.498668
},
{
"date": "Feb-02",
"variable": "Agriculture..manufacturing.and.construction",
"value": 1.071848
},
{
"date": "May-02",
"variable": "Agriculture..manufacturing.and.construction",
"value": -2.820437
},
{
"date": "Aug-02",
"variable": "Agriculture..manufacturing.and.construction",
"value": -6.566097
},
{
"date": "Nov-02",
"variable": "Agriculture..manufacturing.and.construction",
"value": -9.548774
},
{
"date": "Feb-03",
"variable": "Agriculture..manufacturing.and.construction",
"value": -12.32991
},
{
"date": "May-03",
"variable": "Agriculture..manufacturing.and.construction",
"value": -19.907092
},
{
"date": "Aug-03",
"variable": "Agriculture..manufacturing.and.construction",
"value": -25.458701
},
{
"date": "Nov-03",
"variable": "Agriculture..manufacturing.and.construction",
"value": -13.989604
},
{
"date": "Feb-04",
"variable": "Agriculture..manufacturing.and.construction",
"value": 6.639394
},
{
"date": "May-04",
"variable": "Agriculture..manufacturing.and.construction",
"value": 12.438256
},
{
"date": "Aug-04",
"variable": "Agriculture..manufacturing.and.construction",
"value": 6.90209
},
{
"date": "Nov-04",
"variable": "Agriculture..manufacturing.and.construction",
"value": -1.454356
},
{
"date": "Feb-05",
"variable": "Agriculture..manufacturing.and.construction",
"value": -10.243608
},
{
"date": "May-05",
"variable": "Agriculture..manufacturing.and.construction",
"value": -14.717605
},
{
"date": "Aug-05",
"variable": "Agriculture..manufacturing.and.construction",
"value": -10.955006
},
{
"date": "Nov-05",
"variable": "Agriculture..manufacturing.and.construction",
"value": -3.30608
},
{
"date": "Feb-06",
"variable": "Agriculture..manufacturing.and.construction",
"value": 2.682167
},
{
"date": "May-06",
"variable": "Agriculture..manufacturing.and.construction",
"value": -3.094729
},
{
"date": "Aug-06",
"variable": "Agriculture..manufacturing.and.construction",
"value": -6.667413
},
{
"date": "Nov-06",
"variable": "Agriculture..manufacturing.and.construction",
"value": 2.467592
},
{
"date": "Feb-07",
"variable": "Agriculture..manufacturing.and.construction",
"value": 9.067326
},
{
"date": "May-07",
"variable": "Agriculture..manufacturing.and.construction",
"value": 10.112712
},
{
"date": "Aug-07",
"variable": "Agriculture..manufacturing.and.construction",
"value": 6.424423
},
{
"date": "Nov-07",
"variable": "Agriculture..manufacturing.and.construction",
"value": 12.066333
},
{
"date": "Feb-08",
"variable": "Agriculture..manufacturing.and.construction",
"value": 16.730987
},
{
"date": "May-08",
"variable": "Agriculture..manufacturing.and.construction",
"value": 5.785999
},
{
"date": "Aug-08",
"variable": "Agriculture..manufacturing.and.construction",
"value": -9.386852
},
{
"date": "Nov-08",
"variable": "Agriculture..manufacturing.and.construction",
"value": -21.68274
},
{
"date": "Feb-09",
"variable": "Agriculture..manufacturing.and.construction",
"value": -14.18349
},
{
"date": "May-09",
"variable": "Agriculture..manufacturing.and.construction",
"value": -4.246431
},
{
"date": "Aug-09",
"variable": "Agriculture..manufacturing.and.construction",
"value": -3.283487
},
{
"date": "Nov-09",
"variable": "Agriculture..manufacturing.and.construction",
"value": -5.103923
},
{
"date": "Feb-10",
"variable": "Agriculture..manufacturing.and.construction",
"value": -4.52571
},
{
"date": "May-10",
"variable": "Agriculture..manufacturing.and.construction",
"value": -2.282964
},
{
"date": "Aug-10",
"variable": "Agriculture..manufacturing.and.construction",
"value": -2.894551
},
{
"date": "Nov-10",
"variable": "Agriculture..manufacturing.and.construction",
"value": -13.853071
},
{
"date": "Feb-11",
"variable": "Agriculture..manufacturing.and.construction",
"value": -26.691137
},
{
"date": "May-11",
"variable": "Agriculture..manufacturing.and.construction",
"value": -31.017944
},
{
"date": "Aug-11",
"variable": "Agriculture..manufacturing.and.construction",
"value": -13.281426
},
{
"date": "Nov-11",
"variable": "Agriculture..manufacturing.and.construction",
"value": 6.15665
},
{
"date": "Feb-12",
"variable": "Agriculture..manufacturing.and.construction",
"value": 12.89513
},
{
"date": "May-12",
"variable": "Agriculture..manufacturing.and.construction",
"value": 7.692606
},
{
"date": "Aug-12",
"variable": "Agriculture..manufacturing.and.construction",
"value": -6.62192
},
{
"date": "Nov-12",
"variable": "Agriculture..manufacturing.and.construction",
"value": -12.69466
},
{
"date": "Feb-13",
"variable": "Agriculture..manufacturing.and.construction",
"value": -17.867497
},
{
"date": "May-13",
"variable": "Agriculture..manufacturing.and.construction",
"value": -19.667608
},
{
"date": "Aug-13",
"variable": "Agriculture..manufacturing.and.construction",
"value": -17.873658
},
{
"date": "May-93",
"variable": "Education",
"value": 4.79184
},
{
"date": "Aug-93",
"variable": "Education",
"value": 3.7775249
},
{
"date": "Nov-93",
"variable": "Education",
"value": -0.8408432
},
{
"date": "Feb-94",
"variable": "Education",
"value": -3.3638351
},
{
"date": "May-94",
"variable": "Education",
"value": -2.8837644
},
{
"date": "Aug-94",
"variable": "Education",
"value": 0.3573478999999
},
{
"date": "Nov-94",
"variable": "Education",
"value": 4.5837196
},
{
"date": "Feb-95",
"variable": "Education",
"value": 8.0908492
},
{
"date": "May-95",
"variable": "Education",
"value": 10.4515283
},
{
"date": "Aug-95",
"variable": "Education",
"value": 9.5561403
},
{
"date": "Nov-95",
"variable": "Education",
"value": 6.0164943
},
{
"date": "Feb-96",
"variable": "Education",
"value": 1.548413
},
{
"date": "May-96",
"variable": "Education",
"value": -0.4981988
},
{
"date": "Aug-96",
"variable": "Education",
"value": -0.5355856
},
{
"date": "Nov-96",
"variable": "Education",
"value": -0.5656307
},
{
"date": "Feb-97",
"variable": "Education",
"value": -2.1946071
},
{
"date": "May-97",
"variable": "Education",
"value": -2.9474828
},
{
"date": "Aug-97",
"variable": "Education",
"value": -1.7134179
},
{
"date": "Nov-97",
"variable": "Education",
"value": 3.7892997
},
{
"date": "Feb-98",
"variable": "Education",
"value": 7.0586217
},
{
"date": "May-98",
"variable": "Education",
"value": 6.3124019
},
{
"date": "Aug-98",
"variable": "Education",
"value": 4.4400369
},
{
"date": "Nov-98",
"variable": "Education",
"value": 5.592344
},
{
"date": "Feb-99",
"variable": "Education",
"value": 7.4414115
},
{
"date": "May-99",
"variable": "Education",
"value": 6.4576165
},
{
"date": "Aug-99",
"variable": "Education",
"value": 0.2349094
},
{
"date": "Nov-99",
"variable": "Education",
"value": -1.917863
},
{
"date": "Feb-00",
"variable": "Education",
"value": -8.4580111
},
{
"date": "May-00",
"variable": "Education",
"value": 6.7315069
},
{
"date": "Aug-00",
"variable": "Education",
"value": 6.5123276
},
{
"date": "Nov-00",
"variable": "Education",
"value": 2.3457164
},
{
"date": "Feb-01",
"variable": "Education",
"value": 1.1983865
},
{
"date": "May-01",
"variable": "Education",
"value": 5.8085537
},
{
"date": "Aug-01",
"variable": "Education",
"value": 9.6684358
},
{
"date": "Nov-01",
"variable": "Education",
"value": 7.2435396
},
{
"date": "Feb-02",
"variable": "Education",
"value": 4.6460637
},
{
"date": "May-02",
"variable": "Education",
"value": 3.6780725
},
{
"date": "Aug-02",
"variable": "Education",
"value": 7.0124127
},
{
"date": "Nov-02",
"variable": "Education",
"value": 8.9252385
},
{
"date": "Feb-03",
"variable": "Education",
"value": 9.2860774
},
{
"date": "May-03",
"variable": "Education",
"value": 8.7541912
},
{
"date": "Aug-03",
"variable": "Education",
"value": 7.167231
},
{
"date": "Nov-03",
"variable": "Education",
"value": 3.1465518
},
{
"date": "Feb-04",
"variable": "Education",
"value": 0.0742765
},
{
"date": "May-04",
"variable": "Education",
"value": -3.488391
},
{
"date": "Aug-04",
"variable": "Education",
"value": -9.1580421
},
{
"date": "Nov-04",
"variable": "Education",
"value": -10.6758174
},
{
"date": "Feb-05",
"variable": "Education",
"value": 0.5351232
},
{
"date": "May-05",
"variable": "Education",
"value": 16.1849148
},
{
"date": "Aug-05",
"variable": "Education",
"value": 26.560926
},
{
"date": "Nov-05",
"variable": "Education",
"value": 20.2760366
},
{
"date": "Feb-06",
"variable": "Education",
"value": -0.6595564
},
{
"date": "May-06",
"variable": "Education",
"value": -11.6673552
},
{
"date": "Aug-06",
"variable": "Education",
"value": -7.355327
},
{
"date": "Nov-06",
"variable": "Education",
"value": 7.5572531
},
{
"date": "Feb-07",
"variable": "Education",
"value": 15.2291437
},
{
"date": "May-07",
"variable": "Education",
"value": 9.6316918
},
{
"date": "Aug-07",
"variable": "Education",
"value": 7.0295947
},
{
"date": "Nov-07",
"variable": "Education",
"value": 12.8823865
},
{
"date": "Feb-08",
"variable": "Education",
"value": 18.6357368
},
{
"date": "May-08",
"variable": "Education",
"value": 12.0073494
},
{
"date": "Aug-08",
"variable": "Education",
"value": -2.2803666
},
{
"date": "Nov-08",
"variable": "Education",
"value": -9.0173108
},
{
"date": "Feb-09",
"variable": "Education",
"value": -5.9256413
},
{
"date": "May-09",
"variable": "Education",
"value": 5.0632738
},
{
"date": "Aug-09",
"variable": "Education",
"value": 13.8079075
},
{
"date": "Nov-09",
"variable": "Education",
"value": 7.4694439
},
{
"date": "Feb-10",
"variable": "Education",
"value": 5.4951103
},
{
"date": "May-10",
"variable": "Education",
"value": 10.3963406
},
{
"date": "Aug-10",
"variable": "Education",
"value": 10.8312572
},
{
"date": "Nov-10",
"variable": "Education",
"value": 6.6545207
},
{
"date": "Feb-11",
"variable": "Education",
"value": -2.3377878
},
{
"date": "May-11",
"variable": "Education",
"value": -4.3385055
},
{
"date": "Aug-11",
"variable": "Education",
"value": 1.6265389
},
{
"date": "Nov-11",
"variable": "Education",
"value": 4.9095137
},
{
"date": "Feb-12",
"variable": "Education",
"value": 8.9566362
},
{
"date": "May-12",
"variable": "Education",
"value": 13.0414117
},
{
"date": "Aug-12",
"variable": "Education",
"value": 13.0456999
},
{
"date": "Nov-12",
"variable": "Education",
"value": 12.4361411
},
{
"date": "Feb-13",
"variable": "Education",
"value": 2.3925801
},
{
"date": "May-13",
"variable": "Education",
"value": -6.413115
},
{
"date": "Aug-13",
"variable": "Education",
"value": -12.3923871
},
{
"date": "May-93",
"variable": "Health",
"value": 1.1953083
},
{
"date": "Aug-93",
"variable": "Health",
"value": 9.4210949
},
{
"date": "Nov-93",
"variable": "Health",
"value": 12.9780723
},
{
"date": "Feb-94",
"variable": "Health",
"value": 5.5612456
},
{
"date": "May-94",
"variable": "Health",
"value": -3.2186235
},
{
"date": "Aug-94",
"variable": "Health",
"value": -4.0144385
},
{
"date": "Nov-94",
"variable": "Health",
"value": 3.3538796
},
{
"date": "Feb-95",
"variable": "Health",
"value": 14.4198012
},
{
"date": "May-95",
"variable": "Health",
"value": 15.6799365
},
{
"date": "Aug-95",
"variable": "Health",
"value": 7.6684126
},
{
"date": "Nov-95",
"variable": "Health",
"value": 2.7298709
},
{
"date": "Feb-96",
"variable": "Health",
"value": 1.8831345
},
{
"date": "May-96",
"variable": "Health",
"value": 6.7301195
},
{
"date": "Aug-96",
"variable": "Health",
"value": 8.3102109
},
{
"date": "Nov-96",
"variable": "Health",
"value": 1.4571273
},
{
"date": "Feb-97",
"variable": "Health",
"value": -2.1801563
},
{
"date": "May-97",
"variable": "Health",
"value": 2.425579
},
{
"date": "Aug-97",
"variable": "Health",
"value": 10.2954912
},
{
"date": "Nov-97",
"variable": "Health",
"value": 15.0043767
},
{
"date": "Feb-98",
"variable": "Health",
"value": 11.1916701
},
{
"date": "May-98",
"variable": "Health",
"value": 4.2665883
},
{
"date": "Aug-98",
"variable": "Health",
"value": 4.9850074
},
{
"date": "Nov-98",
"variable": "Health",
"value": 4.6326197
},
{
"date": "Feb-99",
"variable": "Health",
"value": -2.0507556
},
{
"date": "May-99",
"variable": "Health",
"value": -6.2584829
},
{
"date": "Aug-99",
"variable": "Health",
"value": -3.5603466
},
{
"date": "Nov-99",
"variable": "Health",
"value": 6.223797
},
{
"date": "Feb-00",
"variable": "Health",
"value": 21.0389205
},
{
"date": "May-00",
"variable": "Health",
"value": 9.3410396
},
{
"date": "Aug-00",
"variable": "Health",
"value": 3.3586516
},
{
"date": "Nov-00",
"variable": "Health",
"value": 9.1586494
},
{
"date": "Feb-01",
"variable": "Health",
"value": 15.4626094
},
{
"date": "May-01",
"variable": "Health",
"value": 16.8166738
},
{
"date": "Aug-01",
"variable": "Health",
"value": 11.0391148
},
{
"date": "Nov-01",
"variable": "Health",
"value": 2.9317378
},
{
"date": "Feb-02",
"variable": "Health",
"value": 6.3253979
},
{
"date": "May-02",
"variable": "Health",
"value": 13.7465295
},
{
"date": "Aug-02",
"variable": "Health",
"value": 12.5054022
},
{
"date": "Nov-02",
"variable": "Health",
"value": 4.1020036
},
{
"date": "Feb-03",
"variable": "Health",
"value": -7.9155519
},
{
"date": "May-03",
"variable": "Health",
"value": -8.8453794
},
{
"date": "Aug-03",
"variable": "Health",
"value": 6.122723
},
{
"date": "Nov-03",
"variable": "Health",
"value": 16.8386445
},
{
"date": "Feb-04",
"variable": "Health",
"value": 16.2666131
},
{
"date": "May-04",
"variable": "Health",
"value": 9.614043
},
{
"date": "Aug-04",
"variable": "Health",
"value": 5.2719955
},
{
"date": "Nov-04",
"variable": "Health",
"value": 4.9493533
},
{
"date": "Feb-05",
"variable": "Health",
"value": 8.762445
},
{
"date": "May-05",
"variable": "Health",
"value": 10.6151981
},
{
"date": "Aug-05",
"variable": "Health",
"value": 12.2679112
},
{
"date": "Nov-05",
"variable": "Health",
"value": 16.901472
},
{
"date": "Feb-06",
"variable": "Health",
"value": 20.106791
},
{
"date": "May-06",
"variable": "Health",
"value": 16.339643
},
{
"date": "Aug-06",
"variable": "Health",
"value": 7.250518
},
{
"date": "Nov-06",
"variable": "Health",
"value": 0.2853380000001
},
{
"date": "Feb-07",
"variable": "Health",
"value": 2.331901
},
{
"date": "May-07",
"variable": "Health",
"value": 7.363392
},
{
"date": "Aug-07",
"variable": "Health",
"value": 10.288603
},
{
"date": "Nov-07",
"variable": "Health",
"value": 11.975701
},
{
"date": "Feb-08",
"variable": "Health",
"value": 8.213343
},
{
"date": "May-08",
"variable": "Health",
"value": 3.48858
},
{
"date": "Aug-08",
"variable": "Health",
"value": 5.324128
},
{
"date": "Nov-08",
"variable": "Health",
"value": 18.653978
},
{
"date": "Feb-09",
"variable": "Health",
"value": 35.580648
},
{
"date": "May-09",
"variable": "Health",
"value": 31.751759
},
{
"date": "Aug-09",
"variable": "Health",
"value": 10.511977
},
{
"date": "Nov-09",
"variable": "Health",
"value": -5.430301
},
{
"date": "Feb-10",
"variable": "Health",
"value": 2.231416
},
{
"date": "May-10",
"variable": "Health",
"value": 23.452439
},
{
"date": "Aug-10",
"variable": "Health",
"value": 33.756541
},
{
"date": "Nov-10",
"variable": "Health",
"value": 19.182214
},
{
"date": "Feb-11",
"variable": "Health",
"value": 6.400074
},
{
"date": "May-11",
"variable": "Health",
"value": 9.130941
},
{
"date": "Aug-11",
"variable": "Health",
"value": 18.843136
},
{
"date": "Nov-11",
"variable": "Health",
"value": 19.517547
},
{
"date": "Feb-12",
"variable": "Health",
"value": 12.893286
},
{
"date": "May-12",
"variable": "Health",
"value": 6.115522
},
{
"date": "Aug-12",
"variable": "Health",
"value": 8.138163
},
{
"date": "Nov-12",
"variable": "Health",
"value": 12.676276
},
{
"date": "Feb-13",
"variable": "Health",
"value": 9.028753
},
{
"date": "May-13",
"variable": "Health",
"value": 4.538381
},
{
"date": "Aug-13",
"variable": "Health",
"value": 0.8704989999999
},
{
"date": "May-93",
"variable": "Wholesale...Retail.Trade",
"value": 15.209648
},
{
"date": "Aug-93",
"variable": "Wholesale...Retail.Trade",
"value": 8.586834
},
{
"date": "Nov-93",
"variable": "Wholesale...Retail.Trade",
"value": 5.018578
},
{
"date": "Feb-94",
"variable": "Wholesale...Retail.Trade",
"value": 9.435281
},
{
"date": "May-94",
"variable": "Wholesale...Retail.Trade",
"value": 8.498295
},
{
"date": "Aug-94",
"variable": "Wholesale...Retail.Trade",
"value": 1.343107
},
{
"date": "Nov-94",
"variable": "Wholesale...Retail.Trade",
"value": 1.848609
},
{
"date": "Feb-95",
"variable": "Wholesale...Retail.Trade",
"value": 7.362674
},
{
"date": "May-95",
"variable": "Wholesale...Retail.Trade",
"value": 14.627846
},
{
"date": "Aug-95",
"variable": "Wholesale...Retail.Trade",
"value": 7.945268
},
{
"date": "Nov-95",
"variable": "Wholesale...Retail.Trade",
"value": 6.56127
},
{
"date": "Feb-96",
"variable": "Wholesale...Retail.Trade",
"value": 7.800925
},
{
"date": "May-96",
"variable": "Wholesale...Retail.Trade",
"value": 6.448643
},
{
"date": "Aug-96",
"variable": "Wholesale...Retail.Trade",
"value": -0.389036
},
{
"date": "Nov-96",
"variable": "Wholesale...Retail.Trade",
"value": -3.64383
},
{
"date": "Feb-97",
"variable": "Wholesale...Retail.Trade",
"value": -11.2806
},
{
"date": "May-97",
"variable": "Wholesale...Retail.Trade",
"value": -7.50274
},
{
"date": "Aug-97",
"variable": "Wholesale...Retail.Trade",
"value": 3.205554
},
{
"date": "Nov-97",
"variable": "Wholesale...Retail.Trade",
"value": 17.618907
},
{
"date": "Feb-98",
"variable": "Wholesale...Retail.Trade",
"value": 23.461293
},
{
"date": "May-98",
"variable": "Wholesale...Retail.Trade",
"value": 15.876975
},
{
"date": "Aug-98",
"variable": "Wholesale...Retail.Trade",
"value": 5.016407
},
{
"date": "Nov-98",
"variable": "Wholesale...Retail.Trade",
"value": 5.204797
},
{
"date": "Feb-99",
"variable": "Wholesale...Retail.Trade",
"value": 9.003028
},
{
"date": "May-99",
"variable": "Wholesale...Retail.Trade",
"value": 12.170418
},
{
"date": "Aug-99",
"variable": "Wholesale...Retail.Trade",
"value": 9.610654
},
{
"date": "Nov-99",
"variable": "Wholesale...Retail.Trade",
"value": -0.4599909999999
},
{
"date": "Feb-00",
"variable": "Wholesale...Retail.Trade",
"value": -27.337281
},
{
"date": "May-00",
"variable": "Wholesale...Retail.Trade",
"value": -36.025954
},
{
"date": "Aug-00",
"variable": "Wholesale...Retail.Trade",
"value": 3.778598
},
{
"date": "Nov-00",
"variable": "Wholesale...Retail.Trade",
"value": 4.720855
},
{
"date": "Feb-01",
"variable": "Wholesale...Retail.Trade",
"value": 1.73817
},
{
"date": "May-01",
"variable": "Wholesale...Retail.Trade",
"value": 3.211921
},
{
"date": "Aug-01",
"variable": "Wholesale...Retail.Trade",
"value": 11.602355
},
{
"date": "Nov-01",
"variable": "Wholesale...Retail.Trade",
"value": 13.203243
},
{
"date": "Feb-02",
"variable": "Wholesale...Retail.Trade",
"value": 11.352229
},
{
"date": "May-02",
"variable": "Wholesale...Retail.Trade",
"value": 10.870666
},
{
"date": "Aug-02",
"variable": "Wholesale...Retail.Trade",
"value": 18.057664
},
{
"date": "Nov-02",
"variable": "Wholesale...Retail.Trade",
"value": 32.273193
},
{
"date": "Feb-03",
"variable": "Wholesale...Retail.Trade",
"value": 25.641508
},
{
"date": "May-03",
"variable": "Wholesale...Retail.Trade",
"value": 3.499065
},
{
"date": "Aug-03",
"variable": "Wholesale...Retail.Trade",
"value": -13.662714
},
{
"date": "Nov-03",
"variable": "Wholesale...Retail.Trade",
"value": -14.146257
},
{
"date": "Feb-04",
"variable": "Wholesale...Retail.Trade",
"value": -4.225927
},
{
"date": "May-04",
"variable": "Wholesale...Retail.Trade",
"value": 6.81755
},
{
"date": "Aug-04",
"variable": "Wholesale...Retail.Trade",
"value": 15.454612
},
{
"date": "Nov-04",
"variable": "Wholesale...Retail.Trade",
"value": 25.334007
},
{
"date": "Feb-05",
"variable": "Wholesale...Retail.Trade",
"value": 24.682281
},
{
"date": "May-05",
"variable": "Wholesale...Retail.Trade",
"value": 11.757599
},
{
"date": "Aug-05",
"variable": "Wholesale...Retail.Trade",
"value": -4.602188
},
{
"date": "Nov-05",
"variable": "Wholesale...Retail.Trade",
"value": -9.517489
},
{
"date": "Feb-06",
"variable": "Wholesale...Retail.Trade",
"value": 0.911918
},
{
"date": "May-06",
"variable": "Wholesale...Retail.Trade",
"value": 16.189395
},
{
"date": "Aug-06",
"variable": "Wholesale...Retail.Trade",
"value": 19.702575
},
{
"date": "Nov-06",
"variable": "Wholesale...Retail.Trade",
"value": 9.313134
},
{
"date": "Feb-07",
"variable": "Wholesale...Retail.Trade",
"value": -0.148132
},
{
"date": "May-07",
"variable": "Wholesale...Retail.Trade",
"value": 3.7508
},
{
"date": "Aug-07",
"variable": "Wholesale...Retail.Trade",
"value": 14.472774
},
{
"date": "Nov-07",
"variable": "Wholesale...Retail.Trade",
"value": 17.28605
},
{
"date": "Feb-08",
"variable": "Wholesale...Retail.Trade",
"value": 15.721683
},
{
"date": "May-08",
"variable": "Wholesale...Retail.Trade",
"value": 2.38174
},
{
"date": "Aug-08",
"variable": "Wholesale...Retail.Trade",
"value": -9.241308
},
{
"date": "Nov-08",
"variable": "Wholesale...Retail.Trade",
"value": -7.363138
},
{
"date": "Feb-09",
"variable": "Wholesale...Retail.Trade",
"value": -6.232287
},
{
"date": "May-09",
"variable": "Wholesale...Retail.Trade",
"value": -3.928492
},
{
"date": "Aug-09",
"variable": "Wholesale...Retail.Trade",
"value": 1.436226
},
{
"date": "Nov-09",
"variable": "Wholesale...Retail.Trade",
"value": -0.8464690000001
},
{
"date": "Feb-10",
"variable": "Wholesale...Retail.Trade",
"value": -0.178437
},
{
"date": "May-10",
"variable": "Wholesale...Retail.Trade",
"value": -2.496686
},
{
"date": "Aug-10",
"variable": "Wholesale...Retail.Trade",
"value": 5.044978
},
{
"date": "Nov-10",
"variable": "Wholesale...Retail.Trade",
"value": 13.737178
},
{
"date": "Feb-11",
"variable": "Wholesale...Retail.Trade",
"value": 5.569978
},
{
"date": "May-11",
"variable": "Wholesale...Retail.Trade",
"value": -1.124301
},
{
"date": "Aug-11",
"variable": "Wholesale...Retail.Trade",
"value": -4.194017
},
{
"date": "Nov-11",
"variable": "Wholesale...Retail.Trade",
"value": -8.542589
},
{
"date": "Feb-12",
"variable": "Wholesale...Retail.Trade",
"value": -7.704418
},
{
"date": "May-12",
"variable": "Wholesale...Retail.Trade",
"value": -3.43047
},
{
"date": "Aug-12",
"variable": "Wholesale...Retail.Trade",
"value": 13.972031
},
{
"date": "Nov-12",
"variable": "Wholesale...Retail.Trade",
"value": 28.094143
},
{
"date": "Feb-13",
"variable": "Wholesale...Retail.Trade",
"value": 14.013815
},
{
"date": "May-13",
"variable": "Wholesale...Retail.Trade",
"value": -2.324967
},
{
"date": "Aug-13",
"variable": "Wholesale...Retail.Trade",
"value": -12.14084
},
{
"date": "May-93",
"variable": "Public.admin...safety",
"value": 6.3125967
},
{
"date": "Aug-93",
"variable": "Public.admin...safety",
"value": -1.7992199
},
{
"date": "Nov-93",
"variable": "Public.admin...safety",
"value": -3.3169308
},
{
"date": "Feb-94",
"variable": "Public.admin...safety",
"value": -5.4275483
},
{
"date": "May-94",
"variable": "Public.admin...safety",
"value": -6.6046088
},
{
"date": "Aug-94",
"variable": "Public.admin...safety",
"value": -2.053769
},
{
"date": "Nov-94",
"variable": "Public.admin...safety",
"value": 0.9211622
},
{
"date": "Feb-95",
"variable": "Public.admin...safety",
"value": 6.1421579
},
{
"date": "May-95",
"variable": "Public.admin...safety",
"value": 8.1598291
},
{
"date": "Aug-95",
"variable": "Public.admin...safety",
"value": 8.715109
},
{
"date": "Nov-95",
"variable": "Public.admin...safety",
"value": 5.1102537
},
{
"date": "Feb-96",
"variable": "Public.admin...safety",
"value": -1.8864694
},
{
"date": "May-96",
"variable": "Public.admin...safety",
"value": -6.3433612
},
{
"date": "Aug-96",
"variable": "Public.admin...safety",
"value": -3.215382
},
{
"date": "Nov-96",
"variable": "Public.admin...safety",
"value": 2.0573109
},
{
"date": "Feb-97",
"variable": "Public.admin...safety",
"value": -0.2060978
},
{
"date": "May-97",
"variable": "Public.admin...safety",
"value": -4.737038
},
{
"date": "Aug-97",
"variable": "Public.admin...safety",
"value": -5.3705496
},
{
"date": "Nov-97",
"variable": "Public.admin...safety",
"value": -5.4102959
},
{
"date": "Feb-98",
"variable": "Public.admin...safety",
"value": -4.3538425
},
{
"date": "May-98",
"variable": "Public.admin...safety",
"value": -2.7287768
},
{
"date": "Aug-98",
"variable": "Public.admin...safety",
"value": 2.3965861
},
{
"date": "Nov-98",
"variable": "Public.admin...safety",
"value": 10.181486
},
{
"date": "Feb-99",
"variable": "Public.admin...safety",
"value": 10.4174718
},
{
"date": "May-99",
"variable": "Public.admin...safety",
"value": 5.070636
},
{
"date": "Aug-99",
"variable": "Public.admin...safety",
"value": 0.38399
},
{
"date": "Nov-99",
"variable": "Public.admin...safety",
"value": -0.8011809
},
{
"date": "Feb-00",
"variable": "Public.admin...safety",
"value": -0.9540059
},
{
"date": "May-00",
"variable": "Public.admin...safety",
"value": 5.3125836
},
{
"date": "Aug-00",
"variable": "Public.admin...safety",
"value": 9.7534026
},
{
"date": "Nov-00",
"variable": "Public.admin...safety",
"value": 9.9039751
},
{
"date": "Feb-01",
"variable": "Public.admin...safety",
"value": 7.2583199
},
{
"date": "May-01",
"variable": "Public.admin...safety",
"value": 1.8200035
},
{
"date": "Aug-01",
"variable": "Public.admin...safety",
"value": 3.0732663
},
{
"date": "Nov-01",
"variable": "Public.admin...safety",
"value": 9.4828966
},
{
"date": "Feb-02",
"variable": "Public.admin...safety",
"value": 10.0669717
},
{
"date": "May-02",
"variable": "Public.admin...safety",
"value": 9.4128959
},
{
"date": "Aug-02",
"variable": "Public.admin...safety",
"value": 15.4010332
},
{
"date": "Nov-02",
"variable": "Public.admin...safety",
"value": 18.2438625
},
{
"date": "Feb-03",
"variable": "Public.admin...safety",
"value": 10.7344454
},
{
"date": "May-03",
"variable": "Public.admin...safety",
"value": -1.5700257
},
{
"date": "Aug-03",
"variable": "Public.admin...safety",
"value": -6.279086
},
{
"date": "Nov-03",
"variable": "Public.admin...safety",
"value": 4.7433672
},
{
"date": "Feb-04",
"variable": "Public.admin...safety",
"value": 7.3645576
},
{
"date": "May-04",
"variable": "Public.admin...safety",
"value": 4.9522408
},
{
"date": "Aug-04",
"variable": "Public.admin...safety",
"value": 2.7969517
},
{
"date": "Nov-04",
"variable": "Public.admin...safety",
"value": 5.9564901
},
{
"date": "Feb-05",
"variable": "Public.admin...safety",
"value": 7.2183849
},
{
"date": "May-05",
"variable": "Public.admin...safety",
"value": 5.6546248
},
{
"date": "Aug-05",
"variable": "Public.admin...safety",
"value": -2.4183836
},
{
"date": "Nov-05",
"variable": "Public.admin...safety",
"value": -0.6838428
},
{
"date": "Feb-06",
"variable": "Public.admin...safety",
"value": 3.0698498
},
{
"date": "May-06",
"variable": "Public.admin...safety",
"value": 7.9237416
},
{
"date": "Aug-06",
"variable": "Public.admin...safety",
"value": 8.335116
},
{
"date": "Nov-06",
"variable": "Public.admin...safety",
"value": 7.7918091
},
{
"date": "Feb-07",
"variable": "Public.admin...safety",
"value": 5.7454225
},
{
"date": "May-07",
"variable": "Public.admin...safety",
"value": 1.5873898
},
{
"date": "Aug-07",
"variable": "Public.admin...safety",
"value": -4.9340174
},
{
"date": "Nov-07",
"variable": "Public.admin...safety",
"value": -7.5168826
},
{
"date": "Feb-08",
"variable": "Public.admin...safety",
"value": -1.607522
},
{
"date": "May-08",
"variable": "Public.admin...safety",
"value": 7.948177
},
{
"date": "Aug-08",
"variable": "Public.admin...safety",
"value": 12.4022313
},
{
"date": "Nov-08",
"variable": "Public.admin...safety",
"value": 18.1804929
},
{
"date": "Feb-09",
"variable": "Public.admin...safety",
"value": 9.3178426
},
{
"date": "May-09",
"variable": "Public.admin...safety",
"value": -3.4640819
},
{
"date": "Aug-09",
"variable": "Public.admin...safety",
"value": -5.7330809
},
{
"date": "Nov-09",
"variable": "Public.admin...safety",
"value": 2.3188388
},
{
"date": "Feb-10",
"variable": "Public.admin...safety",
"value": 11.8380412
},
{
"date": "May-10",
"variable": "Public.admin...safety",
"value": 11.1494813
},
{
"date": "Aug-10",
"variable": "Public.admin...safety",
"value": 0.3130088
},
{
"date": "Nov-10",
"variable": "Public.admin...safety",
"value": 0.7105295
},
{
"date": "Feb-11",
"variable": "Public.admin...safety",
"value": 5.9931957
},
{
"date": "May-11",
"variable": "Public.admin...safety",
"value": 12.1402429
},
{
"date": "Aug-11",
"variable": "Public.admin...safety",
"value": 14.8109687
},
{
"date": "Nov-11",
"variable": "Public.admin...safety",
"value": 7.6373532
},
{
"date": "Feb-12",
"variable": "Public.admin...safety",
"value": -8.3213378
},
{
"date": "May-12",
"variable": "Public.admin...safety",
"value": -20.4840713
},
{
"date": "Aug-12",
"variable": "Public.admin...safety",
"value": -14.4811145
},
{
"date": "Nov-12",
"variable": "Public.admin...safety",
"value": 1.8229089
},
{
"date": "Feb-13",
"variable": "Public.admin...safety",
"value": 21.7826056
},
{
"date": "May-13",
"variable": "Public.admin...safety",
"value": 26.4848377
},
{
"date": "Aug-13",
"variable": "Public.admin...safety",
"value": 23.8982491
},
{
"date": "May-93",
"variable": "Prof...Tech.Services",
"value": -5.2268505
},
{
"date": "Aug-93",
"variable": "Prof...Tech.Services",
"value": 9.2958914
},
{
"date": "Nov-93",
"variable": "Prof...Tech.Services",
"value": 14.7563916
},
{
"date": "Feb-94",
"variable": "Prof...Tech.Services",
"value": 15.3435746
},
{
"date": "May-94",
"variable": "Prof...Tech.Services",
"value": 16.5867109
},
{
"date": "Aug-94",
"variable": "Prof...Tech.Services",
"value": 13.1313254
},
{
"date": "Nov-94",
"variable": "Prof...Tech.Services",
"value": 11.3814451
},
{
"date": "Feb-95",
"variable": "Prof...Tech.Services",
"value": 13.8844535
},
{
"date": "May-95",
"variable": "Prof...Tech.Services",
"value": 16.1074461
},
{
"date": "Aug-95",
"variable": "Prof...Tech.Services",
"value": 14.1271473
},
{
"date": "Nov-95",
"variable": "Prof...Tech.Services",
"value": 7.5605363
},
{
"date": "Feb-96",
"variable": "Prof...Tech.Services",
"value": 6.6261411
},
{
"date": "May-96",
"variable": "Prof...Tech.Services",
"value": 8.4421367
},
{
"date": "Aug-96",
"variable": "Prof...Tech.Services",
"value": 5.641115
},
{
"date": "Nov-96",
"variable": "Prof...Tech.Services",
"value": 2.0164756
},
{
"date": "Feb-97",
"variable": "Prof...Tech.Services",
"value": 4.2836441
},
{
"date": "May-97",
"variable": "Prof...Tech.Services",
"value": 10.0948959
},
{
"date": "Aug-97",
"variable": "Prof...Tech.Services",
"value": 12.7447913
},
{
"date": "Nov-97",
"variable": "Prof...Tech.Services",
"value": 8.5831402
},
{
"date": "Feb-98",
"variable": "Prof...Tech.Services",
"value": 4.1545506
},
{
"date": "May-98",
"variable": "Prof...Tech.Services",
"value": 3.0685765
},
{
"date": "Aug-98",
"variable": "Prof...Tech.Services",
"value": 4.3377968
},
{
"date": "Nov-98",
"variable": "Prof...Tech.Services",
"value": 3.2673511
},
{
"date": "Feb-99",
"variable": "Prof...Tech.Services",
"value": 0.5972415
},
{
"date": "May-99",
"variable": "Prof...Tech.Services",
"value": 1.8398256
},
{
"date": "Aug-99",
"variable": "Prof...Tech.Services",
"value": 5.1891491
},
{
"date": "Nov-99",
"variable": "Prof...Tech.Services",
"value": 5.5689111
},
{
"date": "Feb-00",
"variable": "Prof...Tech.Services",
"value": 4.3412814
},
{
"date": "May-00",
"variable": "Prof...Tech.Services",
"value": 3.6032997
},
{
"date": "Aug-00",
"variable": "Prof...Tech.Services",
"value": 11.9285896
},
{
"date": "Nov-00",
"variable": "Prof...Tech.Services",
"value": 19.5674891
},
{
"date": "Feb-01",
"variable": "Prof...Tech.Services",
"value": 11.6540718
},
{
"date": "May-01",
"variable": "Prof...Tech.Services",
"value": -9.2343307
},
{
"date": "Aug-01",
"variable": "Prof...Tech.Services",
"value": -21.0864285
},
{
"date": "Nov-01",
"variable": "Prof...Tech.Services",
"value": -11.36542
},
{
"date": "Feb-02",
"variable": "Prof...Tech.Services",
"value": 8.5327453
},
{
"date": "May-02",
"variable": "Prof...Tech.Services",
"value": 12.4486554
},
{
"date": "Aug-02",
"variable": "Prof...Tech.Services",
"value": 3.5229791
},
{
"date": "Nov-02",
"variable": "Prof...Tech.Services",
"value": -1.9979482
},
{
"date": "Feb-03",
"variable": "Prof...Tech.Services",
"value": 2.3988132
},
{
"date": "May-03",
"variable": "Prof...Tech.Services",
"value": 9.3897244
},
{
"date": "Aug-03",
"variable": "Prof...Tech.Services",
"value": 10.5004447
},
{
"date": "Nov-03",
"variable": "Prof...Tech.Services",
"value": 2.8703338
},
{
"date": "Feb-04",
"variable": "Prof...Tech.Services",
"value": -3.4886665
},
{
"date": "May-04",
"variable": "Prof...Tech.Services",
"value": -2.9540539
},
{
"date": "Aug-04",
"variable": "Prof...Tech.Services",
"value": 4.1461703
},
{
"date": "Nov-04",
"variable": "Prof...Tech.Services",
"value": 14.1650751
},
{
"date": "Feb-05",
"variable": "Prof...Tech.Services",
"value": 17.2373953
},
{
"date": "May-05",
"variable": "Prof...Tech.Services",
"value": 19.4916386
},
{
"date": "Aug-05",
"variable": "Prof...Tech.Services",
"value": 17.6479095
},
{
"date": "Nov-05",
"variable": "Prof...Tech.Services",
"value": 11.8199411
},
{
"date": "Feb-06",
"variable": "Prof...Tech.Services",
"value": 10.4237561
},
{
"date": "May-06",
"variable": "Prof...Tech.Services",
"value": 14.2796727
},
{
"date": "Aug-06",
"variable": "Prof...Tech.Services",
"value": 9.1531364
},
{
"date": "Nov-06",
"variable": "Prof...Tech.Services",
"value": -1.8323814
},
{
"date": "Feb-07",
"variable": "Prof...Tech.Services",
"value": -4.0291818
},
{
"date": "May-07",
"variable": "Prof...Tech.Services",
"value": 4.6615862
},
{
"date": "Aug-07",
"variable": "Prof...Tech.Services",
"value": 19.8848445
},
{
"date": "Nov-07",
"variable": "Prof...Tech.Services",
"value": 20.8900278
},
{
"date": "Feb-08",
"variable": "Prof...Tech.Services",
"value": 5.6394086
},
{
"date": "May-08",
"variable": "Prof...Tech.Services",
"value": 1.5185106
},
{
"date": "Aug-08",
"variable": "Prof...Tech.Services",
"value": 1.0665641
},
{
"date": "Nov-08",
"variable": "Prof...Tech.Services",
"value": -2.9834046
},
{
"date": "Feb-09",
"variable": "Prof...Tech.Services",
"value": -6.8531299
},
{
"date": "May-09",
"variable": "Prof...Tech.Services",
"value": -4.3268163
},
{
"date": "Aug-09",
"variable": "Prof...Tech.Services",
"value": 17.6269316
},
{
"date": "Nov-09",
"variable": "Prof...Tech.Services",
"value": 32.5032255
},
{
"date": "Feb-10",
"variable": "Prof...Tech.Services",
"value": 20.6639722
},
{
"date": "May-10",
"variable": "Prof...Tech.Services",
"value": 0.8420557000001
},
{
"date": "Aug-10",
"variable": "Prof...Tech.Services",
"value": -1.5477697
},
{
"date": "Nov-10",
"variable": "Prof...Tech.Services",
"value": 4.7412477
},
{
"date": "Feb-11",
"variable": "Prof...Tech.Services",
"value": 8.2038533
},
{
"date": "May-11",
"variable": "Prof...Tech.Services",
"value": 2.2203361
},
{
"date": "Aug-11",
"variable": "Prof...Tech.Services",
"value": -0.8343622
},
{
"date": "Nov-11",
"variable": "Prof...Tech.Services",
"value": 9.1844421
},
{
"date": "Feb-12",
"variable": "Prof...Tech.Services",
"value": 22.8482972
},
{
"date": "May-12",
"variable": "Prof...Tech.Services",
"value": 17.4548479
},
{
"date": "Aug-12",
"variable": "Prof...Tech.Services",
"value": 6.8907932
},
{
"date": "Nov-12",
"variable": "Prof...Tech.Services",
"value": -4.0276709
},
{
"date": "Feb-13",
"variable": "Prof...Tech.Services",
"value": -1.4681997
},
{
"date": "May-13",
"variable": "Prof...Tech.Services",
"value": 3.3752126
},
{
"date": "Aug-13",
"variable": "Prof...Tech.Services",
"value": 2.8272833
},
{
"date": "May-93",
"variable": "Accom...Food",
"value": 0.5220451
},
{
"date": "Aug-93",
"variable": "Accom...Food",
"value": 4.5307645
},
{
"date": "Nov-93",
"variable": "Accom...Food",
"value": 5.5968378
},
{
"date": "Feb-94",
"variable": "Accom...Food",
"value": 8.6945012
},
{
"date": "May-94",
"variable": "Accom...Food",
"value": 12.0139505
},
{
"date": "Aug-94",
"variable": "Accom...Food",
"value": 15.0805655
},
{
"date": "Nov-94",
"variable": "Accom...Food",
"value": 17.0479826
},
{
"date": "Feb-95",
"variable": "Accom...Food",
"value": 13.364932
},
{
"date": "May-95",
"variable": "Accom...Food",
"value": 6.3888549
},
{
"date": "Aug-95",
"variable": "Accom...Food",
"value": -0.9323565
},
{
"date": "Nov-95",
"variable": "Accom...Food",
"value": -8.3717032
},
{
"date": "Feb-96",
"variable": "Accom...Food",
"value": -6.3862109
},
{
"date": "May-96",
"variable": "Accom...Food",
"value": 1.3245124
},
{
"date": "Aug-96",
"variable": "Accom...Food",
"value": 9.5802099
},
{
"date": "Nov-96",
"variable": "Accom...Food",
"value": 12.3334797
},
{
"date": "Feb-97",
"variable": "Accom...Food",
"value": 8.0373211
},
{
"date": "May-97",
"variable": "Accom...Food",
"value": 4.4727468
},
{
"date": "Aug-97",
"variable": "Accom...Food",
"value": -0.3292084999999
},
{
"date": "Nov-97",
"variable": "Accom...Food",
"value": -1.3657629
},
{
"date": "Feb-98",
"variable": "Accom...Food",
"value": 3.9698495
},
{
"date": "May-98",
"variable": "Accom...Food",
"value": 6.6283294
},
{
"date": "Aug-98",
"variable": "Accom...Food",
"value": 6.326261
},
{
"date": "Nov-98",
"variable": "Accom...Food",
"value": 4.5925663
},
{
"date": "Feb-99",
"variable": "Accom...Food",
"value": 0.3010066000001
},
{
"date": "May-99",
"variable": "Accom...Food",
"value": 0.9984152999999
},
{
"date": "Aug-99",
"variable": "Accom...Food",
"value": 2.4881537
},
{
"date": "Nov-99",
"variable": "Accom...Food",
"value": 4.4302014
},
{
"date": "Feb-00",
"variable": "Accom...Food",
"value": 10.78117
},
{
"date": "May-00",
"variable": "Accom...Food",
"value": 14.8730385
},
{
"date": "Aug-00",
"variable": "Accom...Food",
"value": 13.3451888
},
{
"date": "Nov-00",
"variable": "Accom...Food",
"value": 4.2544308
},
{
"date": "Feb-01",
"variable": "Accom...Food",
"value": -3.290645
},
{
"date": "May-01",
"variable": "Accom...Food",
"value": -6.5100101
},
{
"date": "Aug-01",
"variable": "Accom...Food",
"value": -0.4115893000001
},
{
"date": "Nov-01",
"variable": "Accom...Food",
"value": 6.4814589
},
{
"date": "Feb-02",
"variable": "Accom...Food",
"value": 5.0125867
},
{
"date": "May-02",
"variable": "Accom...Food",
"value": -1.8863596
},
{
"date": "Aug-02",
"variable": "Accom...Food",
"value": -6.2306688
},
{
"date": "Nov-02",
"variable": "Accom...Food",
"value": -3.1747402
},
{
"date": "Feb-03",
"variable": "Accom...Food",
"value": 7.1934999
},
{
"date": "May-03",
"variable": "Accom...Food",
"value": 9.4689813
},
{
"date": "Aug-03",
"variable": "Accom...Food",
"value": 7.1391693
},
{
"date": "Nov-03",
"variable": "Accom...Food",
"value": 3.258433
},
{
"date": "Feb-04",
"variable": "Accom...Food",
"value": -1.1158943
},
{
"date": "May-04",
"variable": "Accom...Food",
"value": 0.3896178
},
{
"date": "Aug-04",
"variable": "Accom...Food",
"value": 5.8005712
},
{
"date": "Nov-04",
"variable": "Accom...Food",
"value": 14.0429668
},
{
"date": "Feb-05",
"variable": "Accom...Food",
"value": 12.7897384
},
{
"date": "May-05",
"variable": "Accom...Food",
"value": 6.4742859
},
{
"date": "Aug-05",
"variable": "Accom...Food",
"value": -4.2013526
},
{
"date": "Nov-05",
"variable": "Accom...Food",
"value": -14.2987308
},
{
"date": "Feb-06",
"variable": "Accom...Food",
"value": -12.8385931
},
{
"date": "May-06",
"variable": "Accom...Food",
"value": -3.8555866
},
{
"date": "Aug-06",
"variable": "Accom...Food",
"value": 9.136694
},
{
"date": "Nov-06",
"variable": "Accom...Food",
"value": 17.5672142
},
{
"date": "Feb-07",
"variable": "Accom...Food",
"value": 15.6207877
},
{
"date": "May-07",
"variable": "Accom...Food",
"value": 7.1607576
},
{
"date": "Aug-07",
"variable": "Accom...Food",
"value": -2.0169306
},
{
"date": "Nov-07",
"variable": "Accom...Food",
"value": -4.2163072
},
{
"date": "Feb-08",
"variable": "Accom...Food",
"value": 3.5067499
},
{
"date": "May-08",
"variable": "Accom...Food",
"value": 6.9239599
},
{
"date": "Aug-08",
"variable": "Accom...Food",
"value": 3.8508486
},
{
"date": "Nov-08",
"variable": "Accom...Food",
"value": -1.2567136
},
{
"date": "Feb-09",
"variable": "Accom...Food",
"value": 3.2219735
},
{
"date": "May-09",
"variable": "Accom...Food",
"value": 11.3959029
},
{
"date": "Aug-09",
"variable": "Accom...Food",
"value": 11.3808428
},
{
"date": "Nov-09",
"variable": "Accom...Food",
"value": 8.3144851
},
{
"date": "Feb-10",
"variable": "Accom...Food",
"value": -0.9857759
},
{
"date": "May-10",
"variable": "Accom...Food",
"value": -5.075315
},
{
"date": "Aug-10",
"variable": "Accom...Food",
"value": 5.0872894
},
{
"date": "Nov-10",
"variable": "Accom...Food",
"value": 16.1630271
},
{
"date": "Feb-11",
"variable": "Accom...Food",
"value": 16.2831838
},
{
"date": "May-11",
"variable": "Accom...Food",
"value": 5.8733372
},
{
"date": "Aug-11",
"variable": "Accom...Food",
"value": -13.4591809
},
{
"date": "Nov-11",
"variable": "Accom...Food",
"value": -15.2397131
},
{
"date": "Feb-12",
"variable": "Accom...Food",
"value": -4.3368513
},
{
"date": "May-12",
"variable": "Accom...Food",
"value": 6.8022415
},
{
"date": "Aug-12",
"variable": "Accom...Food",
"value": 14.6064619
},
{
"date": "Nov-12",
"variable": "Accom...Food",
"value": 14.6094721
},
{
"date": "Feb-13",
"variable": "Accom...Food",
"value": 5.9582565
},
{
"date": "May-13",
"variable": "Accom...Food",
"value": 1.137575
},
{
"date": "Aug-13",
"variable": "Accom...Food",
"value": -2.7952409
},
{
"date": "May-93",
"variable": "Other.Services",
"value": -2.426107
},
{
"date": "Aug-93",
"variable": "Other.Services",
"value": 11.136049
},
{
"date": "Nov-93",
"variable": "Other.Services",
"value": 14.27934
},
{
"date": "Feb-94",
"variable": "Other.Services",
"value": 20.573369
},
{
"date": "May-94",
"variable": "Other.Services",
"value": 27.906086
},
{
"date": "Aug-94",
"variable": "Other.Services",
"value": 33.869533
},
{
"date": "Nov-94",
"variable": "Other.Services",
"value": 39.008173
},
{
"date": "Feb-95",
"variable": "Other.Services",
"value": 26.909838
},
{
"date": "May-95",
"variable": "Other.Services",
"value": 12.174941
},
{
"date": "Aug-95",
"variable": "Other.Services",
"value": 9.223196
},
{
"date": "Nov-95",
"variable": "Other.Services",
"value": 8.580699
},
{
"date": "Feb-96",
"variable": "Other.Services",
"value": 8.275168
},
{
"date": "May-96",
"variable": "Other.Services",
"value": 5.087626
},
{
"date": "Aug-96",
"variable": "Other.Services",
"value": 2.862783
},
{
"date": "Nov-96",
"variable": "Other.Services",
"value": 5.369199
},
{
"date": "Feb-97",
"variable": "Other.Services",
"value": 8.328933
},
{
"date": "May-97",
"variable": "Other.Services",
"value": 5.361167
},
{
"date": "Aug-97",
"variable": "Other.Services",
"value": 3.747967
},
{
"date": "Nov-97",
"variable": "Other.Services",
"value": 9.352068
},
{
"date": "Feb-98",
"variable": "Other.Services",
"value": 14.016029
},
{
"date": "May-98",
"variable": "Other.Services",
"value": 16.795683
},
{
"date": "Aug-98",
"variable": "Other.Services",
"value": 17.399722
},
{
"date": "Nov-98",
"variable": "Other.Services",
"value": 11.686806
},
{
"date": "Feb-99",
"variable": "Other.Services",
"value": 7.464167
},
{
"date": "May-99",
"variable": "Other.Services",
"value": 2.200767
},
{
"date": "Aug-99",
"variable": "Other.Services",
"value": -0.2829510000001
},
{
"date": "Nov-99",
"variable": "Other.Services",
"value": 5.791178
},
{
"date": "Feb-00",
"variable": "Other.Services",
"value": 61.094975
},
{
"date": "May-00",
"variable": "Other.Services",
"value": 10.550008
},
{
"date": "Aug-00",
"variable": "Other.Services",
"value": 9.984929
},
{
"date": "Nov-00",
"variable": "Other.Services",
"value": 11.022404
},
{
"date": "Feb-01",
"variable": "Other.Services",
"value": 15.802815
},
{
"date": "May-01",
"variable": "Other.Services",
"value": 16.65963
},
{
"date": "Aug-01",
"variable": "Other.Services",
"value": 5.77066
},
{
"date": "Nov-01",
"variable": "Other.Services",
"value": -11.44913
},
{
"date": "Feb-02",
"variable": "Other.Services",
"value": -10.597571
},
{
"date": "May-02",
"variable": "Other.Services",
"value": 4.504547
},
{
"date": "Aug-02",
"variable": "Other.Services",
"value": 16.591146
},
{
"date": "Nov-02",
"variable": "Other.Services",
"value": 21.541779
},
{
"date": "Feb-03",
"variable": "Other.Services",
"value": 17.196904
},
{
"date": "May-03",
"variable": "Other.Services",
"value": 13.176574
},
{
"date": "Aug-03",
"variable": "Other.Services",
"value": 11.060028
},
{
"date": "Nov-03",
"variable": "Other.Services",
"value": 4.035931
},
{
"date": "Feb-04",
"variable": "Other.Services",
"value": -1.41949
},
{
"date": "May-04",
"variable": "Other.Services",
"value": -3.082774
},
{
"date": "Aug-04",
"variable": "Other.Services",
"value": 8.909027
},
{
"date": "Nov-04",
"variable": "Other.Services",
"value": 23.793381
},
{
"date": "Feb-05",
"variable": "Other.Services",
"value": 31.334369
},
{
"date": "May-05",
"variable": "Other.Services",
"value": 23.521951
},
{
"date": "Aug-05",
"variable": "Other.Services",
"value": 10.020884
},
{
"date": "Nov-05",
"variable": "Other.Services",
"value": 7.768662
},
{
"date": "Feb-06",
"variable": "Other.Services",
"value": 15.114631
},
{
"date": "May-06",
"variable": "Other.Services",
"value": 16.048758
},
{
"date": "Aug-06",
"variable": "Other.Services",
"value": 12.90212
},
{
"date": "Nov-06",
"variable": "Other.Services",
"value": 16.210986
},
{
"date": "Feb-07",
"variable": "Other.Services",
"value": 32.298735
},
{
"date": "May-07",
"variable": "Other.Services",
"value": 45.695103
},
{
"date": "Aug-07",
"variable": "Other.Services",
"value": 31.436486
},
{
"date": "Nov-07",
"variable": "Other.Services",
"value": -5.128232
},
{
"date": "Feb-08",
"variable": "Other.Services",
"value": -19.943011
},
{
"date": "May-08",
"variable": "Other.Services",
"value": -3.441373
},
{
"date": "Aug-08",
"variable": "Other.Services",
"value": 19.844985
},
{
"date": "Nov-08",
"variable": "Other.Services",
"value": 20.698506
},
{
"date": "Feb-09",
"variable": "Other.Services",
"value": -5.511825
},
{
"date": "May-09",
"variable": "Other.Services",
"value": -22.281445
},
{
"date": "Aug-09",
"variable": "Other.Services",
"value": -12.617113
},
{
"date": "Nov-09",
"variable": "Other.Services",
"value": 4.773417
},
{
"date": "Feb-10",
"variable": "Other.Services",
"value": 10.97857
},
{
"date": "May-10",
"variable": "Other.Services",
"value": 9.468525
},
{
"date": "Aug-10",
"variable": "Other.Services",
"value": 12.942208
},
{
"date": "Nov-10",
"variable": "Other.Services",
"value": 21.517219
},
{
"date": "Feb-11",
"variable": "Other.Services",
"value": 27.076233
},
{
"date": "May-11",
"variable": "Other.Services",
"value": 9.866356
},
{
"date": "Aug-11",
"variable": "Other.Services",
"value": -5.634491
},
{
"date": "Nov-11",
"variable": "Other.Services",
"value": -1.984842
},
{
"date": "Feb-12",
"variable": "Other.Services",
"value": 5.770396
},
{
"date": "May-12",
"variable": "Other.Services",
"value": 10.285299
},
{
"date": "Aug-12",
"variable": "Other.Services",
"value": 2.69506
},
{
"date": "Nov-12",
"variable": "Other.Services",
"value": -4.814103
},
{
"date": "Feb-13",
"variable": "Other.Services",
"value": 0.1855770000002
},
{
"date": "May-13",
"variable": "Other.Services",
"value": 0.4957569999997
},
{
"date": "Aug-13",
"variable": "Other.Services",
"value": 0.02644099999998
}
]
if(!(opts.type==="pieChart" || opts.type==="sparklinePlus")) {
var data = d3.nest()
.key(function(d){
//return opts.group === undefined ? 'main' : d[opts.group]
//instead of main would think a better default is opts.x
return opts.group === undefined ? opts.y : d[opts.group];
})
.entries(data);
}
if (opts.disabled != undefined){
data.map(function(d, i){
d.disabled = opts.disabled[i]
})
}
nv.addGraph(function() {
var chart = nv.models[opts.type]()
.x(function(d) { return d[opts.x] })
.y(function(d) { return d[opts.y] })
.width(opts.width)
.height(opts.height)
.stacked(true)
d3.select("#" + opts.id)
.append('svg')
.datum(data)
.transition().duration(500)
.call(chart);
nv.utils.windowResize(chart.update);
return chart;
});
};
</script>
</body>
</html>
Mining Agriculture, manufacturing and construction Education Health Wholesale & Retail Trade Public admin & safety Prof & Tech Services Accom & Food Other Services
Feb-93 85.626492 1440.364276 559.9154733 677.6440384 1254.209726 463.6749568 362.8625104 466.4604588 1625.1182
May-93 87.7717549 1432.39453 564.7073133 678.8393467 1269.419374 469.9875535 357.6356599 466.9825039 1622.692093
Aug-93 89.6065392 1433.680429 568.4848382 688.2604416 1278.006208 468.1883336 366.9315513 471.5132684 1633.828142
Nov-93 89.3032202 1446.304068 567.643995 701.2385139 1283.024786 464.8714028 381.6879429 477.1101062 1648.107482
Feb-94 88.1348096 1459.145569 564.2801599 706.7997595 1292.460067 459.4438545 397.0315175 485.8046074 1668.680851
May-94 87.1341509 1466.357781 561.3963955 703.581136 1300.958362 452.8392457 413.6182284 497.8185579 1696.586937
Aug-94 85.8290785 1472.22274 561.7537434 699.5666975 1302.301469 450.7854767 426.7495538 512.8991234 1730.45647
Nov-94 85.3609832 1474.5436 566.337463 702.9205771 1304.150078 451.7066389 438.1309989 529.947106 1769.464643
Feb-95 85.9895078 1471.938681 574.4283122 717.3403783 1311.512752 457.8487968 452.0154524 543.312038 1796.374481
May-95 85.9646814 1474.069512 584.8798405 733.0203148 1326.140598 466.0086259 468.1228985 549.7008929 1808.549422
Aug-95 84.8290411 1478.592508 594.4359808 740.6887274 1334.085866 474.7237349 482.2500458 548.7685364 1817.772618
Nov-95 83.9173896 1481.338542 600.4524751 743.4185983 1340.647136 479.8339886 489.8105821 540.3968332 1826.353317
Feb-96 85.2621313 1482.075616 602.0008881 745.3017328 1348.448061 477.9475192 496.4367232 534.0106223 1834.628485
May-96 88.3055271 1481.570493 601.5026893 752.0318523 1354.896704 471.604158 504.8788599 535.3351347 1839.716111
Aug-96 89.4867978 1488.464665 600.9671037 760.3420632 1354.507668 468.388776 510.5199749 544.9153446 1842.578894
Nov-96 87.7690332 1498.346483 600.401473 761.7991905 1350.863838 470.4460869 512.5364505 557.2488243 1847.948093
Feb-97 84.6241878 1501.970797 598.2068659 759.6190342 1339.583238 470.2399891 516.8200946 565.2861454 1856.277026
May-97 82.020418 1507.180201 595.2593831 762.0446132 1332.080498 465.5029511 526.9149905 569.7588922 1861.638193
Aug-97 81.0882372 1516.196357 593.5459652 772.3401044 1335.286052 460.1324015 539.6597818 569.4296837 1865.38616
Nov-97 81.6209749 1516.545025 597.3352649 787.3444811 1352.904959 454.7221056 548.242922 568.0639208 1874.738228
Feb-98 83.3816389 1503.333452 604.3938866 798.5361512 1376.366252 450.3682631 552.3974726 572.0337703 1888.754257
May-98 85.4709148 1481.768936 610.7062885 802.8027395 1392.243227 447.6394863 555.4660491 578.6620997 1905.54994
Aug-98 85.0306103 1464.093387 615.1463254 807.7877469 1397.259634 450.0360724 559.8038459 584.9883607 1922.949662
Nov-98 81.6400562 1457.517788 620.7386694 812.4203666 1402.464431 460.2175584 563.071197 589.580927 1934.636468
Feb-99 77.3203755 1452.636204 628.1800809 810.369611 1411.467459 470.6350302 563.6684385 589.8819336 1942.100635
May-99 75.549444 1452.23669 634.6376974 804.1111281 1423.637877 475.7056662 565.5082641 590.8803489 1944.301402
Aug-99 76.9186655 1455.560864 634.8726068 800.5507815 1433.248531 476.0896562 570.6974132 593.3685026 1944.018451
Nov-99 78.0433859 1464.847913 632.9547438 806.7745785 1432.78854 475.2884753 576.2663243 597.798704 1949.809629
Feb-00 79.5909432 1518.636261 624.4967327 827.813499 1405.451259 474.3344694 580.6076057 608.579874 2010.904604
May-00 78.6200631 1531.004201 631.2282396 837.1545386 1369.425305 479.647053 584.2109054 623.4529125 2021.454612
Aug-00 78.0479287 1524.710714 637.7405672 840.5131902 1373.203903 489.4004556 596.139495 636.7981013 2031.439541
Nov-00 78.3269936 1505.959733 640.0862836 849.6718396 1377.924758 499.3044307 615.7069841 641.0525321 2042.461945
Feb-01 78.1130106 1487.759972 641.2846701 865.134449 1379.662928 506.5627506 627.3610559 637.7618871 2058.26476
May-01 77.5513542 1482.194447 647.0932238 881.9511228 1382.874849 508.3827541 618.1267252 631.251877 2074.92439
Aug-01 78.9408429 1479.671782 656.7616596 892.9902376 1394.477204 511.4560204 597.0402967 630.8402877 2080.69505
Nov-01 81.2383303 1479.173114 664.0051992 895.9219754 1407.680447 520.938917 585.6748767 637.3217466 2069.24592
Feb-02 81.7931197 1480.244962 668.6512629 902.2473733 1419.032676 531.0058887 594.207622 642.3343333 2058.648349
May-02 80.5290351 1477.424525 672.3293354 915.9939028 1429.903342 540.4187846 606.6562774 640.4479737 2063.152896
Aug-02 81.1847447 1470.858428 679.3417481 928.499305 1447.961006 555.8198178 610.1792565 634.2173049 2079.744042
Nov-02 85.6603568 1461.309654 688.2669866 932.6013086 1480.234199 574.0636803 608.1813083 631.0425647 2101.285821
Feb-03 88.6078753 1448.979744 697.553064 924.6857567 1505.875707 584.7981257 610.5801215 638.2360646 2118.482725
May-03 87.4459478 1429.072652 706.3072552 915.8403773 1509.374772 583.2281 619.9698459 647.7050459 2131.659299
Aug-03 86.8393607 1403.613951 713.4744862 921.9631003 1495.712058 576.949014 630.4702906 654.8442152 2142.719327
Nov-03 92.661159 1389.624347 716.621038 938.8017448 1481.565801 581.6923812 633.3406244 658.1026482 2146.755258
Feb-04 100.4868335 1396.263741 716.6953145 955.0683579 1477.339874 589.0569388 629.8519579 656.9867539 2145.335768
May-04 102.5163569 1408.701997 713.2069235 964.6824009 1484.157424 594.0091796 626.897904 657.3763717 2142.252994
Aug-04 100.763959 1415.604087 704.0488814 969.9543964 1499.612036 596.8061313 631.0440743 663.1769429 2151.162021
Nov-04 101.8674154 1414.149731 693.373064 974.9037497 1524.946043 602.7626214 645.2091494 677.2199097 2174.955402
Feb-05 107.4671269 1403.906123 693.9081872 983.6661947 1549.628324 609.9810063 662.4465447 690.0096481 2206.289771
May-05 116.112198 1389.188518 710.093102 994.2813928 1561.385923 615.6356311 681.9381833 696.483934 2229.811722
Aug-05 123.1132874 1378.233512 736.654028 1006.549304 1556.783735 613.2172475 699.5860928 692.2825814 2239.832606
Nov-05 128.1711468 1374.927432 756.9300646 1023.450776 1547.266246 612.5334047 711.4060339 677.9838506 2247.601268
Feb-06 130.7288085 1377.609599 756.2705082 1043.557567 1548.178164 615.6032545 721.82979 665.1452575 2262.715899
May-06 131.9694604 1374.51487 744.603153 1059.89721 1564.367559 623.5269961 736.1094627 661.2896709 2278.764657
Aug-06 134.2113299 1367.847457 737.247826 1067.147728 1584.070134 631.8621121 745.2625991 670.4263649 2291.666777
Nov-06 136.2467631 1370.315049 744.8050791 1067.433066 1593.383268 639.6539212 743.4302177 687.9935791 2307.877763
Feb-07 136.8621428 1379.382375 760.0342228 1069.764967 1593.235136 645.3993437 739.4010359 703.6143668 2340.176498
May-07 137.6100301 1389.495087 769.6659146 1077.128359 1596.985936 646.9867335 744.0626221 710.7751244 2385.871601
Aug-07 136.7364071 1395.91951 776.6955093 1087.416962 1611.45871 642.0527161 763.9474666 708.7581938 2417.308087
Nov-07 138.7945288 1407.985843 789.5778958 1099.392663 1628.74476 634.5358335 784.8374944 704.5418866 2412.179855
Feb-08 146.9960987 1424.71683 808.2136326 1107.606006 1644.466443 632.9283115 790.476903 708.0486365 2392.236844
May-08 161.436865 1430.502829 820.220982 1111.094586 1646.848183 640.8764885 791.9954136 714.9725964 2388.795471
Aug-08 174.8893671 1421.115977 817.9406154 1116.418714 1637.606875 653.2787198 793.0619777 718.823445 2408.640456
Nov-08 176.5662979 1399.433237 808.9233046 1135.072692 1630.243737 671.4592127 790.0785731 717.5667314 2429.338962
Feb-09 168.6281475 1385.249747 802.9976633 1170.65334 1624.01145 680.7770553 783.2254432 720.7887049 2423.827137
May-09 161.7253827 1381.003316 808.0609371 1202.405099 1620.082958 677.3129734 778.8986269 732.1846078 2401.545692
Aug-09 161.8231248 1377.719829 821.8688446 1212.917076 1621.519184 671.5798925 796.5255585 743.5654506 2388.928579
Nov-09 167.9031335 1372.615906 829.3382885 1207.486775 1620.672715 673.8987313 829.028784 751.8799357 2393.701996
Feb-10 175.6177939 1368.090196 834.8333988 1209.718191 1620.494278 685.7367725 849.6927562 750.8941598 2404.680566
May-10 183.9519235 1365.807232 845.2297394 1233.17063 1617.997592 696.8862538 850.5348119 745.8188448 2414.149091
Aug-10 192.4709062 1362.912681 856.0609966 1266.927171 1623.04257 697.1992626 848.9870422 750.9061342 2427.091299
Nov-10 199.6974227 1349.05961 862.7155173 1286.109385 1636.779748 697.9097921 853.7282899 767.0691613 2448.608518
Feb-11 206.4736511 1322.368473 860.3777295 1292.509459 1642.349726 703.9029878 861.9321432 783.3523451 2475.684751
May-11 215.5837141 1291.350529 856.039224 1301.6404 1641.225425 716.0432307 864.1524793 789.2256823 2485.551107
Aug-11 227.1852715 1278.069103 857.6657629 1320.483536 1637.031408 730.8541994 863.3181171 775.7665014 2479.916616
Nov-11 241.5139337 1284.225753 862.5752766 1340.001083 1628.488819 738.4915526 872.5025592 760.5267883 2477.931774
Feb-12 257.4431708 1297.120883 871.5319128 1352.894369 1620.784401 730.1702148 895.3508564 756.189937 2483.70217
May-12 269.0466627 1304.813489 884.5733245 1359.009891 1617.353931 709.6861435 912.8057043 762.9921785 2493.987469
Aug-12 272.3424273 1298.191569 897.6190244 1367.148054 1631.325962 695.205029 919.6964975 777.5986404 2496.682529
Nov-12 268.4397806 1285.496909 910.0551655 1379.82433 1659.420105 697.0279379 915.6688266 792.2081125 2491.868426
Feb-13 264.45269 1267.629412 912.4477456 1388.853083 1673.43392 718.8105435 914.2006269 798.166369 2492.054003
May-13 264.8304341 1247.961804 906.0346306 1393.391464 1671.108953 745.2953812 917.5758395 799.303944 2492.54976
Aug-13 266.8327041 1230.088146 893.6422435 1394.261963 1658.968113 769.1936303 920.4031228 796.5087031 2492.576201
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment