Basic graph for INT values
This commit is contained in:
parent
047f39cfa7
commit
f0a6ce7b95
6 changed files with 44 additions and 0 deletions
|
|
@ -67,3 +67,7 @@
|
|||
grid-template-columns: min-content min-content;
|
||||
grid-gap: 8px;
|
||||
}
|
||||
.graph {
|
||||
height: 600px;
|
||||
border: 1px solid #fff;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -67,3 +67,7 @@
|
|||
grid-template-columns: min-content min-content;
|
||||
grid-gap: 8px;
|
||||
}
|
||||
.graph {
|
||||
height: 600px;
|
||||
border: 1px solid #fff;
|
||||
}
|
||||
|
|
|
|||
8
static/js/lib/plotly-2.32.0.min.js
vendored
Normal file
8
static/js/lib/plotly-2.32.0.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
|
|
@ -81,3 +81,8 @@
|
|||
grid-gap: 8px;
|
||||
}
|
||||
}
|
||||
|
||||
.graph {
|
||||
height: 600px;
|
||||
border: 1px solid #fff;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue