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 { .canvas-container {
height: 35%; width: 50%;
margin: auto; display: flex;
width: 24%; justify-content: center;
margin-top:200;
margin-bottom:100;
} }
.canvas-graph { .canvas-graph {