refactor(mapLine): add shift to img

pull/3/head
alex 2016-02-18 19:15:44 +03:00
parent c2571be8be
commit cb65c522f7
2 changed files with 7 additions and 5 deletions

View File

@ -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'
}
];

View File

@ -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,