mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-17 07:50:12 +01:00
refactor(profit card): update js theme
This commit is contained in:
parent
f57236c87d
commit
0247b8ca48
3 changed files with 30 additions and 30 deletions
|
|
@ -116,21 +116,21 @@ export const CORPORATE_THEME = {
|
||||||
},
|
},
|
||||||
|
|
||||||
profitBarAnimationEchart: {
|
profitBarAnimationEchart: {
|
||||||
textColor: '#b2bac2',
|
textColor: theme.fgText,
|
||||||
|
|
||||||
firstAnimationBarColor: '#719efc',
|
firstAnimationBarColor: theme.primary,
|
||||||
secondAnimationBarColor: '#5dcfe3',
|
secondAnimationBarColor: theme.success,
|
||||||
|
|
||||||
splitLineStyleOpacity: '0.06',
|
splitLineStyleOpacity: '1',
|
||||||
splitLineStyleWidth: '1',
|
splitLineStyleWidth: '1',
|
||||||
splitLineStyleColor: '#000000',
|
splitLineStyleColor: theme.separator,
|
||||||
|
|
||||||
tooltipTextColor: '#2a2a2a',
|
tooltipTextColor: theme.fgText,
|
||||||
tooltipFontWeight: '400',
|
tooltipFontWeight: 'normal',
|
||||||
tooltipFontSize: '16',
|
tooltipFontSize: '16',
|
||||||
tooltipBg: '#eef2f5',
|
tooltipBg: theme.bg,
|
||||||
tooltipBorderColor: '#eef2f5',
|
tooltipBorderColor: theme.border2,
|
||||||
tooltipBorderWidth: '3',
|
tooltipBorderWidth: '1',
|
||||||
tooltipExtraCss: 'border-radius: 10px; padding: 4px 16px;',
|
tooltipExtraCss: 'border-radius: 10px; padding: 4px 16px;',
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -116,22 +116,22 @@ export const COSMIC_THEME = {
|
||||||
},
|
},
|
||||||
|
|
||||||
profitBarAnimationEchart: {
|
profitBarAnimationEchart: {
|
||||||
textColor: '#ffffff',
|
textColor: theme.fgText,
|
||||||
|
|
||||||
firstAnimationBarColor: '#0088ff',
|
firstAnimationBarColor: theme.primary,
|
||||||
secondAnimationBarColor: '#7659ff',
|
secondAnimationBarColor: theme.success,
|
||||||
|
|
||||||
splitLineStyleOpacity: '0.06',
|
splitLineStyleOpacity: '1',
|
||||||
splitLineStyleWidth: '1',
|
splitLineStyleWidth: '1',
|
||||||
splitLineStyleColor: '#000000',
|
splitLineStyleColor: theme.border2,
|
||||||
|
|
||||||
tooltipTextColor: '#ffffff',
|
tooltipTextColor: theme.fgText,
|
||||||
tooltipFontWeight: 'normal',
|
tooltipFontWeight: 'normal',
|
||||||
tooltipFontSize: '16',
|
tooltipFontSize: '16',
|
||||||
tooltipBg: 'rgba(0, 255, 170, 0.35)',
|
tooltipBg: theme.bg,
|
||||||
tooltipBorderColor: '#00d977',
|
tooltipBorderColor: theme.border2,
|
||||||
tooltipBorderWidth: '3',
|
tooltipBorderWidth: '1',
|
||||||
tooltipExtraCss: 'box-shadow: 0px 2px 46px 0 rgba(0, 255, 170, 0.35); border-radius: 10px; padding: 4px 16px;',
|
tooltipExtraCss: 'border-radius: 10px; padding: 4px 16px;',
|
||||||
},
|
},
|
||||||
|
|
||||||
trafficBarEchart: {
|
trafficBarEchart: {
|
||||||
|
|
|
||||||
|
|
@ -116,21 +116,21 @@ export const DEFAULT_THEME = {
|
||||||
},
|
},
|
||||||
|
|
||||||
profitBarAnimationEchart: {
|
profitBarAnimationEchart: {
|
||||||
textColor: '#484848',
|
textColor: theme.fgText,
|
||||||
|
|
||||||
firstAnimationBarColor: '#3edd81',
|
firstAnimationBarColor: theme.primary,
|
||||||
secondAnimationBarColor: '#8d7fff',
|
secondAnimationBarColor: theme.success,
|
||||||
|
|
||||||
splitLineStyleOpacity: '0.06',
|
splitLineStyleOpacity: '1',
|
||||||
splitLineStyleWidth: '1',
|
splitLineStyleWidth: '1',
|
||||||
splitLineStyleColor: '#000000',
|
splitLineStyleColor: theme.separator,
|
||||||
|
|
||||||
tooltipTextColor: '#2a2a2a',
|
tooltipTextColor: theme.fgText,
|
||||||
tooltipFontWeight: 'bolder',
|
tooltipFontWeight: 'normal',
|
||||||
tooltipFontSize: '16',
|
tooltipFontSize: '16',
|
||||||
tooltipBg: '#ffffff',
|
tooltipBg: theme.bg,
|
||||||
tooltipBorderColor: '#c0c8d1',
|
tooltipBorderColor: theme.border2,
|
||||||
tooltipBorderWidth: '3',
|
tooltipBorderWidth: '1',
|
||||||
tooltipExtraCss: 'border-radius: 10px; padding: 4px 16px;',
|
tooltipExtraCss: 'border-radius: 10px; padding: 4px 16px;',
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue