update canvas graph

This commit is contained in:
saravanan30erd 2020-01-20 18:12:23 +04:00
parent e8b0a1bbc2
commit b1baeab760
1 changed files with 5 additions and 3 deletions

View File

@ -94,9 +94,11 @@ div.panel.show {
}
.canvas-container {
height: 35%;
margin: auto;
width: 24%;
width: 50%;
display: flex;
justify-content: center;
margin-top:200;
margin-bottom:100;
}
.canvas-graph {