From c4d1694388c07d5b560c3f24ce4b7a7b6449ce5b Mon Sep 17 00:00:00 2001 From: Benjamin <Benjamin@MBP-de-Benj.(none)> Date: Wed, 27 Sep 2017 22:48:31 +0200 Subject: [PATCH] modif couleurs --- static/src/js/previ_tresorerie.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/static/src/js/previ_tresorerie.js b/static/src/js/previ_tresorerie.js index 1b79d89..70b9317 100644 --- a/static/src/js/previ_tresorerie.js +++ b/static/src/js/previ_tresorerie.js @@ -124,11 +124,11 @@ odoo.define('lefilament_tdb.previ_tresorerie', function (require) { var datasets = [ { label: 'Trésorerie', data: treso, backgroundColor: 'transparent',borderColor: '#5E8ED5', }, - { label: 'Prévisionnel', data: previsionnel, backgroundColor: 'transparent',borderColor: '#FFC562', }, + { label: 'Prévisionnel', data: previsionnel, backgroundColor: 'transparent',borderColor: 'rgba(94,142,213,0.5)', borderDash: [5,5] }, { label: 'Client', data: f_client, backgroundColor: 'transparent',borderColor: '#51d2b7', borderWidth: 1.5, radius: 1, }, - { label: 'Fournisseur', data: f_fournisseur, backgroundColor: 'transparent',borderColor: '#F96075', borderWidth: 1.5, radius: 1, }, - { label: 'CCA', data: cca, backgroundColor: 'transparent',borderColor: '#FFA063', borderWidth: 1.5, radius: 0, }, - { label: 'Fonds Propres', data: fonds_propres, backgroundColor: 'transparent',borderColor: '#FCA7B3', borderWidth: 1.5, radius: 0, }, + { label: 'Fournisseur', data: f_fournisseur, backgroundColor: 'transparent',borderColor: '#FCA7B3', borderWidth: 1.5, radius: 1, }, + { label: 'CCA', data: cca, backgroundColor: 'transparent',borderColor: '#FFDFA9', borderWidth: 1.5, radius: 0, }, + { label: 'Fonds Propres', data: fonds_propres, backgroundColor: 'transparent',borderColor: '#A2BFEA', borderWidth: 1.5, radius: 0, }, ]; var options = { -- GitLab