Skip to content

Commit 2741d48

Browse files
author
Shammamah Hossain
authored
Merge branch 'master' into dash-svm
2 parents 2b88a9d + b0f62fd commit 2741d48

5 files changed

Lines changed: 17 additions & 4 deletions

File tree

apps/.DS_Store

-4 KB
Binary file not shown.

apps/dash-datashader/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ To learn more check out our [documentation](https://dash.plot.ly).
77

88
### Contributing
99

10+
1011
Changes to master will get deployed automatically.
7.05 KB
Loading

apps/dash-datashader/assets/style.css

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@ h3 {
3030
justify-content: space-evenly;
3131
}
3232

33+
#logo {
34+
width: 150px;
35+
height: 30px;
36+
padding-left: 60px;
37+
}
38+
3339
@media only screen and (max-width: 800px) {
3440
#header {
3541
max-width: 100%;
@@ -42,6 +48,7 @@ h3 {
4248

4349
#logo {
4450
margin-bottom: 1rem;
51+
padding-left: 0px;
4552
}
4653

4754
#header h3 {
@@ -50,6 +57,10 @@ h3 {
5057
max-width: none;
5158
}
5259

60+
#header-1, #header-2{
61+
font-size: 1.5rem;
62+
}
63+
5364
#header-1 {
5465
text-align: center;
5566
}
@@ -63,6 +74,10 @@ h3 {
6374
margin: 0;
6475
}
6576

77+
#graph-2>div {
78+
margin-bottom: 40px;
79+
}
80+
6681
}
6782

6883

@@ -92,6 +107,3 @@ p, #header-2 {
92107
display: none;
93108
}
94109

95-
#logo {
96-
height: 5rem;
97-
}

apps/dash-datashader/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cloudpickle>=1.1.1
2-
dash>=0.42.0
2+
dash>=1.0.0
33
dask>=0.17.1
44
datashader>=0.6.9
55
gunicorn>=19.9.0

0 commit comments

Comments
 (0)