lib/templates/html/uplift.html [78:101]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
display: true
}
},
x: {
title: {
text: "Quantile",
display: true
},
ticks: {
minRotation: 50,
callback: function(val, index) {
x = this.getLabelForValue(val);
if (Math.round(x*100) % 10 === 0 || x==0.99 || x==0.95) {
return x;
}
}
}
}
},
elements: {
point:{
radius: 0
}
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
lib/templates/html/uplift.html [183:206]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
display: true
}
},
x: {
title: {
text: "Quantile",
display: true
},
ticks: {
minRotation: 50,
callback: function(val, index) {
x = this.getLabelForValue(val);
if (Math.round(x*100) % 10 === 0 || x==0.99 || x==0.95) {
return x;
}
}
}
}
},
elements: {
point:{
radius: 0
}
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -