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