mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-04-17 17:54:36 +02:00
refactor(charts): change color scheme for d3 charts
This commit is contained in:
parent
bdca59b793
commit
933881f69e
10 changed files with 70 additions and 128 deletions
|
|
@ -81,14 +81,5 @@ export const COSMIC_THEME = {
|
|||
axisLineColor: '#a1a1e5',
|
||||
textColor: '#ffffff',
|
||||
},
|
||||
|
||||
d3: {
|
||||
pie: ['#5AA454', '#A10A28', '#C7B42C', '#AAAAAA'],
|
||||
bar: ['#5AA454', '#A10A28', '#C7B42C', '#AAAAAA'],
|
||||
line: ['#5AA454', '#A10A28', '#C7B42C', '#AAAAAA'],
|
||||
advancedPie: ['#5AA454', '#A10A28', '#C7B42C', '#AAAAAA'],
|
||||
areaStack: ['#5AA454', '#A10A28', '#C7B42C', '#AAAAAA'],
|
||||
polar: ['#5AA454', '#A10A28', '#C7B42C', '#AAAAAA'],
|
||||
},
|
||||
},
|
||||
};
|
||||
|
|
|
|||
|
|
@ -75,14 +75,5 @@ export const DEFAULT_THEME = {
|
|||
axisLineColor: '#cccccc',
|
||||
textColor: '#484848',
|
||||
},
|
||||
|
||||
d3: {
|
||||
pie: ['#5AA454', '#A10A28', '#C7B42C', '#AAAAAA'],
|
||||
bar: ['#5AA454', '#A10A28', '#C7B42C', '#AAAAAA'],
|
||||
line: ['#5AA454', '#A10A28', '#C7B42C', '#AAAAAA'],
|
||||
advancedPie: ['#5AA454', '#A10A28', '#C7B42C', '#AAAAAA'],
|
||||
areaStack: ['#5AA454', '#A10A28', '#C7B42C', '#AAAAAA'],
|
||||
polar: ['#5AA454', '#A10A28', '#C7B42C', '#AAAAAA'],
|
||||
},
|
||||
},
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue