Fixed chart and updated requirement.txt

This commit is contained in:
Donald Cheng Hong Zou
2022-03-04 08:28:54 -05:00
parent 8fe8209580
commit 7e1fd99c37
4 changed files with 62 additions and 21 deletions

View File

@@ -597,4 +597,26 @@ pre.index-alert{
margin-bottom: 0;
line-height: 1;
margin-right: 0.5rem;
}
}
.chartContainer.fullScreen{
position: fixed;
z-index: 9999;
background-color: white;
top: 0;
left: 0;
width: calc( 100% + 15px );
height: 100%;
padding: 32px;
}
.chartContainer.fullScreen .col-sm{
padding-right: 0;
height: 100%;
}
.chartContainer.fullScreen .chartCanvasContainer{
width: 100%;
height: calc( 100% - 47px ) !important;
max-height: calc( 100% - 47px ) !important;
}

File diff suppressed because one or more lines are too long