-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathipc_data.js
20 lines (13 loc) · 3.16 KB
/
ipc_data.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
let ipc = {};
ipc.y = [1, 1.0078, 1.01404836, 1.018408767948, 1.02329713003415, 1.02565071343323, 1.02554814836189, 1.02308683280582, 1.02267759807269, 1.02758645054344, 1.03190231363573, 1.03644268381572, 1.0416248972348, 1.04547890935457, 1.05154268702883, 1.05480246935862, 1.06028744219928, 1.06972400043485, 1.0828816056402, 1.08396448724584, 1.0899262919257, 1.09493995286855, 1.09866274870831, 1.10459552755133, 1.11531010416858, 1.12155584075192, 1.12536913061048, 1.13110851317659, 1.13857382936356, 1.14335583944689, 1.15273135733035, 1.15434518123061, 1.1567693061112, 1.16336289115603, 1.16987772334651, 1.17584409973557, 1.18278157992401, 1.19106105098348, 1.20320987370351, 1.21403876256684, 1.22496511142995, 1.23255989512081, 1.2385994386069, 1.24157207725956, 1.24964229576175, 1.25988936258699, 1.27601594642811, 1.30944756422452, 1.35986129544717, 1.39005021620609, 1.40686982382219, 1.41334142501177, 1.41828811999931, 1.42098286742731, 1.43235073036673, 1.43736395792301, 1.44555693248317, 1.45625405378355, 1.46717595918693, 1.47847321407266, 1.49266655692776, 1.50207035623641, 1.50897987987509, 1.51561939134654, 1.52183343085107, 1.52731203120213, 1.53555951617062, 1.53571307212224, 1.53832378434485, 1.54493857661753, 1.55173630635465, 1.55794325158006, 1.56760249973986, 1.57105122523929, 1.5730935918321, 1.57828480068515, 1.58412445444768, 1.59378761361981, 1.59490326494935, 1.58629078731862, 1.58391135113764, 1.58707917383992, 1.59057074802236, 1.59725114516406, 1.60220262371407, 1.60556724922387, 1.61022339424662, 1.61634224314475, 1.6224843436687, 1.63043451695268, 1.63483669014845, 1.635000174, 1.637616174, 1.643347831, 1.65156457, 1.665437712];
ipc.x = ["2011-01-15", "2011-02-15", "2011-03-15", "2011-04-15", "2011-05-15", "2011-06-15", "2011-07-15", "2011-08-15", "2011-09-15", "2011-10-15", "2011-11-15", "2011-12-15", "2012-01-15", "2012-02-15", "2012-03-15", "2012-04-15", "2012-05-15", "2012-06-15", "2012-07-15", "2012-08-15", "2012-09-15", "2012-10-15", "2012-11-15", "2012-12-15", "2013-01-15", "2013-02-15", "2013-03-15", "2013-04-15", "2013-05-15", "2013-06-15", "2013-07-15", "2013-08-15", "2013-09-15", "2013-10-15", "2013-11-15", "2013-12-15", "2014-01-15", "2014-02-15", "2014-03-15", "2014-04-15", "2014-05-15", "2014-06-15", "2014-07-15", "2014-08-15", "2014-09-15", "2014-10-15", "2014-11-15", "2014-12-15", "2015-01-15", "2015-02-15", "2015-03-15", "2015-04-15", "2015-05-15", "2015-06-15", "2015-07-15", "2015-08-15", "2015-09-15", "2015-10-15", "2015-11-15", "2015-12-15", "2016-01-15", "2016-02-15", "2016-03-15", "2016-04-15", "2016-05-15", "2016-06-15", "2016-07-15", "2016-08-15", "2016-09-15", "2016-10-15", "2016-11-15", "2016-12-15", "2017-01-15", "2017-02-15", "2017-03-15", "2017-04-15", "2017-05-15", "2017-06-15", "2017-07-15", "2017-08-15", "2017-09-15", "2017-10-15", "2017-11-15", "2017-12-15", "2018-01-15", "2018-02-15", "2018-03-15", "2018-04-15", "2018-05-15", "2018-06-15", "2018-07-15", "2018-08-15", "2018-09-15", "2018-10-15", "2018-11-15", "2018-12-15"];
ipc.name = "ИПЦ";
ipc.type = "scatter";
ipc.line = {};
ipc.line.color = "grey";
ipc.line.dash = "dash";
ipc.transforms = [{
type: 'sort',
target: 'x',
order: 'ascending'
}];