Skip to content
Extraits de code Groupes Projets
Valider 1f0b271d rédigé par Benjamin's avatar Benjamin
Parcourir les fichiers

modif xaxis progressbar

parent 47369ac1
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -142,13 +142,18 @@ odoo.define('lefilament_tdb.dashboard_year', function (require) {
display : true ,
ticks: {
max: max_xaxis,
stepSize: 50,
fontSize: 10,
stepSize: 25,
fontSize: 9,
fontColor: '#999',
callback: function(value, index, values) {
return value + '%';
},
},
gridLines: {
zeroLineColor: 'rgba(0, 0, 0, 0.1)',
drawBorder: false,
tickMarkLength: 2,
},
}],
yAxes: [{
stacked: true,
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter