mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-21 18:00:13 +01:00
refactor(bubble map): move chart header down
This commit is contained in:
parent
984b04e364
commit
e41fd988fc
3 changed files with 12 additions and 12 deletions
|
|
@ -109,10 +109,10 @@ export const CORPORATE_THEME = {
|
||||||
},
|
},
|
||||||
|
|
||||||
bubbleMap: {
|
bubbleMap: {
|
||||||
titleColor: '#484848',
|
titleColor: theme.fgText,
|
||||||
areaColor: '#dddddd',
|
areaColor: theme.bg4,
|
||||||
areaHoverColor: '#cccccc',
|
areaHoverColor: theme.fgHighlight,
|
||||||
areaBorderColor: '#ebeef2',
|
areaBorderColor: theme.border5,
|
||||||
},
|
},
|
||||||
|
|
||||||
profitBarAnimationEchart: {
|
profitBarAnimationEchart: {
|
||||||
|
|
|
||||||
|
|
@ -109,10 +109,10 @@ export const COSMIC_THEME = {
|
||||||
},
|
},
|
||||||
|
|
||||||
bubbleMap: {
|
bubbleMap: {
|
||||||
titleColor: '#ffffff',
|
titleColor: theme.fgText,
|
||||||
areaColor: '#2c2961',
|
areaColor: theme.bg4,
|
||||||
areaHoverColor: '#a1a1e5',
|
areaHoverColor: theme.fgHighlight,
|
||||||
areaBorderColor: '#654ddb',
|
areaBorderColor: theme.border5,
|
||||||
},
|
},
|
||||||
|
|
||||||
profitBarAnimationEchart: {
|
profitBarAnimationEchart: {
|
||||||
|
|
|
||||||
|
|
@ -109,10 +109,10 @@ export const DEFAULT_THEME = {
|
||||||
},
|
},
|
||||||
|
|
||||||
bubbleMap: {
|
bubbleMap: {
|
||||||
titleColor: '#484848',
|
titleColor: theme.fgText,
|
||||||
areaColor: '#dddddd',
|
areaColor: theme.bg4,
|
||||||
areaHoverColor: '#cccccc',
|
areaHoverColor: theme.fgHighlight,
|
||||||
areaBorderColor: '#ebeef2',
|
areaBorderColor: theme.border5,
|
||||||
},
|
},
|
||||||
|
|
||||||
profitBarAnimationEchart: {
|
profitBarAnimationEchart: {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue