mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-17 07:50:12 +01:00
traffic chart correct color order
This commit is contained in:
parent
4ce18e1131
commit
2c2e93f355
1 changed files with 8 additions and 8 deletions
|
|
@ -20,29 +20,29 @@ export class TrafficChartService {
|
|||
order: 1,
|
||||
}, {
|
||||
value: 1500,
|
||||
color: dashboardColors.blueStone,
|
||||
highlight: colorHelper.shade(dashboardColors.blueStone, 15),
|
||||
color: dashboardColors.gossip,
|
||||
highlight: colorHelper.shade(dashboardColors.gossip, 15),
|
||||
label: 'Search engines',
|
||||
percentage: 22,
|
||||
order: 4,
|
||||
}, {
|
||||
value: 1000,
|
||||
color: dashboardColors.surfieGreen,
|
||||
highlight: colorHelper.shade(dashboardColors.surfieGreen, 15),
|
||||
color: dashboardColors.silverTree,
|
||||
highlight: colorHelper.shade(dashboardColors.silverTree, 15),
|
||||
label: 'Referral Traffic',
|
||||
percentage: 70,
|
||||
order: 3,
|
||||
}, {
|
||||
value: 1200,
|
||||
color: dashboardColors.silverTree,
|
||||
highlight: colorHelper.shade(dashboardColors.silverTree, 15),
|
||||
color: dashboardColors.surfieGreen,
|
||||
highlight: colorHelper.shade(dashboardColors.surfieGreen, 15),
|
||||
label: 'Direct Traffic',
|
||||
percentage: 38,
|
||||
order: 2,
|
||||
}, {
|
||||
value: 400,
|
||||
color: dashboardColors.gossip,
|
||||
highlight: colorHelper.shade(dashboardColors.gossip, 15),
|
||||
color: dashboardColors.blueStone,
|
||||
highlight: colorHelper.shade(dashboardColors.blueStone, 15),
|
||||
label: 'Ad Campaigns',
|
||||
percentage: 17,
|
||||
order: 0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue