labelAnnotations = {
return [{
id: "bitcoin-cash-fork",
note: {
label: "Bitcoin splits into Bitcoins and Bitcoin Cash",
title: "08-01-2017"
},
data: get_date_data("2017-08-01T00:00", data),
dx: -15,
dy: -57,
},{
id: "china-shutdown-exchanges",
note: {
label: "China shuts down all crypto exchanges",
title: "09-15-2017",
},
data: get_date_data("2017-09-15T00:00", data),
dx: -18,
dy: -50,
},{
id: "segwit-2x-delayed",
type: d3.annotationCallout,
note: {
label: "Segwit2X delayed",
title: "11-08-2017"
},
data: get_date_data("2017-11-08T00:00", data),
dx: -2,
dy: 104,
},{
id: "cross-ten-thousand",
type: d3.annotationCalloutCurve,
note: {
label: "First time over $10k",
title: "11-28-2017"
},
connector : {
points: [
[-9, -24],
[-30, -44.6]
]
},
data: get_date_data("2017-11-28T00:00", data),
dx: -53,
dy: -47,
},{
id: "all-time-high",
note: {
label: "First time over $20k",
title: "12-16-2017"
},
data: get_date_data("2017-12-16T00:00", data),
dx: -102,
dy: 2,
},{
id: "segwit-2x-hard-fork",
note: {
label: "Segwit2X hard fork",
title: "12-29-2017"
},
data: get_date_data("2017-12-29T00:00", data),
dx: -4,
dy: 89,
},
{
id: "valley-of-uncertainty",
note: {
label: "What caused this rapid drop + rebound?",
title: "Jan - Feb '18"
},
color: "#ef4837",
x: 803,
y: 336,
dx: -5,
dy: 115,
subject: {
radius: 52,
radiusPadding: 5
},
type: d3.annotationCalloutCircle
},
]
}