Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified apps/.DS_Store
Binary file not shown.
1 change: 1 addition & 0 deletions apps/dash-datashader/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ To learn more check out our [documentation](https://dash.plot.ly).

### Contributing


Changes to master will get deployed automatically.
Binary file modified apps/dash-datashader/assets/dash-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 15 additions & 3 deletions apps/dash-datashader/assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ h3 {
justify-content: space-evenly;
}

#logo {
width: 150px;
height: 30px;
padding-left: 60px;
}

@media only screen and (max-width: 800px) {
#header {
max-width: 100%;
Expand All @@ -42,6 +48,7 @@ h3 {

#logo {
margin-bottom: 1rem;
padding-left: 0px;
}

#header h3 {
Expand All @@ -50,6 +57,10 @@ h3 {
max-width: none;
}

#header-1, #header-2{
font-size: 1.5rem;
}

#header-1 {
text-align: center;
}
Expand All @@ -63,6 +74,10 @@ h3 {
margin: 0;
}

#graph-2>div {
margin-bottom: 40px;
}

}


Expand Down Expand Up @@ -92,6 +107,3 @@ p, #header-2 {
display: none;
}

#logo {
height: 5rem;
}
2 changes: 1 addition & 1 deletion apps/dash-datashader/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cloudpickle>=1.1.1
dash>=0.42.0
dash>=1.0.0
dask>=0.17.1
datashader>=0.6.9
gunicorn>=19.9.0
Expand Down