Max Red - Changed colors [skip ci]
This commit is contained in:
parent
371b7973b2
commit
8584be0924
|
@ -28,11 +28,11 @@ class StatsChart extends React.Component {
|
||||||
let labels = this.getLabels();
|
let labels = this.getLabels();
|
||||||
|
|
||||||
let color = {
|
let color = {
|
||||||
'CLOSE': 'rgba(150, 20, 20, 0.8)',
|
'CLOSE': 'rgba(150, 20, 20, 0.6)',
|
||||||
'CREATE_TICKET': 'rgba(20, 150, 20, 0.8)',
|
'CREATE_TICKET': 'rgba(20, 150, 20, 0.6)',
|
||||||
'SIGNUP': 'rgba(20, 20, 150, 0.8)',
|
'SIGNUP': 'rgba(20, 20, 150, 0.6)',
|
||||||
'COMMENT': 'rgba(20, 200, 200, 0.8)',
|
'COMMENT': 'rgba(20, 200, 200, 0.6)',
|
||||||
'ASSIGN': 'rgba(200, 200, 20, 0.8)'
|
'ASSIGN': 'rgba(20, 150, 20, 0.6)'
|
||||||
};
|
};
|
||||||
|
|
||||||
let datasets = [];
|
let datasets = [];
|
||||||
|
|
|
@ -146,9 +146,6 @@ class Stats extends React.Component {
|
||||||
API.call({
|
API.call({
|
||||||
path: '/system/get-stats',
|
path: '/system/get-stats',
|
||||||
data: this.getApiCallData(periodName)
|
data: this.getApiCallData(periodName)
|
||||||
/*data: {
|
|
||||||
period: periodName
|
|
||||||
}*/
|
|
||||||
}).then(this.onRetrieveSuccess.bind(this, period));
|
}).then(this.onRetrieveSuccess.bind(this, period));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -9,6 +9,7 @@
|
||||||
|
|
||||||
&__toggle-list {
|
&__toggle-list {
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
|
user-select: none;
|
||||||
|
|
||||||
&-item {
|
&-item {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue