Skip to content

Instantly share code, notes, and snippets.

@mikima
Created May 11, 2020 08:08
Show Gist options
  • Save mikima/9e1ccb8db47531d974f542048b5388b9 to your computer and use it in GitHub Desktop.
Save mikima/9e1ccb8db47531d974f542048b5388b9 to your computer and use it in GitHub Desktop.
vega-stream-example
{
"$schema": "https://vega.github.io/schema/vega/v5.json",
"description": "A basic stacked area chart example.",
"width": 500,
"height": 200,
"padding": 5,
"data": [
{
"name": "table",
"format": {
"type": "json",
"parse": {
"x": "date"
}
},
"values": [
{
"x": 105058800000,
"group": "8 - Track",
"height": 2699600000,
"y0": 0,
"y1": 2699600000
},
{
"x": 136594800000,
"group": "8 - Track",
"height": 2730600000,
"y0": 0,
"y1": 2730600000
},
{
"x": 168130800000,
"group": "8 - Track",
"height": 2656200000,
"y0": 0,
"y1": 2656200000
},
{
"x": 199753200000,
"group": "8 - Track",
"height": 2921600000,
"y0": 0,
"y1": 2921600000
},
{
"x": 231289200000,
"group": "8 - Track",
"height": 3280400000,
"y0": 0,
"y1": 3280400000
},
{
"x": 262825200000,
"group": "8 - Track",
"height": 3564000000,
"y0": 0,
"y1": 3564000000
},
{
"x": 294361200000,
"group": "8 - Track",
"height": 2310400000,
"y0": 0,
"y1": 2310400000
},
{
"x": 325980000000,
"group": "8 - Track",
"height": 1567700000,
"y0": 0,
"y1": 1567700000
},
{
"x": 357516000000,
"group": "8 - Track",
"height": 844000000,
"y0": 0,
"y1": 844000000
},
{
"x": 389052000000,
"group": "8 - Track",
"height": 91400000,
"y0": 0,
"y1": 91400000
},
{
"x": 420588000000,
"group": "8 - Track",
"height": 0,
"y0": 0,
"y1": 0
},
{
"x": 452210400000,
"group": "8 - Track",
"height": 0,
"y0": 0,
"y1": 0
},
{
"x": 483746400000,
"group": "8 - Track",
"height": 0,
"y0": 0,
"y1": 0
},
{
"x": 515282400000,
"group": "8 - Track",
"height": 0,
"y0": 0,
"y1": 0
},
{
"x": 546818400000,
"group": "8 - Track",
"height": 0,
"y0": 0,
"y1": 0
},
{
"x": 578440800000,
"group": "8 - Track",
"height": 0,
"y0": 0,
"y1": 0
},
{
"x": 609976800000,
"group": "8 - Track",
"height": 0,
"y0": 0,
"y1": 0
},
{
"x": 641512800000,
"group": "8 - Track",
"height": 0,
"y0": 0,
"y1": 0
},
{
"x": 673048800000,
"group": "8 - Track",
"height": 0,
"y0": 0,
"y1": 0
},
{
"x": 704671200000,
"group": "8 - Track",
"height": 0,
"y0": 0,
"y1": 0
},
{
"x": 736207200000,
"group": "8 - Track",
"height": 0,
"y0": 0,
"y1": 0
},
{
"x": 767743200000,
"group": "8 - Track",
"height": 0,
"y0": 0,
"y1": 0
},
{
"x": 799279200000,
"group": "8 - Track",
"height": 0,
"y0": 0,
"y1": 0
},
{
"x": 830901600000,
"group": "8 - Track",
"height": 0,
"y0": 0,
"y1": 0
},
{
"x": 862437600000,
"group": "8 - Track",
"height": 0,
"y0": 0,
"y1": 0
},
{
"x": 893973600000,
"group": "8 - Track",
"height": 0,
"y0": 0,
"y1": 0
},
{
"x": 925509600000,
"group": "8 - Track",
"height": 0,
"y0": 0,
"y1": 0
},
{
"x": 957132000000,
"group": "8 - Track",
"height": 0,
"y0": 0,
"y1": 0
},
{
"x": 988668000000,
"group": "8 - Track",
"height": 0,
"y0": 0,
"y1": 0
},
{
"x": 1020204000000,
"group": "8 - Track",
"height": 0,
"y0": 0,
"y1": 0
},
{
"x": 1051740000000,
"group": "8 - Track",
"height": 0,
"y0": 0,
"y1": 0
},
{
"x": 1083362400000,
"group": "8 - Track",
"height": 0,
"y0": 0,
"y1": 0
},
{
"x": 1114898400000,
"group": "8 - Track",
"height": 0,
"y0": 0,
"y1": 0
},
{
"x": 1146434400000,
"group": "8 - Track",
"height": 0,
"y0": 0,
"y1": 0
},
{
"x": 1177970400000,
"group": "8 - Track",
"height": 0,
"y0": 0,
"y1": 0
},
{
"x": 1209592800000,
"group": "8 - Track",
"height": 0,
"y0": 0,
"y1": 0
},
{
"x": 1241128800000,
"group": "8 - Track",
"height": 0,
"y0": 0,
"y1": 0
},
{
"x": 1272664800000,
"group": "8 - Track",
"height": 0,
"y0": 0,
"y1": 0
},
{
"x": 1304200800000,
"group": "8 - Track",
"height": 0,
"y0": 0,
"y1": 0
},
{
"x": 1335823200000,
"group": "8 - Track",
"height": 0,
"y0": 0,
"y1": 0
},
{
"x": 1367359200000,
"group": "8 - Track",
"height": 0,
"y0": 0,
"y1": 0
},
{
"x": 1398895200000,
"group": "8 - Track",
"height": 0,
"y0": 0,
"y1": 0
},
{
"x": 1430431200000,
"group": "8 - Track",
"height": 0,
"y0": 0,
"y1": 0
},
{
"x": 1462053600000,
"group": "8 - Track",
"height": 0,
"y0": 0,
"y1": 0
},
{
"x": 1493589600000,
"group": "8 - Track",
"height": 0,
"y0": 0,
"y1": 0
},
{
"x": 1525125600000,
"group": "8 - Track",
"height": 0,
"y0": 0,
"y1": 0
},
{
"x": 105058800000,
"group": "Cassette",
"height": 419600000,
"y0": 2699600000,
"y1": 3119200000
},
{
"x": 136594800000,
"group": "Cassette",
"height": 433600000,
"y0": 2730600000,
"y1": 3164200000
},
{
"x": 168130800000,
"group": "Cassette",
"height": 450100000,
"y0": 2656200000,
"y1": 3106300000
},
{
"x": 199753200000,
"group": "Cassette",
"height": 627700000,
"y0": 2921600000,
"y1": 3549300000
},
{
"x": 231289200000,
"group": "Cassette",
"height": 1009600000,
"y0": 3280400000,
"y1": 4290000000
},
{
"x": 262825200000,
"group": "Cassette",
"height": 1691000000,
"y0": 3564000000,
"y1": 5255000000
},
{
"x": 294361200000,
"group": "Cassette",
"height": 1960300000,
"y0": 2310400000,
"y1": 4270700000
},
{
"x": 325980000000,
"group": "Cassette",
"height": 2097200000,
"y0": 1567700000,
"y1": 3664900000
},
{
"x": 357516000000,
"group": "Cassette",
"height": 2865900000,
"y0": 844000000,
"y1": 3709900000
},
{
"x": 389052000000,
"group": "Cassette",
"height": 3516800000,
"y0": 91400000,
"y1": 3608200000
},
{
"x": 420588000000,
"group": "Cassette",
"height": 4456700000,
"y0": 42300000,
"y1": 4499000000
},
{
"x": 452210400000,
"group": "Cassette",
"height": 5624100000,
"y0": 243700000,
"y1": 5867800000
},
{
"x": 483746400000,
"group": "Cassette",
"height": 5493600000,
"y0": 887300000,
"y1": 6380900000
},
{
"x": 515282400000,
"group": "Cassette",
"height": 5590100000,
"y0": 2080200000,
"y1": 7670300000
},
{
"x": 546818400000,
"group": "Cassette",
"height": 6386300000,
"y0": 3438600000,
"y1": 9824900000
},
{
"x": 578440800000,
"group": "Cassette",
"height": 7014000000,
"y0": 4350600000,
"y1": 11364600000
},
{
"x": 609976800000,
"group": "Cassette",
"height": 6613900000,
"y0": 5115300000,
"y1": 11729200000
},
{
"x": 641512800000,
"group": "Cassette",
"height": 6512300000,
"y0": 6484600000,
"y1": 12996900000
},
{
"x": 673048800000,
"group": "Cassette",
"height": 5434400000,
"y0": 7869800000,
"y1": 13304200000
},
{
"x": 704671200000,
"group": "Cassette",
"height": 5444500000,
"y0": 9384800000,
"y1": 14829300000
},
{
"x": 736207200000,
"group": "Cassette",
"height": 4946200000,
"y0": 11123200000,
"y1": 16069400000
},
{
"x": 767743200000,
"group": "Cassette",
"height": 4922900000,
"y0": 14092900000,
"y1": 19015800000
},
{
"x": 799279200000,
"group": "Cassette",
"height": 3705100000,
"y0": 15261000000,
"y1": 18966100000
},
{
"x": 830901600000,
"group": "Cassette",
"height": 2976600000,
"y0": 15808300000,
"y1": 18784900000
},
{
"x": 862437600000,
"group": "Cassette",
"height": 2325500000,
"y0": 15559100000,
"y1": 17884600000
},
{
"x": 893973600000,
"group": "Cassette",
"height": 2135300000,
"y0": 17488000000,
"y1": 19623300000
},
{
"x": 925509600000,
"group": "Cassette",
"height": 1561900000,
"y0": 19183900000,
"y1": 20745800000
},
{
"x": 957132000000,
"group": "Cassette",
"height": 891100000,
"y0": 19013400000,
"y1": 19904500000
},
{
"x": 988668000000,
"group": "Cassette",
"height": 503000000,
"y0": 17977500000,
"y1": 18480500000
},
{
"x": 1020204000000,
"group": "Cassette",
"height": 285900000,
"y0": 16437200000,
"y1": 16723100000
},
{
"x": 1051740000000,
"group": "Cassette",
"height": 144000000,
"y0": 15012200000,
"y1": 15156200000
},
{
"x": 1083362400000,
"group": "Cassette",
"height": 30800000,
"y0": 14872700000,
"y1": 14903500000
},
{
"x": 1114898400000,
"group": "Cassette",
"height": 16400000,
"y0": 13217500000,
"y1": 13233900000
},
{
"x": 1146434400000,
"group": "Cassette",
"height": 4500000,
"y0": 11405300000,
"y1": 11409800000
},
{
"x": 1177970400000,
"group": "Cassette",
"height": 3500000,
"y0": 8826300000,
"y1": 8829800000
},
{
"x": 1209592800000,
"group": "Cassette",
"height": 1000000,
"y0": 6233000000,
"y1": 6234000000
},
{
"x": 1241128800000,
"group": "Cassette",
"height": 0,
"y0": 4938000000,
"y1": 4938000000
},
{
"x": 1272664800000,
"group": "Cassette",
"height": 0,
"y0": 3813400000,
"y1": 3813400000
},
{
"x": 1304200800000,
"group": "Cassette",
"height": 0,
"y0": 3382700000,
"y1": 3382700000
},
{
"x": 1335823200000,
"group": "Cassette",
"height": 0,
"y0": 2722000000,
"y1": 2722000000
},
{
"x": 1367359200000,
"group": "Cassette",
"height": 0,
"y0": 2310300000,
"y1": 2310300000
},
{
"x": 1398895200000,
"group": "Cassette",
"height": 0,
"y0": 1887900000,
"y1": 1887900000
},
{
"x": 1430431200000,
"group": "Cassette",
"height": 0,
"y0": 1532200000,
"y1": 1532200000
},
{
"x": 1462053600000,
"group": "Cassette",
"height": 0,
"y0": 1183400000,
"y1": 1183400000
},
{
"x": 1493589600000,
"group": "Cassette",
"height": 0,
"y0": 1084600000,
"y1": 1084600000
},
{
"x": 1525125600000,
"group": "Cassette",
"height": 0,
"y0": 698600000,
"y1": 698600000
},
{
"x": 105058800000,
"group": "Cassette Single",
"height": 0,
"y0": 3119200000,
"y1": 3119200000
},
{
"x": 136594800000,
"group": "Cassette Single",
"height": 0,
"y0": 3164200000,
"y1": 3164200000
},
{
"x": 168130800000,
"group": "Cassette Single",
"height": 0,
"y0": 3106300000,
"y1": 3106300000
},
{
"x": 199753200000,
"group": "Cassette Single",
"height": 0,
"y0": 3549300000,
"y1": 3549300000
},
{
"x": 231289200000,
"group": "Cassette Single",
"height": 0,
"y0": 4290000000,
"y1": 4290000000
},
{
"x": 262825200000,
"group": "Cassette Single",
"height": 0,
"y0": 5255000000,
"y1": 5255000000
},
{
"x": 294361200000,
"group": "Cassette Single",
"height": 0,
"y0": 4270700000,
"y1": 4270700000
},
{
"x": 325980000000,
"group": "Cassette Single",
"height": 0,
"y0": 3664900000,
"y1": 3664900000
},
{
"x": 357516000000,
"group": "Cassette Single",
"height": 0,
"y0": 3709900000,
"y1": 3709900000
},
{
"x": 389052000000,
"group": "Cassette Single",
"height": 0,
"y0": 3608200000,
"y1": 3608200000
},
{
"x": 420588000000,
"group": "Cassette Single",
"height": 0,
"y0": 4499000000,
"y1": 4499000000
},
{
"x": 452210400000,
"group": "Cassette Single",
"height": 0,
"y0": 5867800000,
"y1": 5867800000
},
{
"x": 483746400000,
"group": "Cassette Single",
"height": 0,
"y0": 6380900000,
"y1": 6380900000
},
{
"x": 515282400000,
"group": "Cassette Single",
"height": 0,
"y0": 7670300000,
"y1": 7670300000
},
{
"x": 546818400000,
"group": "Cassette Single",
"height": 30900000,
"y0": 9824900000,
"y1": 9855800000
},
{
"x": 578440800000,
"group": "Cassette Single",
"height": 118700000,
"y0": 11364600000,
"y1": 11483300000
},
{
"x": 609976800000,
"group": "Cassette Single",
"height": 384700000,
"y0": 11729200000,
"y1": 12113900000
},
{
"x": 641512800000,
"group": "Cassette Single",
"height": 483700000,
"y0": 12996900000,
"y1": 13480600000
},
{
"x": 673048800000,
"group": "Cassette Single",
"height": 414700000,
"y0": 13304200000,
"y1": 13718900000
},
{
"x": 704671200000,
"group": "Cassette Single",
"height": 522000000,
"y0": 14829300000,
"y1": 15351300000
},
{
"x": 736207200000,
"group": "Cassette Single",
"height": 506400000,
"y0": 16069400000,
"y1": 16575800000
},
{
"x": 767743200000,
"group": "Cassette Single",
"height": 454700000,
"y0": 19015800000,
"y1": 19470500000
},
{
"x": 799279200000,
"group": "Cassette Single",
"height": 380100000,
"y0": 18966100000,
"y1": 19346200000
},
{
"x": 830901600000,
"group": "Cassette Single",
"height": 295700000,
"y0": 18784900000,
"y1": 19080600000
},
{
"x": 862437600000,
"group": "Cassette Single",
"height": 203900000,
"y0": 17884600000,
"y1": 18088500000
},
{
"x": 893973600000,
"group": "Cassette Single",
"height": 142000000,
"y0": 19623300000,
"y1": 19765300000
},
{
"x": 925509600000,
"group": "Cassette Single",
"height": 70600000,
"y0": 20745800000,
"y1": 20816400000
},
{
"x": 957132000000,
"group": "Cassette Single",
"height": 6500000,
"y0": 19904500000,
"y1": 19911000000
},
{
"x": 988668000000,
"group": "Cassette Single",
"height": -7300000,
"y0": 0,
"y1": -7300000
},
{
"x": 1020204000000,
"group": "Cassette Single",
"height": -2200000,
"y0": 0,
"y1": -2200000
},
{
"x": 1051740000000,
"group": "Cassette Single",
"height": 0,
"y0": 15156200000,
"y1": 15156200000
},
{
"x": 1083362400000,
"group": "Cassette Single",
"height": 0,
"y0": 14903500000,
"y1": 14903500000
},
{
"x": 1114898400000,
"group": "Cassette Single",
"height": 0,
"y0": 13233900000,
"y1": 13233900000
},
{
"x": 1146434400000,
"group": "Cassette Single",
"height": 0,
"y0": 11409800000,
"y1": 11409800000
},
{
"x": 1177970400000,
"group": "Cassette Single",
"height": 0,
"y0": 8829800000,
"y1": 8829800000
},
{
"x": 1209592800000,
"group": "Cassette Single",
"height": 0,
"y0": 6234000000,
"y1": 6234000000
},
{
"x": 1241128800000,
"group": "Cassette Single",
"height": 0,
"y0": 4938000000,
"y1": 4938000000
},
{
"x": 1272664800000,
"group": "Cassette Single",
"height": 0,
"y0": 3813400000,
"y1": 3813400000
},
{
"x": 1304200800000,
"group": "Cassette Single",
"height": 0,
"y0": 3382700000,
"y1": 3382700000
},
{
"x": 1335823200000,
"group": "Cassette Single",
"height": 0,
"y0": 2722000000,
"y1": 2722000000
},
{
"x": 1367359200000,
"group": "Cassette Single",
"height": 0,
"y0": 2310300000,
"y1": 2310300000
},
{
"x": 1398895200000,
"group": "Cassette Single",
"height": 0,
"y0": 1887900000,
"y1": 1887900000
},
{
"x": 1430431200000,
"group": "Cassette Single",
"height": 0,
"y0": 1532200000,
"y1": 1532200000
},
{
"x": 1462053600000,
"group": "Cassette Single",
"height": 0,
"y0": 1183400000,
"y1": 1183400000
},
{
"x": 1493589600000,
"group": "Cassette Single",
"height": 0,
"y0": 1084600000,
"y1": 1084600000
},
{
"x": 1525125600000,
"group": "Cassette Single",
"height": 0,
"y0": 698600000,
"y1": 698600000
},
{
"x": 105058800000,
"group": "CD",
"height": 0,
"y0": 2699600000,
"y1": 2699600000
},
{
"x": 136594800000,
"group": "CD",
"height": 0,
"y0": 2730600000,
"y1": 2730600000
},
{
"x": 168130800000,
"group": "CD",
"height": 0,
"y0": 2656200000,
"y1": 2656200000
},
{
"x": 199753200000,
"group": "CD",
"height": 0,
"y0": 2921600000,
"y1": 2921600000
},
{
"x": 231289200000,
"group": "CD",
"height": 0,
"y0": 3280400000,
"y1": 3280400000
},
{
"x": 262825200000,
"group": "CD",
"height": 0,
"y0": 3564000000,
"y1": 3564000000
},
{
"x": 294361200000,
"group": "CD",
"height": 0,
"y0": 2310400000,
"y1": 2310400000
},
{
"x": 325980000000,
"group": "CD",
"height": 0,
"y0": 1567700000,
"y1": 1567700000
},
{
"x": 357516000000,
"group": "CD",
"height": 0,
"y0": 844000000,
"y1": 844000000
},
{
"x": 389052000000,
"group": "CD",
"height": 0,
"y0": 91400000,
"y1": 91400000
},
{
"x": 420588000000,
"group": "CD",
"height": 42300000,
"y0": 0,
"y1": 42300000
},
{
"x": 452210400000,
"group": "CD",
"height": 243700000,
"y0": 0,
"y1": 243700000
},
{
"x": 483746400000,
"group": "CD",
"height": 887300000,
"y0": 0,
"y1": 887300000
},
{
"x": 515282400000,
"group": "CD",
"height": 2080200000,
"y0": 0,
"y1": 2080200000
},
{
"x": 546818400000,
"group": "CD",
"height": 3438600000,
"y0": 0,
"y1": 3438600000
},
{
"x": 578440800000,
"group": "CD",
"height": 4330300000,
"y0": 0,
"y1": 4330300000
},
{
"x": 609976800000,
"group": "CD",
"height": 5115300000,
"y0": 0,
"y1": 5115300000
},
{
"x": 641512800000,
"group": "CD",
"height": 6473300000,
"y0": 0,
"y1": 6473300000
},
{
"x": 673048800000,
"group": "CD",
"height": 7806600000,
"y0": 0,
"y1": 7806600000
},
{
"x": 704671200000,
"group": "CD",
"height": 9306000000,
"y0": 0,
"y1": 9306000000
},
{
"x": 736207200000,
"group": "CD",
"height": 11045500000,
"y0": 0,
"y1": 11045500000
},
{
"x": 767743200000,
"group": "CD",
"height": 14000100000,
"y0": 0,
"y1": 14000100000
},
{
"x": 799279200000,
"group": "CD",
"height": 15082600000,
"y0": 0,
"y1": 15082600000
},
{
"x": 830901600000,
"group": "CD",
"height": 15520700000,
"y0": 0,
"y1": 15520700000
},
{
"x": 862437600000,
"group": "CD",
"height": 15142600000,
"y0": 0,
"y1": 15142600000
},
{
"x": 893973600000,
"group": "CD",
"height": 17167400000,
"y0": 0,
"y1": 17167400000
},
{
"x": 925509600000,
"group": "CD",
"height": 18856700000,
"y0": 0,
"y1": 18856700000
},
{
"x": 957132000000,
"group": "CD",
"height": 18810300000,
"y0": 0,
"y1": 18810300000
},
{
"x": 988668000000,
"group": "CD",
"height": 17867600000,
"y0": 0,
"y1": 17867600000
},
{
"x": 1020204000000,
"group": "CD",
"height": 16410500000,
"y0": 0,
"y1": 16410500000
},
{
"x": 1051740000000,
"group": "CD",
"height": 14964200000,
"y0": 0,
"y1": 14964200000
},
{
"x": 1083362400000,
"group": "CD",
"height": 14853200000,
"y0": 0,
"y1": 14853200000
},
{
"x": 1114898400000,
"group": "CD",
"height": 13203800000,
"y0": 0,
"y1": 13203800000
},
{
"x": 1146434400000,
"group": "CD",
"height": 11395900000,
"y0": 0,
"y1": 11395900000
},
{
"x": 1177970400000,
"group": "CD",
"height": 8811900000,
"y0": 0,
"y1": 8811900000
},
{
"x": 1209592800000,
"group": "CD",
"height": 6229000000,
"y0": 0,
"y1": 6229000000
},
{
"x": 1241128800000,
"group": "CD",
"height": 4934500000,
"y0": 0,
"y1": 4934500000
},
{
"x": 1272664800000,
"group": "CD",
"height": 3810100000,
"y0": 0,
"y1": 3810100000
},
{
"x": 1304200800000,
"group": "CD",
"height": 3378900000,
"y0": 0,
"y1": 3378900000
},
{
"x": 1335823200000,
"group": "CD",
"height": 2718500000,
"y0": 0,
"y1": 2718500000
},
{
"x": 1367359200000,
"group": "CD",
"height": 2307700000,
"y0": 0,
"y1": 2307700000
},
{
"x": 1398895200000,
"group": "CD",
"height": 1884100000,
"y0": 0,
"y1": 1884100000
},
{
"x": 1430431200000,
"group": "CD",
"height": 1530900000,
"y0": 0,
"y1": 1530900000
},
{
"x": 1462053600000,
"group": "CD",
"height": 1183100000,
"y0": 0,
"y1": 1183100000
},
{
"x": 1493589600000,
"group": "CD",
"height": 1083100000,
"y0": 0,
"y1": 1083100000
},
{
"x": 1525125600000,
"group": "CD",
"height": 698400000,
"y0": 0,
"y1": 698400000
},
{
"x": 105058800000,
"group": "CD Single",
"height": 0,
"y0": 2699600000,
"y1": 2699600000
},
{
"x": 136594800000,
"group": "CD Single",
"height": 0,
"y0": 2730600000,
"y1": 2730600000
},
{
"x": 168130800000,
"group": "CD Single",
"height": 0,
"y0": 2656200000,
"y1": 2656200000
},
{
"x": 199753200000,
"group": "CD Single",
"height": 0,
"y0": 2921600000,
"y1": 2921600000
},
{
"x": 231289200000,
"group": "CD Single",
"height": 0,
"y0": 3280400000,
"y1": 3280400000
},
{
"x": 262825200000,
"group": "CD Single",
"height": 0,
"y0": 3564000000,
"y1": 3564000000
},
{
"x": 294361200000,
"group": "CD Single",
"height": 0,
"y0": 2310400000,
"y1": 2310400000
},
{
"x": 325980000000,
"group": "CD Single",
"height": 0,
"y0": 1567700000,
"y1": 1567700000
},
{
"x": 357516000000,
"group": "CD Single",
"height": 0,
"y0": 844000000,
"y1": 844000000
},
{
"x": 389052000000,
"group": "CD Single",
"height": 0,
"y0": 91400000,
"y1": 91400000
},
{
"x": 420588000000,
"group": "CD Single",
"height": 0,
"y0": 42300000,
"y1": 42300000
},
{
"x": 452210400000,
"group": "CD Single",
"height": 0,
"y0": 243700000,
"y1": 243700000
},
{
"x": 483746400000,
"group": "CD Single",
"height": 0,
"y0": 887300000,
"y1": 887300000
},
{
"x": 515282400000,
"group": "CD Single",
"height": 0,
"y0": 2080200000,
"y1": 2080200000
},
{
"x": 546818400000,
"group": "CD Single",
"height": 0,
"y0": 3438600000,
"y1": 3438600000
},
{
"x": 578440800000,
"group": "CD Single",
"height": 20300000,
"y0": 4330300000,
"y1": 4350600000
},
{
"x": 609976800000,
"group": "CD Single",
"height": -1400000,
"y0": 0,
"y1": -1400000
},
{
"x": 641512800000,
"group": "CD Single",
"height": 11300000,
"y0": 6473300000,
"y1": 6484600000
},
{
"x": 673048800000,
"group": "CD Single",
"height": 63200000,
"y0": 7806600000,
"y1": 7869800000
},
{
"x": 704671200000,
"group": "CD Single",
"height": 78800000,
"y0": 9306000000,
"y1": 9384800000
},
{
"x": 736207200000,
"group": "CD Single",
"height": 77700000,
"y0": 11045500000,
"y1": 11123200000
},
{
"x": 767743200000,
"group": "CD Single",
"height": 92800000,
"y0": 14000100000,
"y1": 14092900000
},
{
"x": 799279200000,
"group": "CD Single",
"height": 178400000,
"y0": 15082600000,
"y1": 15261000000
},
{
"x": 830901600000,
"group": "CD Single",
"height": 287600000,
"y0": 15520700000,
"y1": 15808300000
},
{
"x": 862437600000,
"group": "CD Single",
"height": 416500000,
"y0": 15142600000,
"y1": 15559100000
},
{
"x": 893973600000,
"group": "CD Single",
"height": 320600000,
"y0": 17167400000,
"y1": 17488000000
},
{
"x": 925509600000,
"group": "CD Single",
"height": 327200000,
"y0": 18856700000,
"y1": 19183900000
},
{
"x": 957132000000,
"group": "CD Single",
"height": 203100000,
"y0": 18810300000,
"y1": 19013400000
},
{
"x": 988668000000,
"group": "CD Single",
"height": 109900000,
"y0": 17867600000,
"y1": 17977500000
},
{
"x": 1020204000000,
"group": "CD Single",
"height": 26700000,
"y0": 16410500000,
"y1": 16437200000
},
{
"x": 1051740000000,
"group": "CD Single",
"height": 48000000,
"y0": 14964200000,
"y1": 15012200000
},
{
"x": 1083362400000,
"group": "CD Single",
"height": 19500000,
"y0": 14853200000,
"y1": 14872700000
},
{
"x": 1114898400000,
"group": "CD Single",
"height": 13700000,
"y0": 13203800000,
"y1": 13217500000
},
{
"x": 1146434400000,
"group": "CD Single",
"height": 9400000,
"y0": 11395900000,
"y1": 11405300000
},
{
"x": 1177970400000,
"group": "CD Single",
"height": 14400000,
"y0": 8811900000,
"y1": 8826300000
},
{
"x": 1209592800000,
"group": "CD Single",
"height": 4000000,
"y0": 6229000000,
"y1": 6233000000
},
{
"x": 1241128800000,
"group": "CD Single",
"height": 3500000,
"y0": 4934500000,
"y1": 4938000000
},
{
"x": 1272664800000,
"group": "CD Single",
"height": 3300000,
"y0": 3810100000,
"y1": 3813400000
},
{
"x": 1304200800000,
"group": "CD Single",
"height": 3800000,
"y0": 3378900000,
"y1": 3382700000
},
{
"x": 1335823200000,
"group": "CD Single",
"height": 3500000,
"y0": 2718500000,
"y1": 2722000000
},
{
"x": 1367359200000,
"group": "CD Single",
"height": 2600000,
"y0": 2307700000,
"y1": 2310300000
},
{
"x": 1398895200000,
"group": "CD Single",
"height": 3800000,
"y0": 1884100000,
"y1": 1887900000
},
{
"x": 1430431200000,
"group": "CD Single",
"height": 1300000,
"y0": 1530900000,
"y1": 1532200000
},
{
"x": 1462053600000,
"group": "CD Single",
"height": 300000,
"y0": 1183100000,
"y1": 1183400000
},
{
"x": 1493589600000,
"group": "CD Single",
"height": 1500000,
"y0": 1083100000,
"y1": 1084600000
},
{
"x": 1525125600000,
"group": "CD Single",
"height": 200000,
"y0": 698400000,
"y1": 698600000
},
{
"x": 105058800000,
"group": "Download Album",
"height": 0,
"y0": 3119200000,
"y1": 3119200000
},
{
"x": 136594800000,
"group": "Download Album",
"height": 0,
"y0": 3164200000,
"y1": 3164200000
},
{
"x": 168130800000,
"group": "Download Album",
"height": 0,
"y0": 3106300000,
"y1": 3106300000
},
{
"x": 199753200000,
"group": "Download Album",
"height": 0,
"y0": 3549300000,
"y1": 3549300000
},
{
"x": 231289200000,
"group": "Download Album",
"height": 0,
"y0": 4290000000,
"y1": 4290000000
},
{
"x": 262825200000,
"group": "Download Album",
"height": 0,
"y0": 5255000000,
"y1": 5255000000
},
{
"x": 294361200000,
"group": "Download Album",
"height": 0,
"y0": 4270700000,
"y1": 4270700000
},
{
"x": 325980000000,
"group": "Download Album",
"height": 0,
"y0": 3664900000,
"y1": 3664900000
},
{
"x": 357516000000,
"group": "Download Album",
"height": 0,
"y0": 3709900000,
"y1": 3709900000
},
{
"x": 389052000000,
"group": "Download Album",
"height": 0,
"y0": 3608200000,
"y1": 3608200000
},
{
"x": 420588000000,
"group": "Download Album",
"height": 0,
"y0": 4499000000,
"y1": 4499000000
},
{
"x": 452210400000,
"group": "Download Album",
"height": 0,
"y0": 5867800000,
"y1": 5867800000
},
{
"x": 483746400000,
"group": "Download Album",
"height": 0,
"y0": 6380900000,
"y1": 6380900000
},
{
"x": 515282400000,
"group": "Download Album",
"height": 0,
"y0": 7670300000,
"y1": 7670300000
},
{
"x": 546818400000,
"group": "Download Album",
"height": 0,
"y0": 9855800000,
"y1": 9855800000
},
{
"x": 578440800000,
"group": "Download Album",
"height": 0,
"y0": 11483300000,
"y1": 11483300000
},
{
"x": 609976800000,
"group": "Download Album",
"height": 0,
"y0": 12113900000,
"y1": 12113900000
},
{
"x": 641512800000,
"group": "Download Album",
"height": 0,
"y0": 13480600000,
"y1": 13480600000
},
{
"x": 673048800000,
"group": "Download Album",
"height": 0,
"y0": 13718900000,
"y1": 13718900000
},
{
"x": 704671200000,
"group": "Download Album",
"height": 0,
"y0": 15351300000,
"y1": 15351300000
},
{
"x": 736207200000,
"group": "Download Album",
"height": 0,
"y0": 16575800000,
"y1": 16575800000
},
{
"x": 767743200000,
"group": "Download Album",
"height": 0,
"y0": 19470500000,
"y1": 19470500000
},
{
"x": 799279200000,
"group": "Download Album",
"height": 0,
"y0": 19346200000,
"y1": 19346200000
},
{
"x": 830901600000,
"group": "Download Album",
"height": 0,
"y0": 19080600000,
"y1": 19080600000
},
{
"x": 862437600000,
"group": "Download Album",
"height": 0,
"y0": 18088500000,
"y1": 18088500000
},
{
"x": 893973600000,
"group": "Download Album",
"height": 0,
"y0": 19765300000,
"y1": 19765300000
},
{
"x": 925509600000,
"group": "Download Album",
"height": 0,
"y0": 20816400000,
"y1": 20816400000
},
{
"x": 957132000000,
"group": "Download Album",
"height": 0,
"y0": 19911000000,
"y1": 19911000000
},
{
"x": 988668000000,
"group": "Download Album",
"height": 0,
"y0": 18488800000,
"y1": 18488800000
},
{
"x": 1020204000000,
"group": "Download Album",
"height": 0,
"y0": 16734700000,
"y1": 16734700000
},
{
"x": 1051740000000,
"group": "Download Album",
"height": 0,
"y0": 15166900000,
"y1": 15166900000
},
{
"x": 1083362400000,
"group": "Download Album",
"height": 59000000,
"y0": 14911900000,
"y1": 14970900000
},
{
"x": 1114898400000,
"group": "Download Album",
"height": 170300000,
"y0": 13248000000,
"y1": 13418300000
},
{
"x": 1146434400000,
"group": "Download Album",
"height": 335500000,
"y0": 11412700000,
"y1": 11748200000
},
{
"x": 1177970400000,
"group": "Download Album",
"height": 588100000,
"y0": 8833100000,
"y1": 9421200000
},
{
"x": 1209592800000,
"group": "Download Album",
"height": 723300000,
"y0": 6235400000,
"y1": 6958700000
},
{
"x": 1241128800000,
"group": "Download Album",
"height": 850400000,
"y0": 4939800000,
"y1": 5790200000
},
{
"x": 1272664800000,
"group": "Download Album",
"height": 980700000,
"y0": 3814400000,
"y1": 4795100000
},
{
"x": 1304200800000,
"group": "Download Album",
"height": 1166900000,
"y0": 3383000000,
"y1": 4549900000
},
{
"x": 1335823200000,
"group": "Download Album",
"height": 1317700000,
"y0": 2722200000,
"y1": 4039900000
},
{
"x": 1367359200000,
"group": "Download Album",
"height": 1328100000,
"y0": 2310300000,
"y1": 3638400000
},
{
"x": 1398895200000,
"group": "Download Album",
"height": 1185800000,
"y0": 1890200000,
"y1": 3076000000
},
{
"x": 1430431200000,
"group": "Download Album",
"height": 1127700000,
"y0": 1537900000,
"y1": 2665600000
},
{
"x": 1462053600000,
"group": "Download Album",
"height": 908800000,
"y0": 1186400000,
"y1": 2095200000
},
{
"x": 1493589600000,
"group": "Download Album",
"height": 684800000,
"y0": 1087300000,
"y1": 1772100000
},
{
"x": 1525125600000,
"group": "Download Album",
"height": 499700000,
"y0": 701900000,
"y1": 1201600000
},
{
"x": 105058800000,
"group": "Download Music Video",
"height": 0,
"y0": 3119200000,
"y1": 3119200000
},
{
"x": 136594800000,
"group": "Download Music Video",
"height": 0,
"y0": 3164200000,
"y1": 3164200000
},
{
"x": 168130800000,
"group": "Download Music Video",
"height": 0,
"y0": 3106300000,
"y1": 3106300000
},
{
"x": 199753200000,
"group": "Download Music Video",
"height": 0,
"y0": 3549300000,
"y1": 3549300000
},
{
"x": 231289200000,
"group": "Download Music Video",
"height": 0,
"y0": 4290000000,
"y1": 4290000000
},
{
"x": 262825200000,
"group": "Download Music Video",
"height": 0,
"y0": 5255000000,
"y1": 5255000000
},
{
"x": 294361200000,
"group": "Download Music Video",
"height": 0,
"y0": 4270700000,
"y1": 4270700000
},
{
"x": 325980000000,
"group": "Download Music Video",
"height": 0,
"y0": 3664900000,
"y1": 3664900000
},
{
"x": 357516000000,
"group": "Download Music Video",
"height": 0,
"y0": 3709900000,
"y1": 3709900000
},
{
"x": 389052000000,
"group": "Download Music Video",
"height": 0,
"y0": 3608200000,
"y1": 3608200000
},
{
"x": 420588000000,
"group": "Download Music Video",
"height": 0,
"y0": 4499000000,
"y1": 4499000000
},
{
"x": 452210400000,
"group": "Download Music Video",
"height": 0,
"y0": 5867800000,
"y1": 5867800000
},
{
"x": 483746400000,
"group": "Download Music Video",
"height": 0,
"y0": 6380900000,
"y1": 6380900000
},
{
"x": 515282400000,
"group": "Download Music Video",
"height": 0,
"y0": 7670300000,
"y1": 7670300000
},
{
"x": 546818400000,
"group": "Download Music Video",
"height": 0,
"y0": 9855800000,
"y1": 9855800000
},
{
"x": 578440800000,
"group": "Download Music Video",
"height": 0,
"y0": 11483300000,
"y1": 11483300000
},
{
"x": 609976800000,
"group": "Download Music Video",
"height": 0,
"y0": 12113900000,
"y1": 12113900000
},
{
"x": 641512800000,
"group": "Download Music Video",
"height": 0,
"y0": 13480600000,
"y1": 13480600000
},
{
"x": 673048800000,
"group": "Download Music Video",
"height": 0,
"y0": 13718900000,
"y1": 13718900000
},
{
"x": 704671200000,
"group": "Download Music Video",
"height": 0,
"y0": 15351300000,
"y1": 15351300000
},
{
"x": 736207200000,
"group": "Download Music Video",
"height": 0,
"y0": 16575800000,
"y1": 16575800000
},
{
"x": 767743200000,
"group": "Download Music Video",
"height": 0,
"y0": 19470500000,
"y1": 19470500000
},
{
"x": 799279200000,
"group": "Download Music Video",
"height": 0,
"y0": 19346200000,
"y1": 19346200000
},
{
"x": 830901600000,
"group": "Download Music Video",
"height": 0,
"y0": 19080600000,
"y1": 19080600000
},
{
"x": 862437600000,
"group": "Download Music Video",
"height": 0,
"y0": 18088500000,
"y1": 18088500000
},
{
"x": 893973600000,
"group": "Download Music Video",
"height": 0,
"y0": 19765300000,
"y1": 19765300000
},
{
"x": 925509600000,
"group": "Download Music Video",
"height": 0,
"y0": 20816400000,
"y1": 20816400000
},
{
"x": 957132000000,
"group": "Download Music Video",
"height": 0,
"y0": 19911000000,
"y1": 19911000000
},
{
"x": 988668000000,
"group": "Download Music Video",
"height": 0,
"y0": 18488800000,
"y1": 18488800000
},
{
"x": 1020204000000,
"group": "Download Music Video",
"height": 0,
"y0": 16734700000,
"y1": 16734700000
},
{
"x": 1051740000000,
"group": "Download Music Video",
"height": 0,
"y0": 15166900000,
"y1": 15166900000
},
{
"x": 1083362400000,
"group": "Download Music Video",
"height": 0,
"y0": 14970900000,
"y1": 14970900000
},
{
"x": 1114898400000,
"group": "Download Music Video",
"height": 4600000,
"y0": 13418300000,
"y1": 13422900000
},
{
"x": 1146434400000,
"group": "Download Music Video",
"height": 24000000,
"y0": 11748200000,
"y1": 11772200000
},
{
"x": 1177970400000,
"group": "Download Music Video",
"height": 33300000,
"y0": 9421200000,
"y1": 9454500000
},
{
"x": 1209592800000,
"group": "Download Music Video",
"height": 47000000,
"y0": 6958700000,
"y1": 7005700000
},
{
"x": 1241128800000,
"group": "Download Music Video",
"height": 46700000,
"y0": 5790200000,
"y1": 5836900000
},
{
"x": 1272664800000,
"group": "Download Music Video",
"height": 41100000,
"y0": 4795100000,
"y1": 4836200000
},
{
"x": 1304200800000,
"group": "Download Music Video",
"height": 35300000,
"y0": 4549900000,
"y1": 4585200000
},
{
"x": 1335823200000,
"group": "Download Music Video",
"height": 22800000,
"y0": 4039900000,
"y1": 4062700000
},
{
"x": 1367359200000,
"group": "Download Music Video",
"height": 18000000,
"y0": 3638400000,
"y1": 3656400000
},
{
"x": 1398895200000,
"group": "Download Music Video",
"height": 14400000,
"y0": 3076000000,
"y1": 3090400000
},
{
"x": 1430431200000,
"group": "Download Music Video",
"height": 6800000,
"y0": 2665600000,
"y1": 2672400000
},
{
"x": 1462053600000,
"group": "Download Music Video",
"height": 4500000,
"y0": 2095200000,
"y1": 2099700000
},
{
"x": 1493589600000,
"group": "Download Music Video",
"height": 2900000,
"y0": 1772100000,
"y1": 1775000000
},
{
"x": 1525125600000,
"group": "Download Music Video",
"height": 2200000,
"y0": 1201600000,
"y1": 1203800000
},
{
"x": 105058800000,
"group": "Download Single",
"height": 0,
"y0": 3119200000,
"y1": 3119200000
},
{
"x": 136594800000,
"group": "Download Single",
"height": 0,
"y0": 3164200000,
"y1": 3164200000
},
{
"x": 168130800000,
"group": "Download Single",
"height": 0,
"y0": 3106300000,
"y1": 3106300000
},
{
"x": 199753200000,
"group": "Download Single",
"height": 0,
"y0": 3549300000,
"y1": 3549300000
},
{
"x": 231289200000,
"group": "Download Single",
"height": 0,
"y0": 4290000000,
"y1": 4290000000
},
{
"x": 262825200000,
"group": "Download Single",
"height": 0,
"y0": 5255000000,
"y1": 5255000000
},
{
"x": 294361200000,
"group": "Download Single",
"height": 0,
"y0": 4270700000,
"y1": 4270700000
},
{
"x": 325980000000,
"group": "Download Single",
"height": 0,
"y0": 3664900000,
"y1": 3664900000
},
{
"x": 357516000000,
"group": "Download Single",
"height": 0,
"y0": 3709900000,
"y1": 3709900000
},
{
"x": 389052000000,
"group": "Download Single",
"height": 0,
"y0": 3608200000,
"y1": 3608200000
},
{
"x": 420588000000,
"group": "Download Single",
"height": 0,
"y0": 4499000000,
"y1": 4499000000
},
{
"x": 452210400000,
"group": "Download Single",
"height": 0,
"y0": 5867800000,
"y1": 5867800000
},
{
"x": 483746400000,
"group": "Download Single",
"height": 0,
"y0": 6380900000,
"y1": 6380900000
},
{
"x": 515282400000,
"group": "Download Single",
"height": 0,
"y0": 7670300000,
"y1": 7670300000
},
{
"x": 546818400000,
"group": "Download Single",
"height": 0,
"y0": 9855800000,
"y1": 9855800000
},
{
"x": 578440800000,
"group": "Download Single",
"height": 0,
"y0": 11483300000,
"y1": 11483300000
},
{
"x": 609976800000,
"group": "Download Single",
"height": 0,
"y0": 12113900000,
"y1": 12113900000
},
{
"x": 641512800000,
"group": "Download Single",
"height": 0,
"y0": 13480600000,
"y1": 13480600000
},
{
"x": 673048800000,
"group": "Download Single",
"height": 0,
"y0": 13718900000,
"y1": 13718900000
},
{
"x": 704671200000,
"group": "Download Single",
"height": 0,
"y0": 15351300000,
"y1": 15351300000
},
{
"x": 736207200000,
"group": "Download Single",
"height": 0,
"y0": 16575800000,
"y1": 16575800000
},
{
"x": 767743200000,
"group": "Download Single",
"height": 0,
"y0": 19470500000,
"y1": 19470500000
},
{
"x": 799279200000,
"group": "Download Single",
"height": 0,
"y0": 19346200000,
"y1": 19346200000
},
{
"x": 830901600000,
"group": "Download Single",
"height": 0,
"y0": 19080600000,
"y1": 19080600000
},
{
"x": 862437600000,
"group": "Download Single",
"height": 0,
"y0": 18088500000,
"y1": 18088500000
},
{
"x": 893973600000,
"group": "Download Single",
"height": 0,
"y0": 19765300000,
"y1": 19765300000
},
{
"x": 925509600000,
"group": "Download Single",
"height": 0,
"y0": 20816400000,
"y1": 20816400000
},
{
"x": 957132000000,
"group": "Download Single",
"height": 0,
"y0": 19911000000,
"y1": 19911000000
},
{
"x": 988668000000,
"group": "Download Single",
"height": 0,
"y0": 18488800000,
"y1": 18488800000
},
{
"x": 1020204000000,
"group": "Download Single",
"height": 0,
"y0": 16734700000,
"y1": 16734700000
},
{
"x": 1051740000000,
"group": "Download Single",
"height": 0,
"y0": 15166900000,
"y1": 15166900000
},
{
"x": 1083362400000,
"group": "Download Single",
"height": 179100000,
"y0": 14970900000,
"y1": 15150000000
},
{
"x": 1114898400000,
"group": "Download Single",
"height": 456000000,
"y0": 13422900000,
"y1": 13878900000
},
{
"x": 1146434400000,
"group": "Download Single",
"height": 705900000,
"y0": 11772200000,
"y1": 12478100000
},
{
"x": 1177970400000,
"group": "Download Single",
"height": 959000000,
"y0": 9454500000,
"y1": 10413500000
},
{
"x": 1209592800000,
"group": "Download Single",
"height": 1175100000,
"y0": 7005700000,
"y1": 8180800000
},
{
"x": 1241128800000,
"group": "Download Single",
"height": 1339100000,
"y0": 5836900000,
"y1": 7176000000
},
{
"x": 1272664800000,
"group": "Download Single",
"height": 1502300000,
"y0": 4836200000,
"y1": 6338500000
},
{
"x": 1304200800000,
"group": "Download Single",
"height": 1659000000,
"y0": 4585200000,
"y1": 6244200000
},
{
"x": 1335823200000,
"group": "Download Single",
"height": 1798700000,
"y0": 4062700000,
"y1": 5861400000
},
{
"x": 1367359200000,
"group": "Download Single",
"height": 1696000000,
"y0": 3656400000,
"y1": 5352400000
},
{
"x": 1398895200000,
"group": "Download Single",
"height": 1437600000,
"y0": 3090400000,
"y1": 4528000000
},
{
"x": 1430431200000,
"group": "Download Single",
"height": 1255700000,
"y0": 2672400000,
"y1": 3928100000
},
{
"x": 1462053600000,
"group": "Download Single",
"height": 941800000,
"y0": 2099700000,
"y1": 3041500000
},
{
"x": 1493589600000,
"group": "Download Single",
"height": 695100000,
"y0": 1775000000,
"y1": 2470100000
},
{
"x": 1525125600000,
"group": "Download Single",
"height": 490400000,
"y0": 1203800000,
"y1": 1694200000
},
{
"x": 105058800000,
"group": "DVD Audio",
"height": 0,
"y0": 3119200000,
"y1": 3119200000
},
{
"x": 136594800000,
"group": "DVD Audio",
"height": 0,
"y0": 3164200000,
"y1": 3164200000
},
{
"x": 168130800000,
"group": "DVD Audio",
"height": 0,
"y0": 3106300000,
"y1": 3106300000
},
{
"x": 199753200000,
"group": "DVD Audio",
"height": 0,
"y0": 3549300000,
"y1": 3549300000
},
{
"x": 231289200000,
"group": "DVD Audio",
"height": 0,
"y0": 4290000000,
"y1": 4290000000
},
{
"x": 262825200000,
"group": "DVD Audio",
"height": 0,
"y0": 5255000000,
"y1": 5255000000
},
{
"x": 294361200000,
"group": "DVD Audio",
"height": 0,
"y0": 4270700000,
"y1": 4270700000
},
{
"x": 325980000000,
"group": "DVD Audio",
"height": 0,
"y0": 3664900000,
"y1": 3664900000
},
{
"x": 357516000000,
"group": "DVD Audio",
"height": 0,
"y0": 3709900000,
"y1": 3709900000
},
{
"x": 389052000000,
"group": "DVD Audio",
"height": 0,
"y0": 3608200000,
"y1": 3608200000
},
{
"x": 420588000000,
"group": "DVD Audio",
"height": 0,
"y0": 4499000000,
"y1": 4499000000
},
{
"x": 452210400000,
"group": "DVD Audio",
"height": 0,
"y0": 5867800000,
"y1": 5867800000
},
{
"x": 483746400000,
"group": "DVD Audio",
"height": 0,
"y0": 6380900000,
"y1": 6380900000
},
{
"x": 515282400000,
"group": "DVD Audio",
"height": 0,
"y0": 7670300000,
"y1": 7670300000
},
{
"x": 546818400000,
"group": "DVD Audio",
"height": 0,
"y0": 9855800000,
"y1": 9855800000
},
{
"x": 578440800000,
"group": "DVD Audio",
"height": 0,
"y0": 11483300000,
"y1": 11483300000
},
{
"x": 609976800000,
"group": "DVD Audio",
"height": 0,
"y0": 12113900000,
"y1": 12113900000
},
{
"x": 641512800000,
"group": "DVD Audio",
"height": 0,
"y0": 13480600000,
"y1": 13480600000
},
{
"x": 673048800000,
"group": "DVD Audio",
"height": 0,
"y0": 13718900000,
"y1": 13718900000
},
{
"x": 704671200000,
"group": "DVD Audio",
"height": 0,
"y0": 15351300000,
"y1": 15351300000
},
{
"x": 736207200000,
"group": "DVD Audio",
"height": 0,
"y0": 16575800000,
"y1": 16575800000
},
{
"x": 767743200000,
"group": "DVD Audio",
"height": 0,
"y0": 19470500000,
"y1": 19470500000
},
{
"x": 799279200000,
"group": "DVD Audio",
"height": 0,
"y0": 19346200000,
"y1": 19346200000
},
{
"x": 830901600000,
"group": "DVD Audio",
"height": 0,
"y0": 19080600000,
"y1": 19080600000
},
{
"x": 862437600000,
"group": "DVD Audio",
"height": 0,
"y0": 18088500000,
"y1": 18088500000
},
{
"x": 893973600000,
"group": "DVD Audio",
"height": 0,
"y0": 19765300000,
"y1": 19765300000
},
{
"x": 925509600000,
"group": "DVD Audio",
"height": 0,
"y0": 20816400000,
"y1": 20816400000
},
{
"x": 957132000000,
"group": "DVD Audio",
"height": 0,
"y0": 19911000000,
"y1": 19911000000
},
{
"x": 988668000000,
"group": "DVD Audio",
"height": 8300000,
"y0": 18480500000,
"y1": 18488800000
},
{
"x": 1020204000000,
"group": "DVD Audio",
"height": 11600000,
"y0": 16723100000,
"y1": 16734700000
},
{
"x": 1051740000000,
"group": "DVD Audio",
"height": 10700000,
"y0": 15156200000,
"y1": 15166900000
},
{
"x": 1083362400000,
"group": "DVD Audio",
"height": 8400000,
"y0": 14903500000,
"y1": 14911900000
},
{
"x": 1114898400000,
"group": "DVD Audio",
"height": 14100000,
"y0": 13233900000,
"y1": 13248000000
},
{
"x": 1146434400000,
"group": "DVD Audio",
"height": 2900000,
"y0": 11409800000,
"y1": 11412700000
},
{
"x": 1177970400000,
"group": "DVD Audio",
"height": 3300000,
"y0": 8829800000,
"y1": 8833100000
},
{
"x": 1209592800000,
"group": "DVD Audio",
"height": 1400000,
"y0": 6234000000,
"y1": 6235400000
},
{
"x": 1241128800000,
"group": "DVD Audio",
"height": 1800000,
"y0": 4938000000,
"y1": 4939800000
},
{
"x": 1272664800000,
"group": "DVD Audio",
"height": 1000000,
"y0": 3813400000,
"y1": 3814400000
},
{
"x": 1304200800000,
"group": "DVD Audio",
"height": 300000,
"y0": 3382700000,
"y1": 3383000000
},
{
"x": 1335823200000,
"group": "DVD Audio",
"height": 200000,
"y0": 2722000000,
"y1": 2722200000
},
{
"x": 1367359200000,
"group": "DVD Audio",
"height": -500000,
"y0": 0,
"y1": -500000
},
{
"x": 1398895200000,
"group": "DVD Audio",
"height": 2300000,
"y0": 1887900000,
"y1": 1890200000
},
{
"x": 1430431200000,
"group": "DVD Audio",
"height": 5700000,
"y0": 1532200000,
"y1": 1537900000
},
{
"x": 1462053600000,
"group": "DVD Audio",
"height": 3000000,
"y0": 1183400000,
"y1": 1186400000
},
{
"x": 1493589600000,
"group": "DVD Audio",
"height": 2700000,
"y0": 1084600000,
"y1": 1087300000
},
{
"x": 1525125600000,
"group": "DVD Audio",
"height": 3300000,
"y0": 698600000,
"y1": 701900000
},
{
"x": 105058800000,
"group": "Kiosk",
"height": 0,
"y0": 3119200000,
"y1": 3119200000
},
{
"x": 136594800000,
"group": "Kiosk",
"height": 0,
"y0": 3164200000,
"y1": 3164200000
},
{
"x": 168130800000,
"group": "Kiosk",
"height": 0,
"y0": 3106300000,
"y1": 3106300000
},
{
"x": 199753200000,
"group": "Kiosk",
"height": 0,
"y0": 3549300000,
"y1": 3549300000
},
{
"x": 231289200000,
"group": "Kiosk",
"height": 0,
"y0": 4290000000,
"y1": 4290000000
},
{
"x": 262825200000,
"group": "Kiosk",
"height": 0,
"y0": 5255000000,
"y1": 5255000000
},
{
"x": 294361200000,
"group": "Kiosk",
"height": 0,
"y0": 4270700000,
"y1": 4270700000
},
{
"x": 325980000000,
"group": "Kiosk",
"height": 0,
"y0": 3664900000,
"y1": 3664900000
},
{
"x": 357516000000,
"group": "Kiosk",
"height": 0,
"y0": 3709900000,
"y1": 3709900000
},
{
"x": 389052000000,
"group": "Kiosk",
"height": 0,
"y0": 3608200000,
"y1": 3608200000
},
{
"x": 420588000000,
"group": "Kiosk",
"height": 0,
"y0": 4499000000,
"y1": 4499000000
},
{
"x": 452210400000,
"group": "Kiosk",
"height": 0,
"y0": 5867800000,
"y1": 5867800000
},
{
"x": 483746400000,
"group": "Kiosk",
"height": 0,
"y0": 6380900000,
"y1": 6380900000
},
{
"x": 515282400000,
"group": "Kiosk",
"height": 0,
"y0": 7670300000,
"y1": 7670300000
},
{
"x": 546818400000,
"group": "Kiosk",
"height": 0,
"y0": 9855800000,
"y1": 9855800000
},
{
"x": 578440800000,
"group": "Kiosk",
"height": 0,
"y0": 11483300000,
"y1": 11483300000
},
{
"x": 609976800000,
"group": "Kiosk",
"height": 0,
"y0": 12113900000,
"y1": 12113900000
},
{
"x": 641512800000,
"group": "Kiosk",
"height": 0,
"y0": 13480600000,
"y1": 13480600000
},
{
"x": 673048800000,
"group": "Kiosk",
"height": 0,
"y0": 13718900000,
"y1": 13718900000
},
{
"x": 704671200000,
"group": "Kiosk",
"height": 0,
"y0": 15351300000,
"y1": 15351300000
},
{
"x": 736207200000,
"group": "Kiosk",
"height": 0,
"y0": 16575800000,
"y1": 16575800000
},
{
"x": 767743200000,
"group": "Kiosk",
"height": 0,
"y0": 19470500000,
"y1": 19470500000
},
{
"x": 799279200000,
"group": "Kiosk",
"height": 0,
"y0": 19346200000,
"y1": 19346200000
},
{
"x": 830901600000,
"group": "Kiosk",
"height": 0,
"y0": 19080600000,
"y1": 19080600000
},
{
"x": 862437600000,
"group": "Kiosk",
"height": 0,
"y0": 18088500000,
"y1": 18088500000
},
{
"x": 893973600000,
"group": "Kiosk",
"height": 0,
"y0": 19765300000,
"y1": 19765300000
},
{
"x": 925509600000,
"group": "Kiosk",
"height": 0,
"y0": 20816400000,
"y1": 20816400000
},
{
"x": 957132000000,
"group": "Kiosk",
"height": 0,
"y0": 19911000000,
"y1": 19911000000
},
{
"x": 988668000000,
"group": "Kiosk",
"height": 0,
"y0": 18488800000,
"y1": 18488800000
},
{
"x": 1020204000000,
"group": "Kiosk",
"height": 0,
"y0": 16734700000,
"y1": 16734700000
},
{
"x": 1051740000000,
"group": "Kiosk",
"height": 0,
"y0": 15166900000,
"y1": 15166900000
},
{
"x": 1083362400000,
"group": "Kiosk",
"height": 0,
"y0": 15150000000,
"y1": 15150000000
},
{
"x": 1114898400000,
"group": "Kiosk",
"height": 1300000,
"y0": 13878900000,
"y1": 13880200000
},
{
"x": 1146434400000,
"group": "Kiosk",
"height": 2300000,
"y0": 12478100000,
"y1": 12480400000
},
{
"x": 1177970400000,
"group": "Kiosk",
"height": 3100000,
"y0": 10413500000,
"y1": 10416600000
},
{
"x": 1209592800000,
"group": "Kiosk",
"height": 3000000,
"y0": 8180800000,
"y1": 8183800000
},
{
"x": 1241128800000,
"group": "Kiosk",
"height": 7200000,
"y0": 7176000000,
"y1": 7183200000
},
{
"x": 1272664800000,
"group": "Kiosk",
"height": 7200000,
"y0": 6338500000,
"y1": 6345700000
},
{
"x": 1304200800000,
"group": "Kiosk",
"height": 2900000,
"y0": 6244200000,
"y1": 6247100000
},
{
"x": 1335823200000,
"group": "Kiosk",
"height": 4000000,
"y0": 5861400000,
"y1": 5865400000
},
{
"x": 1367359200000,
"group": "Kiosk",
"height": 6700000,
"y0": 5352400000,
"y1": 5359100000
},
{
"x": 1398895200000,
"group": "Kiosk",
"height": 2700000,
"y0": 4528000000,
"y1": 4530700000
},
{
"x": 1430431200000,
"group": "Kiosk",
"height": 3900000,
"y0": 3928100000,
"y1": 3932000000
},
{
"x": 1462053600000,
"group": "Kiosk",
"height": 3100000,
"y0": 3041500000,
"y1": 3044600000
},
{
"x": 1493589600000,
"group": "Kiosk",
"height": 2300000,
"y0": 2470100000,
"y1": 2472400000
},
{
"x": 1525125600000,
"group": "Kiosk",
"height": 2000000,
"y0": 1694200000,
"y1": 1696200000
},
{
"x": 105058800000,
"group": "Limited Tier Paid Subscription",
"height": 0,
"y0": 9998000000,
"y1": 9998000000
},
{
"x": 136594800000,
"group": "Limited Tier Paid Subscription",
"height": 0,
"y0": 9906200000,
"y1": 9906200000
},
{
"x": 168130800000,
"group": "Limited Tier Paid Subscription",
"height": 0,
"y0": 9872200000,
"y1": 9872200000
},
{
"x": 199753200000,
"group": "Limited Tier Paid Subscription",
"height": 0,
"y0": 10713400000,
"y1": 10713400000
},
{
"x": 231289200000,
"group": "Limited Tier Paid Subscription",
"height": 0,
"y0": 13168900000,
"y1": 13168900000
},
{
"x": 262825200000,
"group": "Limited Tier Paid Subscription",
"height": 0,
"y0": 14553400000,
"y1": 14553400000
},
{
"x": 294361200000,
"group": "Limited Tier Paid Subscription",
"height": 0,
"y0": 11215800000,
"y1": 11215800000
},
{
"x": 325980000000,
"group": "Limited Tier Paid Subscription",
"height": 0,
"y0": 10209400000,
"y1": 10209400000
},
{
"x": 357516000000,
"group": "Limited Tier Paid Subscription",
"height": 0,
"y0": 10024500000,
"y1": 10024500000
},
{
"x": 389052000000,
"group": "Limited Tier Paid Subscription",
"height": 0,
"y0": 8498200000,
"y1": 8498200000
},
{
"x": 420588000000,
"group": "Limited Tier Paid Subscription",
"height": 0,
"y0": 8655700000,
"y1": 8655700000
},
{
"x": 452210400000,
"group": "Limited Tier Paid Subscription",
"height": 0,
"y0": 9521700000,
"y1": 9521700000
},
{
"x": 483746400000,
"group": "Limited Tier Paid Subscription",
"height": 0,
"y0": 9298000000,
"y1": 9298000000
},
{
"x": 515282400000,
"group": "Limited Tier Paid Subscription",
"height": 0,
"y0": 9868800000,
"y1": 9868800000
},
{
"x": 546818400000,
"group": "Limited Tier Paid Subscription",
"height": 0,
"y0": 11567100000,
"y1": 11567100000
},
{
"x": 578440800000,
"group": "Limited Tier Paid Subscription",
"height": 0,
"y0": 12586000000,
"y1": 12586000000
},
{
"x": 609976800000,
"group": "Limited Tier Paid Subscription",
"height": 0,
"y0": 12549400000,
"y1": 12549400000
},
{
"x": 641512800000,
"group": "Limited Tier Paid Subscription",
"height": 0,
"y0": 13642800000,
"y1": 13642800000
},
{
"x": 673048800000,
"group": "Limited Tier Paid Subscription",
"height": 0,
"y0": 13771800000,
"y1": 13771800000
},
{
"x": 704671200000,
"group": "Limited Tier Paid Subscription",
"height": 0,
"y0": 15374900000,
"y1": 15374900000
},
{
"x": 736207200000,
"group": "Limited Tier Paid Subscription",
"height": 0,
"y0": 16593800000,
"y1": 16593800000
},
{
"x": 767743200000,
"group": "Limited Tier Paid Subscription",
"height": 0,
"y0": 19499900000,
"y1": 19499900000
},
{
"x": 799279200000,
"group": "Limited Tier Paid Subscription",
"height": 0,
"y0": 19386600000,
"y1": 19386600000
},
{
"x": 830901600000,
"group": "Limited Tier Paid Subscription",
"height": 0,
"y0": 19138100000,
"y1": 19138100000
},
{
"x": 862437600000,
"group": "Limited Tier Paid Subscription",
"height": 0,
"y0": 18139400000,
"y1": 18139400000
},
{
"x": 893973600000,
"group": "Limited Tier Paid Subscription",
"height": 0,
"y0": 19816400000,
"y1": 19816400000
},
{
"x": 925509600000,
"group": "Limited Tier Paid Subscription",
"height": 0,
"y0": 20863200000,
"y1": 20863200000
},
{
"x": 957132000000,
"group": "Limited Tier Paid Subscription",
"height": 0,
"y0": 19950400000,
"y1": 19950400000
},
{
"x": 988668000000,
"group": "Limited Tier Paid Subscription",
"height": 0,
"y0": 18526700000,
"y1": 18526700000
},
{
"x": 1020204000000,
"group": "Limited Tier Paid Subscription",
"height": 0,
"y0": 16762600000,
"y1": 16762600000
},
{
"x": 1051740000000,
"group": "Limited Tier Paid Subscription",
"height": 0,
"y0": 15195800000,
"y1": 15195800000
},
{
"x": 1083362400000,
"group": "Limited Tier Paid Subscription",
"height": 0,
"y0": 15175000000,
"y1": 15175000000
},
{
"x": 1114898400000,
"group": "Limited Tier Paid Subscription",
"height": 0,
"y0": 13898000000,
"y1": 13898000000
},
{
"x": 1146434400000,
"group": "Limited Tier Paid Subscription",
"height": 0,
"y0": 12499500000,
"y1": 12499500000
},
{
"x": 1177970400000,
"group": "Limited Tier Paid Subscription",
"height": 0,
"y0": 10443700000,
"y1": 10443700000
},
{
"x": 1209592800000,
"group": "Limited Tier Paid Subscription",
"height": 0,
"y0": 8248400000,
"y1": 8248400000
},
{
"x": 1241128800000,
"group": "Limited Tier Paid Subscription",
"height": 0,
"y0": 7256100000,
"y1": 7256100000
},
{
"x": 1272664800000,
"group": "Limited Tier Paid Subscription",
"height": 0,
"y0": 6445600000,
"y1": 6445600000
},
{
"x": 1304200800000,
"group": "Limited Tier Paid Subscription",
"height": 0,
"y0": 6377200000,
"y1": 6377200000
},
{
"x": 1335823200000,
"group": "Limited Tier Paid Subscription",
"height": 0,
"y0": 6041200000,
"y1": 6041200000
},
{
"x": 1367359200000,
"group": "Limited Tier Paid Subscription",
"height": 0,
"y0": 5586300000,
"y1": 5586300000
},
{
"x": 1398895200000,
"group": "Limited Tier Paid Subscription",
"height": 0,
"y0": 4789400000,
"y1": 4789400000
},
{
"x": 1430431200000,
"group": "Limited Tier Paid Subscription",
"height": 0,
"y0": 4285200000,
"y1": 4285200000
},
{
"x": 1462053600000,
"group": "Limited Tier Paid Subscription",
"height": 275500000,
"y0": 3416500000,
"y1": 3692000000
},
{
"x": 1493589600000,
"group": "Limited Tier Paid Subscription",
"height": 606100000,
"y0": 2870400000,
"y1": 3476500000
},
{
"x": 1525125600000,
"group": "Limited Tier Paid Subscription",
"height": 747100000,
"y0": 2115400000,
"y1": 2862500000
},
{
"x": 105058800000,
"group": "LP/EP",
"height": 6878800000,
"y0": 3119200000,
"y1": 9998000000
},
{
"x": 136594800000,
"group": "LP/EP",
"height": 6742000000,
"y0": 3164200000,
"y1": 9906200000
},
{
"x": 168130800000,
"group": "LP/EP",
"height": 6765900000,
"y0": 3106300000,
"y1": 9872200000
},
{
"x": 199753200000,
"group": "LP/EP",
"height": 7164100000,
"y0": 3549300000,
"y1": 10713400000
},
{
"x": 231289200000,
"group": "LP/EP",
"height": 8878900000,
"y0": 4290000000,
"y1": 13168900000
},
{
"x": 262825200000,
"group": "LP/EP",
"height": 9298400000,
"y0": 5255000000,
"y1": 14553400000
},
{
"x": 294361200000,
"group": "LP/EP",
"height": 6945100000,
"y0": 4270700000,
"y1": 11215800000
},
{
"x": 325980000000,
"group": "LP/EP",
"height": 6544500000,
"y0": 3664900000,
"y1": 10209400000
},
{
"x": 357516000000,
"group": "LP/EP",
"height": 6314600000,
"y0": 3709900000,
"y1": 10024500000
},
{
"x": 389052000000,
"group": "LP/EP",
"height": 4890000000,
"y0": 3608200000,
"y1": 8498200000
},
{
"x": 420588000000,
"group": "LP/EP",
"height": 4156700000,
"y0": 4499000000,
"y1": 8655700000
},
{
"x": 452210400000,
"group": "LP/EP",
"height": 3653900000,
"y0": 5867800000,
"y1": 9521700000
},
{
"x": 483746400000,
"group": "LP/EP",
"height": 2917100000,
"y0": 6380900000,
"y1": 9298000000
},
{
"x": 515282400000,
"group": "LP/EP",
"height": 2198500000,
"y0": 7670300000,
"y1": 9868800000
},
{
"x": 546818400000,
"group": "LP/EP",
"height": 1711300000,
"y0": 9855800000,
"y1": 11567100000
},
{
"x": 578440800000,
"group": "LP/EP",
"height": 1102700000,
"y0": 11483300000,
"y1": 12586000000
},
{
"x": 609976800000,
"group": "LP/EP",
"height": 435500000,
"y0": 12113900000,
"y1": 12549400000
},
{
"x": 641512800000,
"group": "LP/EP",
"height": 162200000,
"y0": 13480600000,
"y1": 13642800000
},
{
"x": 673048800000,
"group": "LP/EP",
"height": 52900000,
"y0": 13718900000,
"y1": 13771800000
},
{
"x": 704671200000,
"group": "LP/EP",
"height": 23600000,
"y0": 15351300000,
"y1": 15374900000
},
{
"x": 736207200000,
"group": "LP/EP",
"height": 18000000,
"y0": 16575800000,
"y1": 16593800000
},
{
"x": 767743200000,
"group": "LP/EP",
"height": 29400000,
"y0": 19470500000,
"y1": 19499900000
},
{
"x": 799279200000,
"group": "LP/EP",
"height": 40400000,
"y0": 19346200000,
"y1": 19386600000
},
{
"x": 830901600000,
"group": "LP/EP",
"height": 57500000,
"y0": 19080600000,
"y1": 19138100000
},
{
"x": 862437600000,
"group": "LP/EP",
"height": 50900000,
"y0": 18088500000,
"y1": 18139400000
},
{
"x": 893973600000,
"group": "LP/EP",
"height": 51100000,
"y0": 19765300000,
"y1": 19816400000
},
{
"x": 925509600000,
"group": "LP/EP",
"height": 46800000,
"y0": 20816400000,
"y1": 20863200000
},
{
"x": 957132000000,
"group": "LP/EP",
"height": 39400000,
"y0": 19911000000,
"y1": 19950400000
},
{
"x": 988668000000,
"group": "LP/EP",
"height": 37900000,
"y0": 18488800000,
"y1": 18526700000
},
{
"x": 1020204000000,
"group": "LP/EP",
"height": 27900000,
"y0": 16734700000,
"y1": 16762600000
},
{
"x": 1051740000000,
"group": "LP/EP",
"height": 28900000,
"y0": 15166900000,
"y1": 15195800000
},
{
"x": 1083362400000,
"group": "LP/EP",
"height": 25000000,
"y0": 15150000000,
"y1": 15175000000
},
{
"x": 1114898400000,
"group": "LP/EP",
"height": 17800000,
"y0": 13880200000,
"y1": 13898000000
},
{
"x": 1146434400000,
"group": "LP/EP",
"height": 19100000,
"y0": 12480400000,
"y1": 12499500000
},
{
"x": 1177970400000,
"group": "LP/EP",
"height": 27100000,
"y0": 10416600000,
"y1": 10443700000
},
{
"x": 1209592800000,
"group": "LP/EP",
"height": 64600000,
"y0": 8183800000,
"y1": 8248400000
},
{
"x": 1241128800000,
"group": "LP/EP",
"height": 72900000,
"y0": 7183200000,
"y1": 7256100000
},
{
"x": 1272664800000,
"group": "LP/EP",
"height": 99900000,
"y0": 6345700000,
"y1": 6445600000
},
{
"x": 1304200800000,
"group": "LP/EP",
"height": 130100000,
"y0": 6247100000,
"y1": 6377200000
},
{
"x": 1335823200000,
"group": "LP/EP",
"height": 175800000,
"y0": 5865400000,
"y1": 6041200000
},
{
"x": 1367359200000,
"group": "LP/EP",
"height": 227200000,
"y0": 5359100000,
"y1": 5586300000
},
{
"x": 1398895200000,
"group": "LP/EP",
"height": 258700000,
"y0": 4530700000,
"y1": 4789400000
},
{
"x": 1430431200000,
"group": "LP/EP",
"height": 353200000,
"y0": 3932000000,
"y1": 4285200000
},
{
"x": 1462053600000,
"group": "LP/EP",
"height": 371900000,
"y0": 3044600000,
"y1": 3416500000
},
{
"x": 1493589600000,
"group": "LP/EP",
"height": 398000000,
"y0": 2472400000,
"y1": 2870400000
},
{
"x": 1525125600000,
"group": "LP/EP",
"height": 419200000,
"y0": 1696200000,
"y1": 2115400000
},
{
"x": 105058800000,
"group": "Music Video (Physical)",
"height": 0,
"y0": 9998000000,
"y1": 9998000000
},
{
"x": 136594800000,
"group": "Music Video (Physical)",
"height": 0,
"y0": 9906200000,
"y1": 9906200000
},
{
"x": 168130800000,
"group": "Music Video (Physical)",
"height": 0,
"y0": 9872200000,
"y1": 9872200000
},
{
"x": 199753200000,
"group": "Music Video (Physical)",
"height": 0,
"y0": 10713400000,
"y1": 10713400000
},
{
"x": 231289200000,
"group": "Music Video (Physical)",
"height": 0,
"y0": 13168900000,
"y1": 13168900000
},
{
"x": 262825200000,
"group": "Music Video (Physical)",
"height": 0,
"y0": 14553400000,
"y1": 14553400000
},
{
"x": 294361200000,
"group": "Music Video (Physical)",
"height": 0,
"y0": 11215800000,
"y1": 11215800000
},
{
"x": 325980000000,
"group": "Music Video (Physical)",
"height": 0,
"y0": 10209400000,
"y1": 10209400000
},
{
"x": 357516000000,
"group": "Music Video (Physical)",
"height": 0,
"y0": 10024500000,
"y1": 10024500000
},
{
"x": 389052000000,
"group": "Music Video (Physical)",
"height": 0,
"y0": 8498200000,
"y1": 8498200000
},
{
"x": 420588000000,
"group": "Music Video (Physical)",
"height": 0,
"y0": 8655700000,
"y1": 8655700000
},
{
"x": 452210400000,
"group": "Music Video (Physical)",
"height": 0,
"y0": 9521700000,
"y1": 9521700000
},
{
"x": 483746400000,
"group": "Music Video (Physical)",
"height": 0,
"y0": 9298000000,
"y1": 9298000000
},
{
"x": 515282400000,
"group": "Music Video (Physical)",
"height": 0,
"y0": 9868800000,
"y1": 9868800000
},
{
"x": 546818400000,
"group": "Music Video (Physical)",
"height": 0,
"y0": 11567100000,
"y1": 11567100000
},
{
"x": 578440800000,
"group": "Music Video (Physical)",
"height": 0,
"y0": 12586000000,
"y1": 12586000000
},
{
"x": 609976800000,
"group": "Music Video (Physical)",
"height": 228100000,
"y0": 12549400000,
"y1": 12777500000
},
{
"x": 641512800000,
"group": "Music Video (Physical)",
"height": 323100000,
"y0": 13642800000,
"y1": 13965900000
},
{
"x": 673048800000,
"group": "Music Video (Physical)",
"height": 212500000,
"y0": 13771800000,
"y1": 13984300000
},
{
"x": 704671200000,
"group": "Music Video (Physical)",
"height": 275000000,
"y0": 15374900000,
"y1": 15649900000
},
{
"x": 736207200000,
"group": "Music Video (Physical)",
"height": 361800000,
"y0": 16593800000,
"y1": 16955600000
},
{
"x": 767743200000,
"group": "Music Video (Physical)",
"height": 382200000,
"y0": 19499900000,
"y1": 19882100000
},
{
"x": 799279200000,
"group": "Music Video (Physical)",
"height": 354300000,
"y0": 19386600000,
"y1": 19740900000
},
{
"x": 830901600000,
"group": "Music Video (Physical)",
"height": 368900000,
"y0": 19138100000,
"y1": 19507000000
},
{
"x": 862437600000,
"group": "Music Video (Physical)",
"height": 494700000,
"y0": 18139400000,
"y1": 18634100000
},
{
"x": 893973600000,
"group": "Music Video (Physical)",
"height": 763900000,
"y0": 19816400000,
"y1": 20580300000
},
{
"x": 925509600000,
"group": "Music Video (Physical)",
"height": 554200000,
"y0": 20863200000,
"y1": 21417400000
},
{
"x": 957132000000,
"group": "Music Video (Physical)",
"height": 401300000,
"y0": 19950400000,
"y1": 20351700000
},
{
"x": 988668000000,
"group": "Music Video (Physical)",
"height": 455600000,
"y0": 18526700000,
"y1": 18982300000
},
{
"x": 1020204000000,
"group": "Music Video (Physical)",
"height": 393000000,
"y0": 16762600000,
"y1": 17155600000
},
{
"x": 1051740000000,
"group": "Music Video (Physical)",
"height": 532700000,
"y0": 15195800000,
"y1": 15728500000
},
{
"x": 1083362400000,
"group": "Music Video (Physical)",
"height": 787900000,
"y0": 15175000000,
"y1": 15962900000
},
{
"x": 1114898400000,
"group": "Music Video (Physical)",
"height": 755800000,
"y0": 13898000000,
"y1": 14653800000
},
{
"x": 1146434400000,
"group": "Music Video (Physical)",
"height": 548500000,
"y0": 12499500000,
"y1": 13048000000
},
{
"x": 1177970400000,
"group": "Music Video (Physical)",
"height": 573400000,
"y0": 10443700000,
"y1": 11017100000
},
{
"x": 1209592800000,
"group": "Music Video (Physical)",
"height": 258800000,
"y0": 8248400000,
"y1": 8507200000
},
{
"x": 1241128800000,
"group": "Music Video (Physical)",
"height": 239500000,
"y0": 7256100000,
"y1": 7495600000
},
{
"x": 1272664800000,
"group": "Music Video (Physical)",
"height": 199600000,
"y0": 6445600000,
"y1": 6645200000
},
{
"x": 1304200800000,
"group": "Music Video (Physical)",
"height": 164500000,
"y0": 6377200000,
"y1": 6541700000
},
{
"x": 1335823200000,
"group": "Music Video (Physical)",
"height": 127500000,
"y0": 6041200000,
"y1": 6168700000
},
{
"x": 1367359200000,
"group": "Music Video (Physical)",
"height": 114600000,
"y0": 5586300000,
"y1": 5700900000
},
{
"x": 1398895200000,
"group": "Music Video (Physical)",
"height": 95200000,
"y0": 4789400000,
"y1": 4884600000
},
{
"x": 1430431200000,
"group": "Music Video (Physical)",
"height": 74600000,
"y0": 4285200000,
"y1": 4359800000
},
{
"x": 1462053600000,
"group": "Music Video (Physical)",
"height": 59600000,
"y0": 3692000000,
"y1": 3751600000
},
{
"x": 1493589600000,
"group": "Music Video (Physical)",
"height": 39600000,
"y0": 3476500000,
"y1": 3516100000
},
{
"x": 1525125600000,
"group": "Music Video (Physical)",
"height": 27600000,
"y0": 2862500000,
"y1": 2890100000
},
{
"x": 105058800000,
"group": "On-Demand Streaming (Ad-Supported)",
"height": 0,
"y0": 9998000000,
"y1": 9998000000
},
{
"x": 136594800000,
"group": "On-Demand Streaming (Ad-Supported)",
"height": 0,
"y0": 9906200000,
"y1": 9906200000
},
{
"x": 168130800000,
"group": "On-Demand Streaming (Ad-Supported)",
"height": 0,
"y0": 9872200000,
"y1": 9872200000
},
{
"x": 199753200000,
"group": "On-Demand Streaming (Ad-Supported)",
"height": 0,
"y0": 10713400000,
"y1": 10713400000
},
{
"x": 231289200000,
"group": "On-Demand Streaming (Ad-Supported)",
"height": 0,
"y0": 13168900000,
"y1": 13168900000
},
{
"x": 262825200000,
"group": "On-Demand Streaming (Ad-Supported)",
"height": 0,
"y0": 14553400000,
"y1": 14553400000
},
{
"x": 294361200000,
"group": "On-Demand Streaming (Ad-Supported)",
"height": 0,
"y0": 11215800000,
"y1": 11215800000
},
{
"x": 325980000000,
"group": "On-Demand Streaming (Ad-Supported)",
"height": 0,
"y0": 10209400000,
"y1": 10209400000
},
{
"x": 357516000000,
"group": "On-Demand Streaming (Ad-Supported)",
"height": 0,
"y0": 10024500000,
"y1": 10024500000
},
{
"x": 389052000000,
"group": "On-Demand Streaming (Ad-Supported)",
"height": 0,
"y0": 8498200000,
"y1": 8498200000
},
{
"x": 420588000000,
"group": "On-Demand Streaming (Ad-Supported)",
"height": 0,
"y0": 8655700000,
"y1": 8655700000
},
{
"x": 452210400000,
"group": "On-Demand Streaming (Ad-Supported)",
"height": 0,
"y0": 9521700000,
"y1": 9521700000
},
{
"x": 483746400000,
"group": "On-Demand Streaming (Ad-Supported)",
"height": 0,
"y0": 9298000000,
"y1": 9298000000
},
{
"x": 515282400000,
"group": "On-Demand Streaming (Ad-Supported)",
"height": 0,
"y0": 9868800000,
"y1": 9868800000
},
{
"x": 546818400000,
"group": "On-Demand Streaming (Ad-Supported)",
"height": 0,
"y0": 11567100000,
"y1": 11567100000
},
{
"x": 578440800000,
"group": "On-Demand Streaming (Ad-Supported)",
"height": 0,
"y0": 12586000000,
"y1": 12586000000
},
{
"x": 609976800000,
"group": "On-Demand Streaming (Ad-Supported)",
"height": 0,
"y0": 12777500000,
"y1": 12777500000
},
{
"x": 641512800000,
"group": "On-Demand Streaming (Ad-Supported)",
"height": 0,
"y0": 13965900000,
"y1": 13965900000
},
{
"x": 673048800000,
"group": "On-Demand Streaming (Ad-Supported)",
"height": 0,
"y0": 13984300000,
"y1": 13984300000
},
{
"x": 704671200000,
"group": "On-Demand Streaming (Ad-Supported)",
"height": 0,
"y0": 15649900000,
"y1": 15649900000
},
{
"x": 736207200000,
"group": "On-Demand Streaming (Ad-Supported)",
"height": 0,
"y0": 16955600000,
"y1": 16955600000
},
{
"x": 767743200000,
"group": "On-Demand Streaming (Ad-Supported)",
"height": 0,
"y0": 19882100000,
"y1": 19882100000
},
{
"x": 799279200000,
"group": "On-Demand Streaming (Ad-Supported)",
"height": 0,
"y0": 19740900000,
"y1": 19740900000
},
{
"x": 830901600000,
"group": "On-Demand Streaming (Ad-Supported)",
"height": 0,
"y0": 19507000000,
"y1": 19507000000
},
{
"x": 862437600000,
"group": "On-Demand Streaming (Ad-Supported)",
"height": 0,
"y0": 18634100000,
"y1": 18634100000
},
{
"x": 893973600000,
"group": "On-Demand Streaming (Ad-Supported)",
"height": 0,
"y0": 20580300000,
"y1": 20580300000
},
{
"x": 925509600000,
"group": "On-Demand Streaming (Ad-Supported)",
"height": 0,
"y0": 21417400000,
"y1": 21417400000
},
{
"x": 957132000000,
"group": "On-Demand Streaming (Ad-Supported)",
"height": 0,
"y0": 20351700000,
"y1": 20351700000
},
{
"x": 988668000000,
"group": "On-Demand Streaming (Ad-Supported)",
"height": 0,
"y0": 18982300000,
"y1": 18982300000
},
{
"x": 1020204000000,
"group": "On-Demand Streaming (Ad-Supported)",
"height": 0,
"y0": 17155600000,
"y1": 17155600000
},
{
"x": 1051740000000,
"group": "On-Demand Streaming (Ad-Supported)",
"height": 0,
"y0": 15728500000,
"y1": 15728500000
},
{
"x": 1083362400000,
"group": "On-Demand Streaming (Ad-Supported)",
"height": 0,
"y0": 15962900000,
"y1": 15962900000
},
{
"x": 1114898400000,
"group": "On-Demand Streaming (Ad-Supported)",
"height": 0,
"y0": 14653800000,
"y1": 14653800000
},
{
"x": 1146434400000,
"group": "On-Demand Streaming (Ad-Supported)",
"height": 0,
"y0": 13048000000,
"y1": 13048000000
},
{
"x": 1177970400000,
"group": "On-Demand Streaming (Ad-Supported)",
"height": 0,
"y0": 11017100000,
"y1": 11017100000
},
{
"x": 1209592800000,
"group": "On-Demand Streaming (Ad-Supported)",
"height": 0,
"y0": 8507200000,
"y1": 8507200000
},
{
"x": 1241128800000,
"group": "On-Demand Streaming (Ad-Supported)",
"height": 0,
"y0": 7495600000,
"y1": 7495600000
},
{
"x": 1272664800000,
"group": "On-Demand Streaming (Ad-Supported)",
"height": 0,
"y0": 6645200000,
"y1": 6645200000
},
{
"x": 1304200800000,
"group": "On-Demand Streaming (Ad-Supported)",
"height": 124000000,
"y0": 6541700000,
"y1": 6665700000
},
{
"x": 1335823200000,
"group": "On-Demand Streaming (Ad-Supported)",
"height": 187000000,
"y0": 6168700000,
"y1": 6355700000
},
{
"x": 1367359200000,
"group": "On-Demand Streaming (Ad-Supported)",
"height": 238100000,
"y0": 5700900000,
"y1": 5939000000
},
{
"x": 1398895200000,
"group": "On-Demand Streaming (Ad-Supported)",
"height": 301000000,
"y0": 4884600000,
"y1": 5185600000
},
{
"x": 1430431200000,
"group": "On-Demand Streaming (Ad-Supported)",
"height": 394100000,
"y0": 4359800000,
"y1": 4753900000
},
{
"x": 1462053600000,
"group": "On-Demand Streaming (Ad-Supported)",
"height": 512000000,
"y0": 3751600000,
"y1": 4263600000
},
{
"x": 1493589600000,
"group": "On-Demand Streaming (Ad-Supported)",
"height": 674700000,
"y0": 3516100000,
"y1": 4190800000
},
{
"x": 1525125600000,
"group": "On-Demand Streaming (Ad-Supported)",
"height": 759500000,
"y0": 2890100000,
"y1": 3649600000
},
{
"x": 105058800000,
"group": "Other Ad-Supported Streaming",
"height": 0,
"y0": 9998000000,
"y1": 9998000000
},
{
"x": 136594800000,
"group": "Other Ad-Supported Streaming",
"height": 0,
"y0": 9906200000,
"y1": 9906200000
},
{
"x": 168130800000,
"group": "Other Ad-Supported Streaming",
"height": 0,
"y0": 9872200000,
"y1": 9872200000
},
{
"x": 199753200000,
"group": "Other Ad-Supported Streaming",
"height": 0,
"y0": 10713400000,
"y1": 10713400000
},
{
"x": 231289200000,
"group": "Other Ad-Supported Streaming",
"height": 0,
"y0": 13168900000,
"y1": 13168900000
},
{
"x": 262825200000,
"group": "Other Ad-Supported Streaming",
"height": 0,
"y0": 14553400000,
"y1": 14553400000
},
{
"x": 294361200000,
"group": "Other Ad-Supported Streaming",
"height": 0,
"y0": 11215800000,
"y1": 11215800000
},
{
"x": 325980000000,
"group": "Other Ad-Supported Streaming",
"height": 0,
"y0": 10209400000,
"y1": 10209400000
},
{
"x": 357516000000,
"group": "Other Ad-Supported Streaming",
"height": 0,
"y0": 10024500000,
"y1": 10024500000
},
{
"x": 389052000000,
"group": "Other Ad-Supported Streaming",
"height": 0,
"y0": 8498200000,
"y1": 8498200000
},
{
"x": 420588000000,
"group": "Other Ad-Supported Streaming",
"height": 0,
"y0": 8655700000,
"y1": 8655700000
},
{
"x": 452210400000,
"group": "Other Ad-Supported Streaming",
"height": 0,
"y0": 9521700000,
"y1": 9521700000
},
{
"x": 483746400000,
"group": "Other Ad-Supported Streaming",
"height": 0,
"y0": 9298000000,
"y1": 9298000000
},
{
"x": 515282400000,
"group": "Other Ad-Supported Streaming",
"height": 0,
"y0": 9868800000,
"y1": 9868800000
},
{
"x": 546818400000,
"group": "Other Ad-Supported Streaming",
"height": 0,
"y0": 11567100000,
"y1": 11567100000
},
{
"x": 578440800000,
"group": "Other Ad-Supported Streaming",
"height": 0,
"y0": 12586000000,
"y1": 12586000000
},
{
"x": 609976800000,
"group": "Other Ad-Supported Streaming",
"height": 0,
"y0": 12777500000,
"y1": 12777500000
},
{
"x": 641512800000,
"group": "Other Ad-Supported Streaming",
"height": 0,
"y0": 13965900000,
"y1": 13965900000
},
{
"x": 673048800000,
"group": "Other Ad-Supported Streaming",
"height": 0,
"y0": 13984300000,
"y1": 13984300000
},
{
"x": 704671200000,
"group": "Other Ad-Supported Streaming",
"height": 0,
"y0": 15649900000,
"y1": 15649900000
},
{
"x": 736207200000,
"group": "Other Ad-Supported Streaming",
"height": 0,
"y0": 16955600000,
"y1": 16955600000
},
{
"x": 767743200000,
"group": "Other Ad-Supported Streaming",
"height": 0,
"y0": 19882100000,
"y1": 19882100000
},
{
"x": 799279200000,
"group": "Other Ad-Supported Streaming",
"height": 0,
"y0": 19740900000,
"y1": 19740900000
},
{
"x": 830901600000,
"group": "Other Ad-Supported Streaming",
"height": 0,
"y0": 19507000000,
"y1": 19507000000
},
{
"x": 862437600000,
"group": "Other Ad-Supported Streaming",
"height": 0,
"y0": 18634100000,
"y1": 18634100000
},
{
"x": 893973600000,
"group": "Other Ad-Supported Streaming",
"height": 0,
"y0": 20580300000,
"y1": 20580300000
},
{
"x": 925509600000,
"group": "Other Ad-Supported Streaming",
"height": 0,
"y0": 21417400000,
"y1": 21417400000
},
{
"x": 957132000000,
"group": "Other Ad-Supported Streaming",
"height": 0,
"y0": 20351700000,
"y1": 20351700000
},
{
"x": 988668000000,
"group": "Other Ad-Supported Streaming",
"height": 0,
"y0": 18982300000,
"y1": 18982300000
},
{
"x": 1020204000000,
"group": "Other Ad-Supported Streaming",
"height": 0,
"y0": 17155600000,
"y1": 17155600000
},
{
"x": 1051740000000,
"group": "Other Ad-Supported Streaming",
"height": 0,
"y0": 15728500000,
"y1": 15728500000
},
{
"x": 1083362400000,
"group": "Other Ad-Supported Streaming",
"height": 0,
"y0": 15962900000,
"y1": 15962900000
},
{
"x": 1114898400000,
"group": "Other Ad-Supported Streaming",
"height": 0,
"y0": 14653800000,
"y1": 14653800000
},
{
"x": 1146434400000,
"group": "Other Ad-Supported Streaming",
"height": 0,
"y0": 13048000000,
"y1": 13048000000
},
{
"x": 1177970400000,
"group": "Other Ad-Supported Streaming",
"height": 0,
"y0": 11017100000,
"y1": 11017100000
},
{
"x": 1209592800000,
"group": "Other Ad-Supported Streaming",
"height": 0,
"y0": 8507200000,
"y1": 8507200000
},
{
"x": 1241128800000,
"group": "Other Ad-Supported Streaming",
"height": 0,
"y0": 7495600000,
"y1": 7495600000
},
{
"x": 1272664800000,
"group": "Other Ad-Supported Streaming",
"height": 0,
"y0": 6645200000,
"y1": 6645200000
},
{
"x": 1304200800000,
"group": "Other Ad-Supported Streaming",
"height": 0,
"y0": 6665700000,
"y1": 6665700000
},
{
"x": 1335823200000,
"group": "Other Ad-Supported Streaming",
"height": 0,
"y0": 6355700000,
"y1": 6355700000
},
{
"x": 1367359200000,
"group": "Other Ad-Supported Streaming",
"height": 0,
"y0": 5939000000,
"y1": 5939000000
},
{
"x": 1398895200000,
"group": "Other Ad-Supported Streaming",
"height": 0,
"y0": 5185600000,
"y1": 5185600000
},
{
"x": 1430431200000,
"group": "Other Ad-Supported Streaming",
"height": 0,
"y0": 4753900000,
"y1": 4753900000
},
{
"x": 1462053600000,
"group": "Other Ad-Supported Streaming",
"height": 85000000,
"y0": 4263600000,
"y1": 4348600000
},
{
"x": 1493589600000,
"group": "Other Ad-Supported Streaming",
"height": 268200000,
"y0": 4190800000,
"y1": 4459000000
},
{
"x": 1525125600000,
"group": "Other Ad-Supported Streaming",
"height": 251400000,
"y0": 3649600000,
"y1": 3901000000
},
{
"x": 105058800000,
"group": "Other Digital",
"height": 0,
"y0": 9998000000,
"y1": 9998000000
},
{
"x": 136594800000,
"group": "Other Digital",
"height": 0,
"y0": 9906200000,
"y1": 9906200000
},
{
"x": 168130800000,
"group": "Other Digital",
"height": 0,
"y0": 9872200000,
"y1": 9872200000
},
{
"x": 199753200000,
"group": "Other Digital",
"height": 0,
"y0": 10713400000,
"y1": 10713400000
},
{
"x": 231289200000,
"group": "Other Digital",
"height": 0,
"y0": 13168900000,
"y1": 13168900000
},
{
"x": 262825200000,
"group": "Other Digital",
"height": 0,
"y0": 14553400000,
"y1": 14553400000
},
{
"x": 294361200000,
"group": "Other Digital",
"height": 0,
"y0": 11215800000,
"y1": 11215800000
},
{
"x": 325980000000,
"group": "Other Digital",
"height": 0,
"y0": 10209400000,
"y1": 10209400000
},
{
"x": 357516000000,
"group": "Other Digital",
"height": 0,
"y0": 10024500000,
"y1": 10024500000
},
{
"x": 389052000000,
"group": "Other Digital",
"height": 0,
"y0": 8498200000,
"y1": 8498200000
},
{
"x": 420588000000,
"group": "Other Digital",
"height": 0,
"y0": 8655700000,
"y1": 8655700000
},
{
"x": 452210400000,
"group": "Other Digital",
"height": 0,
"y0": 9521700000,
"y1": 9521700000
},
{
"x": 483746400000,
"group": "Other Digital",
"height": 0,
"y0": 9298000000,
"y1": 9298000000
},
{
"x": 515282400000,
"group": "Other Digital",
"height": 0,
"y0": 9868800000,
"y1": 9868800000
},
{
"x": 546818400000,
"group": "Other Digital",
"height": 0,
"y0": 11567100000,
"y1": 11567100000
},
{
"x": 578440800000,
"group": "Other Digital",
"height": 0,
"y0": 12586000000,
"y1": 12586000000
},
{
"x": 609976800000,
"group": "Other Digital",
"height": 0,
"y0": 12777500000,
"y1": 12777500000
},
{
"x": 641512800000,
"group": "Other Digital",
"height": 0,
"y0": 13965900000,
"y1": 13965900000
},
{
"x": 673048800000,
"group": "Other Digital",
"height": 0,
"y0": 13984300000,
"y1": 13984300000
},
{
"x": 704671200000,
"group": "Other Digital",
"height": 0,
"y0": 15649900000,
"y1": 15649900000
},
{
"x": 736207200000,
"group": "Other Digital",
"height": 0,
"y0": 16955600000,
"y1": 16955600000
},
{
"x": 767743200000,
"group": "Other Digital",
"height": 0,
"y0": 19882100000,
"y1": 19882100000
},
{
"x": 799279200000,
"group": "Other Digital",
"height": 0,
"y0": 19740900000,
"y1": 19740900000
},
{
"x": 830901600000,
"group": "Other Digital",
"height": 0,
"y0": 19507000000,
"y1": 19507000000
},
{
"x": 862437600000,
"group": "Other Digital",
"height": 0,
"y0": 18634100000,
"y1": 18634100000
},
{
"x": 893973600000,
"group": "Other Digital",
"height": 0,
"y0": 20580300000,
"y1": 20580300000
},
{
"x": 925509600000,
"group": "Other Digital",
"height": 0,
"y0": 21417400000,
"y1": 21417400000
},
{
"x": 957132000000,
"group": "Other Digital",
"height": 0,
"y0": 20351700000,
"y1": 20351700000
},
{
"x": 988668000000,
"group": "Other Digital",
"height": 0,
"y0": 18982300000,
"y1": 18982300000
},
{
"x": 1020204000000,
"group": "Other Digital",
"height": 0,
"y0": 17155600000,
"y1": 17155600000
},
{
"x": 1051740000000,
"group": "Other Digital",
"height": 0,
"y0": 15728500000,
"y1": 15728500000
},
{
"x": 1083362400000,
"group": "Other Digital",
"height": 0,
"y0": 15962900000,
"y1": 15962900000
},
{
"x": 1114898400000,
"group": "Other Digital",
"height": 0,
"y0": 14653800000,
"y1": 14653800000
},
{
"x": 1146434400000,
"group": "Other Digital",
"height": 0,
"y0": 13048000000,
"y1": 13048000000
},
{
"x": 1177970400000,
"group": "Other Digital",
"height": 0,
"y0": 11017100000,
"y1": 11017100000
},
{
"x": 1209592800000,
"group": "Other Digital",
"height": 0,
"y0": 8507200000,
"y1": 8507200000
},
{
"x": 1241128800000,
"group": "Other Digital",
"height": 0,
"y0": 7495600000,
"y1": 7495600000
},
{
"x": 1272664800000,
"group": "Other Digital",
"height": 0,
"y0": 6645200000,
"y1": 6645200000
},
{
"x": 1304200800000,
"group": "Other Digital",
"height": 0,
"y0": 6665700000,
"y1": 6665700000
},
{
"x": 1335823200000,
"group": "Other Digital",
"height": 0,
"y0": 6355700000,
"y1": 6355700000
},
{
"x": 1367359200000,
"group": "Other Digital",
"height": 0,
"y0": 5939000000,
"y1": 5939000000
},
{
"x": 1398895200000,
"group": "Other Digital",
"height": 0,
"y0": 5185600000,
"y1": 5185600000
},
{
"x": 1430431200000,
"group": "Other Digital",
"height": 0,
"y0": 4753900000,
"y1": 4753900000
},
{
"x": 1462053600000,
"group": "Other Digital",
"height": 17900000,
"y0": 4348600000,
"y1": 4366500000
},
{
"x": 1493589600000,
"group": "Other Digital",
"height": 17300000,
"y0": 4459000000,
"y1": 4476300000
},
{
"x": 1525125600000,
"group": "Other Digital",
"height": 19800000,
"y0": 3901000000,
"y1": 3920800000
},
{
"x": 105058800000,
"group": "Other Tapes",
"height": 86100000,
"y0": 9998000000,
"y1": 10084100000
},
{
"x": 136594800000,
"group": "Other Tapes",
"height": 66100000,
"y0": 9906200000,
"y1": 9972300000
},
{
"x": 168130800000,
"group": "Other Tapes",
"height": 46500000,
"y0": 9872200000,
"y1": 9918700000
},
{
"x": 199753200000,
"group": "Other Tapes",
"height": 22000000,
"y0": 10713400000,
"y1": 10735400000
},
{
"x": 231289200000,
"group": "Other Tapes",
"height": 0,
"y0": 13168900000,
"y1": 13168900000
},
{
"x": 262825200000,
"group": "Other Tapes",
"height": 0,
"y0": 14553400000,
"y1": 14553400000
},
{
"x": 294361200000,
"group": "Other Tapes",
"height": 0,
"y0": 11215800000,
"y1": 11215800000
},
{
"x": 325980000000,
"group": "Other Tapes",
"height": 0,
"y0": 10209400000,
"y1": 10209400000
},
{
"x": 357516000000,
"group": "Other Tapes",
"height": 0,
"y0": 10024500000,
"y1": 10024500000
},
{
"x": 389052000000,
"group": "Other Tapes",
"height": 0,
"y0": 8498200000,
"y1": 8498200000
},
{
"x": 420588000000,
"group": "Other Tapes",
"height": 0,
"y0": 8655700000,
"y1": 8655700000
},
{
"x": 452210400000,
"group": "Other Tapes",
"height": 0,
"y0": 9521700000,
"y1": 9521700000
},
{
"x": 483746400000,
"group": "Other Tapes",
"height": 0,
"y0": 9298000000,
"y1": 9298000000
},
{
"x": 515282400000,
"group": "Other Tapes",
"height": 0,
"y0": 9868800000,
"y1": 9868800000
},
{
"x": 546818400000,
"group": "Other Tapes",
"height": 0,
"y0": 11567100000,
"y1": 11567100000
},
{
"x": 578440800000,
"group": "Other Tapes",
"height": 0,
"y0": 12586000000,
"y1": 12586000000
},
{
"x": 609976800000,
"group": "Other Tapes",
"height": 0,
"y0": 12777500000,
"y1": 12777500000
},
{
"x": 641512800000,
"group": "Other Tapes",
"height": 0,
"y0": 13965900000,
"y1": 13965900000
},
{
"x": 673048800000,
"group": "Other Tapes",
"height": 0,
"y0": 13984300000,
"y1": 13984300000
},
{
"x": 704671200000,
"group": "Other Tapes",
"height": 0,
"y0": 15649900000,
"y1": 15649900000
},
{
"x": 736207200000,
"group": "Other Tapes",
"height": 0,
"y0": 16955600000,
"y1": 16955600000
},
{
"x": 767743200000,
"group": "Other Tapes",
"height": 0,
"y0": 19882100000,
"y1": 19882100000
},
{
"x": 799279200000,
"group": "Other Tapes",
"height": 0,
"y0": 19740900000,
"y1": 19740900000
},
{
"x": 830901600000,
"group": "Other Tapes",
"height": 0,
"y0": 19507000000,
"y1": 19507000000
},
{
"x": 862437600000,
"group": "Other Tapes",
"height": 0,
"y0": 18634100000,
"y1": 18634100000
},
{
"x": 893973600000,
"group": "Other Tapes",
"height": 0,
"y0": 20580300000,
"y1": 20580300000
},
{
"x": 925509600000,
"group": "Other Tapes",
"height": 0,
"y0": 21417400000,
"y1": 21417400000
},
{
"x": 957132000000,
"group": "Other Tapes",
"height": 0,
"y0": 20351700000,
"y1": 20351700000
},
{
"x": 988668000000,
"group": "Other Tapes",
"height": 0,
"y0": 18982300000,
"y1": 18982300000
},
{
"x": 1020204000000,
"group": "Other Tapes",
"height": 0,
"y0": 17155600000,
"y1": 17155600000
},
{
"x": 1051740000000,
"group": "Other Tapes",
"height": 0,
"y0": 15728500000,
"y1": 15728500000
},
{
"x": 1083362400000,
"group": "Other Tapes",
"height": 0,
"y0": 15962900000,
"y1": 15962900000
},
{
"x": 1114898400000,
"group": "Other Tapes",
"height": 0,
"y0": 14653800000,
"y1": 14653800000
},
{
"x": 1146434400000,
"group": "Other Tapes",
"height": 0,
"y0": 13048000000,
"y1": 13048000000
},
{
"x": 1177970400000,
"group": "Other Tapes",
"height": 0,
"y0": 11017100000,
"y1": 11017100000
},
{
"x": 1209592800000,
"group": "Other Tapes",
"height": 0,
"y0": 8507200000,
"y1": 8507200000
},
{
"x": 1241128800000,
"group": "Other Tapes",
"height": 0,
"y0": 7495600000,
"y1": 7495600000
},
{
"x": 1272664800000,
"group": "Other Tapes",
"height": 0,
"y0": 6645200000,
"y1": 6645200000
},
{
"x": 1304200800000,
"group": "Other Tapes",
"height": 0,
"y0": 6665700000,
"y1": 6665700000
},
{
"x": 1335823200000,
"group": "Other Tapes",
"height": 0,
"y0": 6355700000,
"y1": 6355700000
},
{
"x": 1367359200000,
"group": "Other Tapes",
"height": 0,
"y0": 5939000000,
"y1": 5939000000
},
{
"x": 1398895200000,
"group": "Other Tapes",
"height": 0,
"y0": 5185600000,
"y1": 5185600000
},
{
"x": 1430431200000,
"group": "Other Tapes",
"height": 0,
"y0": 4753900000,
"y1": 4753900000
},
{
"x": 1462053600000,
"group": "Other Tapes",
"height": 0,
"y0": 4366500000,
"y1": 4366500000
},
{
"x": 1493589600000,
"group": "Other Tapes",
"height": 0,
"y0": 4476300000,
"y1": 4476300000
},
{
"x": 1525125600000,
"group": "Other Tapes",
"height": 0,
"y0": 3920800000,
"y1": 3920800000
},
{
"x": 105058800000,
"group": "Paid Subscription",
"height": 0,
"y0": 10084100000,
"y1": 10084100000
},
{
"x": 136594800000,
"group": "Paid Subscription",
"height": 0,
"y0": 9972300000,
"y1": 9972300000
},
{
"x": 168130800000,
"group": "Paid Subscription",
"height": 0,
"y0": 9918700000,
"y1": 9918700000
},
{
"x": 199753200000,
"group": "Paid Subscription",
"height": 0,
"y0": 10735400000,
"y1": 10735400000
},
{
"x": 231289200000,
"group": "Paid Subscription",
"height": 0,
"y0": 13168900000,
"y1": 13168900000
},
{
"x": 262825200000,
"group": "Paid Subscription",
"height": 0,
"y0": 14553400000,
"y1": 14553400000
},
{
"x": 294361200000,
"group": "Paid Subscription",
"height": 0,
"y0": 11215800000,
"y1": 11215800000
},
{
"x": 325980000000,
"group": "Paid Subscription",
"height": 0,
"y0": 10209400000,
"y1": 10209400000
},
{
"x": 357516000000,
"group": "Paid Subscription",
"height": 0,
"y0": 10024500000,
"y1": 10024500000
},
{
"x": 389052000000,
"group": "Paid Subscription",
"height": 0,
"y0": 8498200000,
"y1": 8498200000
},
{
"x": 420588000000,
"group": "Paid Subscription",
"height": 0,
"y0": 8655700000,
"y1": 8655700000
},
{
"x": 452210400000,
"group": "Paid Subscription",
"height": 0,
"y0": 9521700000,
"y1": 9521700000
},
{
"x": 483746400000,
"group": "Paid Subscription",
"height": 0,
"y0": 9298000000,
"y1": 9298000000
},
{
"x": 515282400000,
"group": "Paid Subscription",
"height": 0,
"y0": 9868800000,
"y1": 9868800000
},
{
"x": 546818400000,
"group": "Paid Subscription",
"height": 0,
"y0": 11567100000,
"y1": 11567100000
},
{
"x": 578440800000,
"group": "Paid Subscription",
"height": 0,
"y0": 12586000000,
"y1": 12586000000
},
{
"x": 609976800000,
"group": "Paid Subscription",
"height": 0,
"y0": 12777500000,
"y1": 12777500000
},
{
"x": 641512800000,
"group": "Paid Subscription",
"height": 0,
"y0": 13965900000,
"y1": 13965900000
},
{
"x": 673048800000,
"group": "Paid Subscription",
"height": 0,
"y0": 13984300000,
"y1": 13984300000
},
{
"x": 704671200000,
"group": "Paid Subscription",
"height": 0,
"y0": 15649900000,
"y1": 15649900000
},
{
"x": 736207200000,
"group": "Paid Subscription",
"height": 0,
"y0": 16955600000,
"y1": 16955600000
},
{
"x": 767743200000,
"group": "Paid Subscription",
"height": 0,
"y0": 19882100000,
"y1": 19882100000
},
{
"x": 799279200000,
"group": "Paid Subscription",
"height": 0,
"y0": 19740900000,
"y1": 19740900000
},
{
"x": 830901600000,
"group": "Paid Subscription",
"height": 0,
"y0": 19507000000,
"y1": 19507000000
},
{
"x": 862437600000,
"group": "Paid Subscription",
"height": 0,
"y0": 18634100000,
"y1": 18634100000
},
{
"x": 893973600000,
"group": "Paid Subscription",
"height": 0,
"y0": 20580300000,
"y1": 20580300000
},
{
"x": 925509600000,
"group": "Paid Subscription",
"height": 0,
"y0": 21417400000,
"y1": 21417400000
},
{
"x": 957132000000,
"group": "Paid Subscription",
"height": 0,
"y0": 20351700000,
"y1": 20351700000
},
{
"x": 988668000000,
"group": "Paid Subscription",
"height": 0,
"y0": 18982300000,
"y1": 18982300000
},
{
"x": 1020204000000,
"group": "Paid Subscription",
"height": 0,
"y0": 17155600000,
"y1": 17155600000
},
{
"x": 1051740000000,
"group": "Paid Subscription",
"height": 0,
"y0": 15728500000,
"y1": 15728500000
},
{
"x": 1083362400000,
"group": "Paid Subscription",
"height": 0,
"y0": 15962900000,
"y1": 15962900000
},
{
"x": 1114898400000,
"group": "Paid Subscription",
"height": 187300000,
"y0": 14653800000,
"y1": 14841100000
},
{
"x": 1146434400000,
"group": "Paid Subscription",
"height": 250700000,
"y0": 13048000000,
"y1": 13298700000
},
{
"x": 1177970400000,
"group": "Paid Subscription",
"height": 276700000,
"y0": 11017100000,
"y1": 11293800000
},
{
"x": 1209592800000,
"group": "Paid Subscription",
"height": 252100000,
"y0": 8507200000,
"y1": 8759300000
},
{
"x": 1241128800000,
"group": "Paid Subscription",
"height": 235600000,
"y0": 7495600000,
"y1": 7731200000
},
{
"x": 1272664800000,
"group": "Paid Subscription",
"height": 238800000,
"y0": 6645200000,
"y1": 6884000000
},
{
"x": 1304200800000,
"group": "Paid Subscription",
"height": 270000000,
"y0": 6665700000,
"y1": 6935700000
},
{
"x": 1335823200000,
"group": "Paid Subscription",
"height": 437400000,
"y0": 6355700000,
"y1": 6793100000
},
{
"x": 1367359200000,
"group": "Paid Subscription",
"height": 693400000,
"y0": 5939000000,
"y1": 6632400000
},
{
"x": 1398895200000,
"group": "Paid Subscription",
"height": 817000000,
"y0": 5185600000,
"y1": 6002600000
},
{
"x": 1430431200000,
"group": "Paid Subscription",
"height": 1225500000,
"y0": 4753900000,
"y1": 5979400000
},
{
"x": 1462053600000,
"group": "Paid Subscription",
"height": 2347900000,
"y0": 4366500000,
"y1": 6714400000
},
{
"x": 1493589600000,
"group": "Paid Subscription",
"height": 3586100000,
"y0": 4476300000,
"y1": 8062400000
},
{
"x": 1525125600000,
"group": "Paid Subscription",
"height": 4656000000,
"y0": 3920800000,
"y1": 8576800000
},
{
"x": 105058800000,
"group": "Ringtones & Ringbacks",
"height": 0,
"y0": 10084100000,
"y1": 10084100000
},
{
"x": 136594800000,
"group": "Ringtones & Ringbacks",
"height": 0,
"y0": 9972300000,
"y1": 9972300000
},
{
"x": 168130800000,
"group": "Ringtones & Ringbacks",
"height": 0,
"y0": 9918700000,
"y1": 9918700000
},
{
"x": 199753200000,
"group": "Ringtones & Ringbacks",
"height": 0,
"y0": 10735400000,
"y1": 10735400000
},
{
"x": 231289200000,
"group": "Ringtones & Ringbacks",
"height": 0,
"y0": 13168900000,
"y1": 13168900000
},
{
"x": 262825200000,
"group": "Ringtones & Ringbacks",
"height": 0,
"y0": 14553400000,
"y1": 14553400000
},
{
"x": 294361200000,
"group": "Ringtones & Ringbacks",
"height": 0,
"y0": 11215800000,
"y1": 11215800000
},
{
"x": 325980000000,
"group": "Ringtones & Ringbacks",
"height": 0,
"y0": 10209400000,
"y1": 10209400000
},
{
"x": 357516000000,
"group": "Ringtones & Ringbacks",
"height": 0,
"y0": 10024500000,
"y1": 10024500000
},
{
"x": 389052000000,
"group": "Ringtones & Ringbacks",
"height": 0,
"y0": 8498200000,
"y1": 8498200000
},
{
"x": 420588000000,
"group": "Ringtones & Ringbacks",
"height": 0,
"y0": 8655700000,
"y1": 8655700000
},
{
"x": 452210400000,
"group": "Ringtones & Ringbacks",
"height": 0,
"y0": 9521700000,
"y1": 9521700000
},
{
"x": 483746400000,
"group": "Ringtones & Ringbacks",
"height": 0,
"y0": 9298000000,
"y1": 9298000000
},
{
"x": 515282400000,
"group": "Ringtones & Ringbacks",
"height": 0,
"y0": 9868800000,
"y1": 9868800000
},
{
"x": 546818400000,
"group": "Ringtones & Ringbacks",
"height": 0,
"y0": 11567100000,
"y1": 11567100000
},
{
"x": 578440800000,
"group": "Ringtones & Ringbacks",
"height": 0,
"y0": 12586000000,
"y1": 12586000000
},
{
"x": 609976800000,
"group": "Ringtones & Ringbacks",
"height": 0,
"y0": 12777500000,
"y1": 12777500000
},
{
"x": 641512800000,
"group": "Ringtones & Ringbacks",
"height": 0,
"y0": 13965900000,
"y1": 13965900000
},
{
"x": 673048800000,
"group": "Ringtones & Ringbacks",
"height": 0,
"y0": 13984300000,
"y1": 13984300000
},
{
"x": 704671200000,
"group": "Ringtones & Ringbacks",
"height": 0,
"y0": 15649900000,
"y1": 15649900000
},
{
"x": 736207200000,
"group": "Ringtones & Ringbacks",
"height": 0,
"y0": 16955600000,
"y1": 16955600000
},
{
"x": 767743200000,
"group": "Ringtones & Ringbacks",
"height": 0,
"y0": 19882100000,
"y1": 19882100000
},
{
"x": 799279200000,
"group": "Ringtones & Ringbacks",
"height": 0,
"y0": 19740900000,
"y1": 19740900000
},
{
"x": 830901600000,
"group": "Ringtones & Ringbacks",
"height": 0,
"y0": 19507000000,
"y1": 19507000000
},
{
"x": 862437600000,
"group": "Ringtones & Ringbacks",
"height": 0,
"y0": 18634100000,
"y1": 18634100000
},
{
"x": 893973600000,
"group": "Ringtones & Ringbacks",
"height": 0,
"y0": 20580300000,
"y1": 20580300000
},
{
"x": 925509600000,
"group": "Ringtones & Ringbacks",
"height": 0,
"y0": 21417400000,
"y1": 21417400000
},
{
"x": 957132000000,
"group": "Ringtones & Ringbacks",
"height": 0,
"y0": 20351700000,
"y1": 20351700000
},
{
"x": 988668000000,
"group": "Ringtones & Ringbacks",
"height": 0,
"y0": 18982300000,
"y1": 18982300000
},
{
"x": 1020204000000,
"group": "Ringtones & Ringbacks",
"height": 0,
"y0": 17155600000,
"y1": 17155600000
},
{
"x": 1051740000000,
"group": "Ringtones & Ringbacks",
"height": 0,
"y0": 15728500000,
"y1": 15728500000
},
{
"x": 1083362400000,
"group": "Ringtones & Ringbacks",
"height": 0,
"y0": 15962900000,
"y1": 15962900000
},
{
"x": 1114898400000,
"group": "Ringtones & Ringbacks",
"height": 529100000,
"y0": 14841100000,
"y1": 15370200000
},
{
"x": 1146434400000,
"group": "Ringtones & Ringbacks",
"height": 940800000,
"y0": 13298700000,
"y1": 14239500000
},
{
"x": 1177970400000,
"group": "Ringtones & Ringbacks",
"height": 1248400000,
"y0": 11293800000,
"y1": 12542200000
},
{
"x": 1209592800000,
"group": "Ringtones & Ringbacks",
"height": 1112400000,
"y0": 8759300000,
"y1": 9871700000
},
{
"x": 1241128800000,
"group": "Ringtones & Ringbacks",
"height": 803000000,
"y0": 7731200000,
"y1": 8534200000
},
{
"x": 1272664800000,
"group": "Ringtones & Ringbacks",
"height": 503600000,
"y0": 6884000000,
"y1": 7387600000
},
{
"x": 1304200800000,
"group": "Ringtones & Ringbacks",
"height": 301000000,
"y0": 6935700000,
"y1": 7236700000
},
{
"x": 1335823200000,
"group": "Ringtones & Ringbacks",
"height": 159700000,
"y0": 6793100000,
"y1": 6952800000
},
{
"x": 1367359200000,
"group": "Ringtones & Ringbacks",
"height": 105600000,
"y0": 6632400000,
"y1": 6738000000
},
{
"x": 1398895200000,
"group": "Ringtones & Ringbacks",
"height": 70300000,
"y0": 6002600000,
"y1": 6072900000
},
{
"x": 1430431200000,
"group": "Ringtones & Ringbacks",
"height": 57800000,
"y0": 5979400000,
"y1": 6037200000
},
{
"x": 1462053600000,
"group": "Ringtones & Ringbacks",
"height": 58900000,
"y0": 6714400000,
"y1": 6773300000
},
{
"x": 1493589600000,
"group": "Ringtones & Ringbacks",
"height": 36400000,
"y0": 8062400000,
"y1": 8098800000
},
{
"x": 1525125600000,
"group": "Ringtones & Ringbacks",
"height": 25000000,
"y0": 8576800000,
"y1": 8601800000
},
{
"x": 105058800000,
"group": "SACD",
"height": 0,
"y0": 10084100000,
"y1": 10084100000
},
{
"x": 136594800000,
"group": "SACD",
"height": 0,
"y0": 9972300000,
"y1": 9972300000
},
{
"x": 168130800000,
"group": "SACD",
"height": 0,
"y0": 9918700000,
"y1": 9918700000
},
{
"x": 199753200000,
"group": "SACD",
"height": 0,
"y0": 10735400000,
"y1": 10735400000
},
{
"x": 231289200000,
"group": "SACD",
"height": 0,
"y0": 13168900000,
"y1": 13168900000
},
{
"x": 262825200000,
"group": "SACD",
"height": 0,
"y0": 14553400000,
"y1": 14553400000
},
{
"x": 294361200000,
"group": "SACD",
"height": 0,
"y0": 11215800000,
"y1": 11215800000
},
{
"x": 325980000000,
"group": "SACD",
"height": 0,
"y0": 10209400000,
"y1": 10209400000
},
{
"x": 357516000000,
"group": "SACD",
"height": 0,
"y0": 10024500000,
"y1": 10024500000
},
{
"x": 389052000000,
"group": "SACD",
"height": 0,
"y0": 8498200000,
"y1": 8498200000
},
{
"x": 420588000000,
"group": "SACD",
"height": 0,
"y0": 8655700000,
"y1": 8655700000
},
{
"x": 452210400000,
"group": "SACD",
"height": 0,
"y0": 9521700000,
"y1": 9521700000
},
{
"x": 483746400000,
"group": "SACD",
"height": 0,
"y0": 9298000000,
"y1": 9298000000
},
{
"x": 515282400000,
"group": "SACD",
"height": 0,
"y0": 9868800000,
"y1": 9868800000
},
{
"x": 546818400000,
"group": "SACD",
"height": 0,
"y0": 11567100000,
"y1": 11567100000
},
{
"x": 578440800000,
"group": "SACD",
"height": 0,
"y0": 12586000000,
"y1": 12586000000
},
{
"x": 609976800000,
"group": "SACD",
"height": 0,
"y0": 12777500000,
"y1": 12777500000
},
{
"x": 641512800000,
"group": "SACD",
"height": 0,
"y0": 13965900000,
"y1": 13965900000
},
{
"x": 673048800000,
"group": "SACD",
"height": 0,
"y0": 13984300000,
"y1": 13984300000
},
{
"x": 704671200000,
"group": "SACD",
"height": 0,
"y0": 15649900000,
"y1": 15649900000
},
{
"x": 736207200000,
"group": "SACD",
"height": 0,
"y0": 16955600000,
"y1": 16955600000
},
{
"x": 767743200000,
"group": "SACD",
"height": 0,
"y0": 19882100000,
"y1": 19882100000
},
{
"x": 799279200000,
"group": "SACD",
"height": 0,
"y0": 19740900000,
"y1": 19740900000
},
{
"x": 830901600000,
"group": "SACD",
"height": 0,
"y0": 19507000000,
"y1": 19507000000
},
{
"x": 862437600000,
"group": "SACD",
"height": 0,
"y0": 18634100000,
"y1": 18634100000
},
{
"x": 893973600000,
"group": "SACD",
"height": 0,
"y0": 20580300000,
"y1": 20580300000
},
{
"x": 925509600000,
"group": "SACD",
"height": 0,
"y0": 21417400000,
"y1": 21417400000
},
{
"x": 957132000000,
"group": "SACD",
"height": 0,
"y0": 20351700000,
"y1": 20351700000
},
{
"x": 988668000000,
"group": "SACD",
"height": 0,
"y0": 18982300000,
"y1": 18982300000
},
{
"x": 1020204000000,
"group": "SACD",
"height": 0,
"y0": 17155600000,
"y1": 17155600000
},
{
"x": 1051740000000,
"group": "SACD",
"height": 35000000,
"y0": 15728500000,
"y1": 15763500000
},
{
"x": 1083362400000,
"group": "SACD",
"height": 21500000,
"y0": 15962900000,
"y1": 15984400000
},
{
"x": 1114898400000,
"group": "SACD",
"height": 12600000,
"y0": 15370200000,
"y1": 15382800000
},
{
"x": 1146434400000,
"group": "SACD",
"height": 6700000,
"y0": 14239500000,
"y1": 14246200000
},
{
"x": 1177970400000,
"group": "SACD",
"height": 4300000,
"y0": 12542200000,
"y1": 12546500000
},
{
"x": 1209592800000,
"group": "SACD",
"height": 3500000,
"y0": 9871700000,
"y1": 9875200000
},
{
"x": 1241128800000,
"group": "SACD",
"height": 2700000,
"y0": 8534200000,
"y1": 8536900000
},
{
"x": 1272664800000,
"group": "SACD",
"height": 1900000,
"y0": 7387600000,
"y1": 7389500000
},
{
"x": 1304200800000,
"group": "SACD",
"height": 1600000,
"y0": 7236700000,
"y1": 7238300000
},
{
"x": 1335823200000,
"group": "SACD",
"height": 1500000,
"y0": 6952800000,
"y1": 6954300000
},
{
"x": 1367359200000,
"group": "SACD",
"height": 1100000,
"y0": 6738000000,
"y1": 6739100000
},
{
"x": 1398895200000,
"group": "SACD",
"height": 800000,
"y0": 6072900000,
"y1": 6073700000
},
{
"x": 1430431200000,
"group": "SACD",
"height": 1100000,
"y0": 6037200000,
"y1": 6038300000
},
{
"x": 1462053600000,
"group": "SACD",
"height": 1300000,
"y0": 6773300000,
"y1": 6774600000
},
{
"x": 1493589600000,
"group": "SACD",
"height": 900000,
"y0": 8098800000,
"y1": 8099700000
},
{
"x": 1525125600000,
"group": "SACD",
"height": 900000,
"y0": 8601800000,
"y1": 8602700000
},
{
"x": 105058800000,
"group": "SoundExchange Distributions",
"height": 0,
"y0": 10084100000,
"y1": 10084100000
},
{
"x": 136594800000,
"group": "SoundExchange Distributions",
"height": 0,
"y0": 9972300000,
"y1": 9972300000
},
{
"x": 168130800000,
"group": "SoundExchange Distributions",
"height": 0,
"y0": 9918700000,
"y1": 9918700000
},
{
"x": 199753200000,
"group": "SoundExchange Distributions",
"height": 0,
"y0": 10735400000,
"y1": 10735400000
},
{
"x": 231289200000,
"group": "SoundExchange Distributions",
"height": 0,
"y0": 13168900000,
"y1": 13168900000
},
{
"x": 262825200000,
"group": "SoundExchange Distributions",
"height": 0,
"y0": 14553400000,
"y1": 14553400000
},
{
"x": 294361200000,
"group": "SoundExchange Distributions",
"height": 0,
"y0": 11215800000,
"y1": 11215800000
},
{
"x": 325980000000,
"group": "SoundExchange Distributions",
"height": 0,
"y0": 10209400000,
"y1": 10209400000
},
{
"x": 357516000000,
"group": "SoundExchange Distributions",
"height": 0,
"y0": 10024500000,
"y1": 10024500000
},
{
"x": 389052000000,
"group": "SoundExchange Distributions",
"height": 0,
"y0": 8498200000,
"y1": 8498200000
},
{
"x": 420588000000,
"group": "SoundExchange Distributions",
"height": 0,
"y0": 8655700000,
"y1": 8655700000
},
{
"x": 452210400000,
"group": "SoundExchange Distributions",
"height": 0,
"y0": 9521700000,
"y1": 9521700000
},
{
"x": 483746400000,
"group": "SoundExchange Distributions",
"height": 0,
"y0": 9298000000,
"y1": 9298000000
},
{
"x": 515282400000,
"group": "SoundExchange Distributions",
"height": 0,
"y0": 9868800000,
"y1": 9868800000
},
{
"x": 546818400000,
"group": "SoundExchange Distributions",
"height": 0,
"y0": 11567100000,
"y1": 11567100000
},
{
"x": 578440800000,
"group": "SoundExchange Distributions",
"height": 0,
"y0": 12586000000,
"y1": 12586000000
},
{
"x": 609976800000,
"group": "SoundExchange Distributions",
"height": 0,
"y0": 12777500000,
"y1": 12777500000
},
{
"x": 641512800000,
"group": "SoundExchange Distributions",
"height": 0,
"y0": 13965900000,
"y1": 13965900000
},
{
"x": 673048800000,
"group": "SoundExchange Distributions",
"height": 0,
"y0": 13984300000,
"y1": 13984300000
},
{
"x": 704671200000,
"group": "SoundExchange Distributions",
"height": 0,
"y0": 15649900000,
"y1": 15649900000
},
{
"x": 736207200000,
"group": "SoundExchange Distributions",
"height": 0,
"y0": 16955600000,
"y1": 16955600000
},
{
"x": 767743200000,
"group": "SoundExchange Distributions",
"height": 0,
"y0": 19882100000,
"y1": 19882100000
},
{
"x": 799279200000,
"group": "SoundExchange Distributions",
"height": 0,
"y0": 19740900000,
"y1": 19740900000
},
{
"x": 830901600000,
"group": "SoundExchange Distributions",
"height": 0,
"y0": 19507000000,
"y1": 19507000000
},
{
"x": 862437600000,
"group": "SoundExchange Distributions",
"height": 0,
"y0": 18634100000,
"y1": 18634100000
},
{
"x": 893973600000,
"group": "SoundExchange Distributions",
"height": 0,
"y0": 20580300000,
"y1": 20580300000
},
{
"x": 925509600000,
"group": "SoundExchange Distributions",
"height": 0,
"y0": 21417400000,
"y1": 21417400000
},
{
"x": 957132000000,
"group": "SoundExchange Distributions",
"height": 0,
"y0": 20351700000,
"y1": 20351700000
},
{
"x": 988668000000,
"group": "SoundExchange Distributions",
"height": 0,
"y0": 18982300000,
"y1": 18982300000
},
{
"x": 1020204000000,
"group": "SoundExchange Distributions",
"height": 0,
"y0": 17155600000,
"y1": 17155600000
},
{
"x": 1051740000000,
"group": "SoundExchange Distributions",
"height": 0,
"y0": 15763500000,
"y1": 15763500000
},
{
"x": 1083362400000,
"group": "SoundExchange Distributions",
"height": 9000000,
"y0": 15984400000,
"y1": 15993400000
},
{
"x": 1114898400000,
"group": "SoundExchange Distributions",
"height": 25600000,
"y0": 15382800000,
"y1": 15408400000
},
{
"x": 1146434400000,
"group": "SoundExchange Distributions",
"height": 39900000,
"y0": 14246200000,
"y1": 14286100000
},
{
"x": 1177970400000,
"group": "SoundExchange Distributions",
"height": 42800000,
"y0": 12546500000,
"y1": 12589300000
},
{
"x": 1209592800000,
"group": "SoundExchange Distributions",
"height": 113800000,
"y0": 9875200000,
"y1": 9989000000
},
{
"x": 1241128800000,
"group": "SoundExchange Distributions",
"height": 177700000,
"y0": 8536900000,
"y1": 8714600000
},
{
"x": 1272664800000,
"group": "SoundExchange Distributions",
"height": 280100000,
"y0": 7389500000,
"y1": 7669600000
},
{
"x": 1304200800000,
"group": "SoundExchange Distributions",
"height": 318200000,
"y0": 7238300000,
"y1": 7556500000
},
{
"x": 1335823200000,
"group": "SoundExchange Distributions",
"height": 505300000,
"y0": 6954300000,
"y1": 7459600000
},
{
"x": 1367359200000,
"group": "SoundExchange Distributions",
"height": 636400000,
"y0": 6739100000,
"y1": 7375500000
},
{
"x": 1398895200000,
"group": "SoundExchange Distributions",
"height": 820300000,
"y0": 6073700000,
"y1": 6894000000
},
{
"x": 1430431200000,
"group": "SoundExchange Distributions",
"height": 850300000,
"y0": 6038300000,
"y1": 6888600000
},
{
"x": 1462053600000,
"group": "SoundExchange Distributions",
"height": 924800000,
"y0": 6774600000,
"y1": 7699400000
},
{
"x": 1493589600000,
"group": "SoundExchange Distributions",
"height": 667900000,
"y0": 8099700000,
"y1": 8767600000
},
{
"x": 1525125600000,
"group": "SoundExchange Distributions",
"height": 952800000,
"y0": 8602700000,
"y1": 9555500000
},
{
"x": 105058800000,
"group": "Synchronization",
"height": 0,
"y0": 10084100000,
"y1": 10084100000
},
{
"x": 136594800000,
"group": "Synchronization",
"height": 0,
"y0": 9972300000,
"y1": 9972300000
},
{
"x": 168130800000,
"group": "Synchronization",
"height": 0,
"y0": 9918700000,
"y1": 9918700000
},
{
"x": 199753200000,
"group": "Synchronization",
"height": 0,
"y0": 10735400000,
"y1": 10735400000
},
{
"x": 231289200000,
"group": "Synchronization",
"height": 0,
"y0": 13168900000,
"y1": 13168900000
},
{
"x": 262825200000,
"group": "Synchronization",
"height": 0,
"y0": 14553400000,
"y1": 14553400000
},
{
"x": 294361200000,
"group": "Synchronization",
"height": 0,
"y0": 11215800000,
"y1": 11215800000
},
{
"x": 325980000000,
"group": "Synchronization",
"height": 0,
"y0": 10209400000,
"y1": 10209400000
},
{
"x": 357516000000,
"group": "Synchronization",
"height": 0,
"y0": 10024500000,
"y1": 10024500000
},
{
"x": 389052000000,
"group": "Synchronization",
"height": 0,
"y0": 8498200000,
"y1": 8498200000
},
{
"x": 420588000000,
"group": "Synchronization",
"height": 0,
"y0": 8655700000,
"y1": 8655700000
},
{
"x": 452210400000,
"group": "Synchronization",
"height": 0,
"y0": 9521700000,
"y1": 9521700000
},
{
"x": 483746400000,
"group": "Synchronization",
"height": 0,
"y0": 9298000000,
"y1": 9298000000
},
{
"x": 515282400000,
"group": "Synchronization",
"height": 0,
"y0": 9868800000,
"y1": 9868800000
},
{
"x": 546818400000,
"group": "Synchronization",
"height": 0,
"y0": 11567100000,
"y1": 11567100000
},
{
"x": 578440800000,
"group": "Synchronization",
"height": 0,
"y0": 12586000000,
"y1": 12586000000
},
{
"x": 609976800000,
"group": "Synchronization",
"height": 0,
"y0": 12777500000,
"y1": 12777500000
},
{
"x": 641512800000,
"group": "Synchronization",
"height": 0,
"y0": 13965900000,
"y1": 13965900000
},
{
"x": 673048800000,
"group": "Synchronization",
"height": 0,
"y0": 13984300000,
"y1": 13984300000
},
{
"x": 704671200000,
"group": "Synchronization",
"height": 0,
"y0": 15649900000,
"y1": 15649900000
},
{
"x": 736207200000,
"group": "Synchronization",
"height": 0,
"y0": 16955600000,
"y1": 16955600000
},
{
"x": 767743200000,
"group": "Synchronization",
"height": 0,
"y0": 19882100000,
"y1": 19882100000
},
{
"x": 799279200000,
"group": "Synchronization",
"height": 0,
"y0": 19740900000,
"y1": 19740900000
},
{
"x": 830901600000,
"group": "Synchronization",
"height": 0,
"y0": 19507000000,
"y1": 19507000000
},
{
"x": 862437600000,
"group": "Synchronization",
"height": 0,
"y0": 18634100000,
"y1": 18634100000
},
{
"x": 893973600000,
"group": "Synchronization",
"height": 0,
"y0": 20580300000,
"y1": 20580300000
},
{
"x": 925509600000,
"group": "Synchronization",
"height": 0,
"y0": 21417400000,
"y1": 21417400000
},
{
"x": 957132000000,
"group": "Synchronization",
"height": 0,
"y0": 20351700000,
"y1": 20351700000
},
{
"x": 988668000000,
"group": "Synchronization",
"height": 0,
"y0": 18982300000,
"y1": 18982300000
},
{
"x": 1020204000000,
"group": "Synchronization",
"height": 0,
"y0": 17155600000,
"y1": 17155600000
},
{
"x": 1051740000000,
"group": "Synchronization",
"height": 0,
"y0": 15763500000,
"y1": 15763500000
},
{
"x": 1083362400000,
"group": "Synchronization",
"height": 0,
"y0": 15993400000,
"y1": 15993400000
},
{
"x": 1114898400000,
"group": "Synchronization",
"height": 0,
"y0": 15408400000,
"y1": 15408400000
},
{
"x": 1146434400000,
"group": "Synchronization",
"height": 0,
"y0": 14286100000,
"y1": 14286100000
},
{
"x": 1177970400000,
"group": "Synchronization",
"height": 0,
"y0": 12589300000,
"y1": 12589300000
},
{
"x": 1209592800000,
"group": "Synchronization",
"height": 0,
"y0": 9989000000,
"y1": 9989000000
},
{
"x": 1241128800000,
"group": "Synchronization",
"height": 229900000,
"y0": 8714600000,
"y1": 8944500000
},
{
"x": 1272664800000,
"group": "Synchronization",
"height": 212100000,
"y0": 7669600000,
"y1": 7881700000
},
{
"x": 1304200800000,
"group": "Synchronization",
"height": 214100000,
"y0": 7556500000,
"y1": 7770600000
},
{
"x": 1335823200000,
"group": "Synchronization",
"height": 208500000,
"y0": 7459600000,
"y1": 7668100000
},
{
"x": 1367359200000,
"group": "Synchronization",
"height": 204500000,
"y0": 7375500000,
"y1": 7580000000
},
{
"x": 1398895200000,
"group": "Synchronization",
"height": 201200000,
"y0": 6894000000,
"y1": 7095200000
},
{
"x": 1430431200000,
"group": "Synchronization",
"height": 215000000,
"y0": 6888600000,
"y1": 7103600000
},
{
"x": 1462053600000,
"group": "Synchronization",
"height": 224800000,
"y0": 7699400000,
"y1": 7924200000
},
{
"x": 1493589600000,
"group": "Synchronization",
"height": 237800000,
"y0": 8767600000,
"y1": 9005400000
},
{
"x": 1525125600000,
"group": "Synchronization",
"height": 285500000,
"y0": 9555500000,
"y1": 9841000000
},
{
"x": 105058800000,
"group": "Vinyl Single",
"height": 1048900000,
"y0": 10084100000,
"y1": 11133000000
},
{
"x": 136594800000,
"group": "Vinyl Single",
"height": 964600000,
"y0": 9972300000,
"y1": 10936900000
},
{
"x": 168130800000,
"group": "Vinyl Single",
"height": 963600000,
"y0": 9918700000,
"y1": 10882300000
},
{
"x": 199753200000,
"group": "Vinyl Single",
"height": 1055900000,
"y0": 10735400000,
"y1": 11791300000
},
{
"x": 231289200000,
"group": "Vinyl Single",
"height": 991400000,
"y0": 13168900000,
"y1": 14160300000
},
{
"x": 262825200000,
"group": "Vinyl Single",
"height": 978600000,
"y0": 14553400000,
"y1": 15532000000
},
{
"x": 294361200000,
"group": "Vinyl Single",
"height": 1193900000,
"y0": 11215800000,
"y1": 12409700000
},
{
"x": 325980000000,
"group": "Vinyl Single",
"height": 743700000,
"y0": 10209400000,
"y1": 10953100000
},
{
"x": 357516000000,
"group": "Vinyl Single",
"height": 691400000,
"y0": 10024500000,
"y1": 10715900000
},
{
"x": 389052000000,
"group": "Vinyl Single",
"height": 718800000,
"y0": 8498200000,
"y1": 9217000000
},
{
"x": 420588000000,
"group": "Vinyl Single",
"height": 662800000,
"y0": 8655700000,
"y1": 9318500000
},
{
"x": 452210400000,
"group": "Vinyl Single",
"height": 704700000,
"y0": 9521700000,
"y1": 10226400000
},
{
"x": 483746400000,
"group": "Vinyl Single",
"height": 640100000,
"y0": 9298000000,
"y1": 9938100000
},
{
"x": 515282400000,
"group": "Vinyl Single",
"height": 510100000,
"y0": 9868800000,
"y1": 10378900000
},
{
"x": 546818400000,
"group": "Vinyl Single",
"height": 438700000,
"y0": 11567100000,
"y1": 12005800000
},
{
"x": 578440800000,
"group": "Vinyl Single",
"height": 373800000,
"y0": 12586000000,
"y1": 12959800000
},
{
"x": 609976800000,
"group": "Vinyl Single",
"height": 230100000,
"y0": 12777500000,
"y1": 13007600000
},
{
"x": 641512800000,
"group": "Vinyl Single",
"height": 177000000,
"y0": 13965900000,
"y1": 14142900000
},
{
"x": 673048800000,
"group": "Vinyl Single",
"height": 115000000,
"y0": 13984300000,
"y1": 14099300000
},
{
"x": 704671200000,
"group": "Vinyl Single",
"height": 116000000,
"y0": 15649900000,
"y1": 15765900000
},
{
"x": 736207200000,
"group": "Vinyl Single",
"height": 86900000,
"y0": 16955600000,
"y1": 17042500000
},
{
"x": 767743200000,
"group": "Vinyl Single",
"height": 78100000,
"y0": 19882100000,
"y1": 19960200000
},
{
"x": 799279200000,
"group": "Vinyl Single",
"height": 75100000,
"y0": 19740900000,
"y1": 19816000000
},
{
"x": 830901600000,
"group": "Vinyl Single",
"height": 74200000,
"y0": 19507000000,
"y1": 19581200000
},
{
"x": 862437600000,
"group": "Vinyl Single",
"height": 54400000,
"y0": 18634100000,
"y1": 18688500000
},
{
"x": 893973600000,
"group": "Vinyl Single",
"height": 38600000,
"y0": 20580300000,
"y1": 20618900000
},
{
"x": 925509600000,
"group": "Vinyl Single",
"height": 41000000,
"y0": 21417400000,
"y1": 21458400000
},
{
"x": 957132000000,
"group": "Vinyl Single",
"height": 37400000,
"y0": 20351700000,
"y1": 20389100000
},
{
"x": 988668000000,
"group": "Vinyl Single",
"height": 43500000,
"y0": 18982300000,
"y1": 19025800000
},
{
"x": 1020204000000,
"group": "Vinyl Single",
"height": 33900000,
"y0": 17155600000,
"y1": 17189500000
},
{
"x": 1051740000000,
"group": "Vinyl Single",
"height": 28600000,
"y0": 15763500000,
"y1": 15792100000
},
{
"x": 1083362400000,
"group": "Vinyl Single",
"height": 25800000,
"y0": 15993400000,
"y1": 16019200000
},
{
"x": 1114898400000,
"group": "Vinyl Single",
"height": 16600000,
"y0": 15408400000,
"y1": 15425000000
},
{
"x": 1146434400000,
"group": "Vinyl Single",
"height": 12000000,
"y0": 14286100000,
"y1": 14298100000
},
{
"x": 1177970400000,
"group": "Vinyl Single",
"height": 4700000,
"y0": 12589300000,
"y1": 12594000000
},
{
"x": 1209592800000,
"group": "Vinyl Single",
"height": 3300000,
"y0": 9989000000,
"y1": 9992300000
},
{
"x": 1241128800000,
"group": "Vinyl Single",
"height": 2900000,
"y0": 8944500000,
"y1": 8947400000
},
{
"x": 1272664800000,
"group": "Vinyl Single",
"height": 2600000,
"y0": 7881700000,
"y1": 7884300000
},
{
"x": 1304200800000,
"group": "Vinyl Single",
"height": 5000000,
"y0": 7770600000,
"y1": 7775600000
},
{
"x": 1335823200000,
"group": "Vinyl Single",
"height": 5200000,
"y0": 7668100000,
"y1": 7673300000
},
{
"x": 1367359200000,
"group": "Vinyl Single",
"height": 3200000,
"y0": 7580000000,
"y1": 7583200000
},
{
"x": 1398895200000,
"group": "Vinyl Single",
"height": 5800000,
"y0": 7095200000,
"y1": 7101000000
},
{
"x": 1430431200000,
"group": "Vinyl Single",
"height": 6100000,
"y0": 7103600000,
"y1": 7109700000
},
{
"x": 1462053600000,
"group": "Vinyl Single",
"height": 5100000,
"y0": 7924200000,
"y1": 7929300000
},
{
"x": 1493589600000,
"group": "Vinyl Single",
"height": 6200000,
"y0": 9005400000,
"y1": 9011600000
},
{
"x": 1525125600000,
"group": "Vinyl Single",
"height": 5300000,
"y0": 9841000000,
"y1": 9846300000
}
],
"transform": [
{
"type": "stack",
"groupby": [
"x"
],
"sort": {
"field": "group"
},
"field": "height"
}
]
}
],
"scales": [
{
"name": "x",
"type": "time",
"range": "width",
"round": true,
"domain": {
"data": "table",
"field": "x"
}
},
{
"name": "y",
"type": "linear",
"range": "height",
"nice": true,
"zero": true,
"domain": {
"data": "table",
"field": "y1"
}
},
{
"name": "color",
"type": "ordinal",
"range": "category",
"domain": {
"data": "table",
"field": "group"
}
}
],
"axes": [
{
"orient": "bottom",
"scale": "x",
"zindex": 1
},
{
"orient": "left",
"scale": "y",
"zindex": 1
}
],
"marks": [
{
"type": "group",
"from": {
"facet": {
"name": "series",
"data": "table",
"groupby": "group"
}
},
"marks": [
{
"type": "area",
"from": {
"data": "series"
},
"encode": {
"enter": {
"interpolate": {
"value": "monotone"
},
"x": {
"scale": "x",
"field": "x"
},
"y": {
"scale": "y",
"field": "y0"
},
"y2": {
"scale": "y",
"field": "y1"
},
"fill": {
"scale": "color",
"field": "group"
}
},
"update": {
"fillOpacity": {
"value": 1
}
},
"hover": {
"fillOpacity": {
"value": 0.5
}
}
}
}
]
}
],
"config": {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment