mirror of https://github.com/akveo/blur-admin
refactor(mapLine): add shift to img
parent
c2571be8be
commit
cb65c522f7
|
@ -14,31 +14,31 @@
|
|||
{
|
||||
value: 2000,
|
||||
color: layoutColors.defaultCharts,
|
||||
highlight: layoutColors.primary,
|
||||
highlight: "#f1f1f1",
|
||||
label: 'Ad Campaigns'
|
||||
},
|
||||
{
|
||||
value: 1500,
|
||||
color: layoutColors.primaryCharts,
|
||||
highlight: layoutColors.primaryLight,
|
||||
highlight: "#136775",
|
||||
label: 'Search engines'
|
||||
},
|
||||
{
|
||||
value: 1000,
|
||||
color: layoutColors.infoCharts,
|
||||
highlight: layoutColors.infoBg,
|
||||
highlight: "#13998a",
|
||||
label: 'Direct Traffic'
|
||||
},
|
||||
{
|
||||
value: 1200,
|
||||
color: layoutColors.successCharts,
|
||||
highlight: layoutColors.successDark,
|
||||
highlight: "#94d7a1",
|
||||
label: 'Referral Traffic'
|
||||
},
|
||||
{
|
||||
value: 400,
|
||||
color: layoutColors.warningCharts,
|
||||
highlight: layoutColors.warningDark,
|
||||
highlight: "#dcfcc4",
|
||||
label: 'Other'
|
||||
}
|
||||
];
|
||||
|
|
|
@ -77,6 +77,7 @@
|
|||
left: 100,
|
||||
top: 45,
|
||||
labelShiftY: 5,
|
||||
labelShiftX: 5,
|
||||
color: layoutColors.default,
|
||||
labelColor: layoutColors.default,
|
||||
labelRollOverColor: layoutColors.default,
|
||||
|
@ -145,6 +146,7 @@
|
|||
left: 100,
|
||||
top: 45,
|
||||
labelShiftY: 5,
|
||||
labelShiftX: 5,
|
||||
color: layoutColors.default,
|
||||
labelColor: layoutColors.default,
|
||||
labelRollOverColor: layoutColors.default,
|
||||
|
|
Loading…
Reference in New Issue