Skip to content
Snippets Groups Projects
Commit c4d16943 authored by Benjamin's avatar Benjamin
Browse files

modif couleurs

parent d28d689c
No related branches found
No related tags found
No related merge requests found
......@@ -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 = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment