mirror of
https://github.com/salesagility/SuiteCRM.git
synced 2025-03-14 13:32:49 +00:00
change colors
This commit is contained in:
parent
9e696e1a41
commit
c14e49de75
3 changed files with 4 additions and 4 deletions
modules/Surveys/tpls/Reports
|
@ -23,7 +23,7 @@
|
|||
title: '{/literal}{$question.name}{literal}',
|
||||
textSize: 10,
|
||||
titleSize: 10,
|
||||
colors: ['#434348', '#7CB5EC'],
|
||||
colors: ['#f08377', '#534d64', '#778591', '#bfcad3', '#d8f5ee'],
|
||||
tooltips: function (ind) {
|
||||
return chartLabels[ind] + " - " + chartData[ind];
|
||||
},
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
titleSize: 10,
|
||||
textAngle: 30,
|
||||
colorsSequential: true,
|
||||
colors: ['#82CA9D', '#FFF79A', '#F7977A'],
|
||||
colors: ['#f08377', '#534d64', '#778591', '#bfcad3', '#d8f5ee'],
|
||||
gutterBottom: 110,
|
||||
gutterLeft: 50,
|
||||
tooltips: function (ind) {
|
||||
|
|
|
@ -19,12 +19,12 @@
|
|||
var max = Math.max.apply(null, chartData);
|
||||
new RGraph.Bar({
|
||||
id: '{/literal}{$question.id}{literal}Chart',
|
||||
data: chartData,
|
||||
data: [chartData],
|
||||
options: {
|
||||
title: '{/literal}{$question.name}{literal}',
|
||||
textSize: 10,
|
||||
titleSize: 10,
|
||||
colors: ['#7CB5EC'],
|
||||
colors: ['#f08377', '#534d64', '#778591', '#bfcad3', '#d8f5ee'],
|
||||
tooltips: function (ind) {
|
||||
return chartLabels[ind] + " - " + chartData[ind];
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue