mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-04-18 10:09:03 +02:00
fix(charts): change color scheme for the ecahrts
This commit is contained in:
parent
64a0fd330b
commit
0c323f55ef
16 changed files with 254 additions and 202 deletions
|
|
@ -3,12 +3,18 @@
|
|||
@include nb-install-component() {
|
||||
ngx-echarts-pie,
|
||||
ngx-echarts-bar,
|
||||
ngx-echarts-line {
|
||||
ngx-echarts-line,
|
||||
ngx-echarts-multiple-xaxis,
|
||||
ngx-echarts-area-stack,
|
||||
ngx-echarts-bar-animation,
|
||||
ngx-echarts-radar {
|
||||
display: block;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/deep/ .echart {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue