mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-18 00:10:14 +01:00
fix(traffic): fix traffic chart radius
This commit is contained in:
parent
3ddf619592
commit
e40353ebae
1 changed files with 4 additions and 0 deletions
|
|
@ -7,6 +7,10 @@
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
canvas {
|
||||||
|
border-radius: nga-theme(card-border-radius);
|
||||||
|
}
|
||||||
|
|
||||||
.echart {
|
.echart {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue