mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 00:40:10 +00:00
Improve custom charts
This commit is contained in:
parent
a2fb8cf5a6
commit
c8ea6ce76d
6 changed files with 15 additions and 6 deletions
|
|
@ -376,6 +376,9 @@ tr.quotas > td {
|
|||
}
|
||||
|
||||
/* Hide second axis lines */
|
||||
#historical-tab-chart .nv-y2 .tick line {
|
||||
/* #historical-tab-chart .nv-y2 .tick line */
|
||||
|
||||
/* Hide second axis at all */
|
||||
#historical-tab-chart .nv-y2 {
|
||||
display: none;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue