lib/templates/html/cdf_uplift.html [45:66]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
},
anchor: 'end',
align: 'top',
formatter: n => Math.round(n)+"%"
},
annotation: {
annotations: {
line: {
type: 'line',
yMin: 0,
yMax: 0,
borderWidth: 2,
borderColor: 'gray'
}
}
},
legend: {
display: true,
position: 'top',
},
title: {
display: true,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
lib/templates/html/uplift.html [46:67]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
},
anchor: 'end',
align: 'top',
formatter: n => Math.round(n)+"%"
},
annotation: {
annotations: {
line: {
type: 'line',
yMin: 0,
yMax: 0,
borderWidth: 2,
borderColor: 'gray'
}
}
},
legend: {
display: true,
position: 'top',
},
title: {
display: true,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -