Improve custom charts

This commit is contained in:
emanuele-f 2018-08-09 16:33:55 +02:00
parent a2fb8cf5a6
commit c8ea6ce76d
6 changed files with 15 additions and 6 deletions

View file

@ -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;
}