Skip to content

Commit 1b4c0ed

Browse files
authored
Merge branch 'master' into remove-runtime-txt
2 parents 835947c + 90bdb6a commit 1b4c0ed

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

apps/dash-datashader/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ datashader>=0.6.9
55
gunicorn>=19.9.0
66
numpy>=1.14.1
77
pandas>=0.24.0
8+
fsspec>=0.3.3

apps/dash-oil-and-gas/assets/s1.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* Table of contents
2-
––––––––––––––––––––––––––––––––––––––––––––––––––
2+
––––––––––––––––––––––––––––––––––––––––––––––––
33
- Plotly.js
44
- Grid
55
- Base Styles
@@ -14,15 +14,17 @@
1414
- Utilities
1515
- Clearing
1616
- Media Queries
17+
1718
*/
1819

1920
/* PLotly.js
20-
–––––––––––––––––––––––––––––––––––––––––––––––––– */
21+
–––––––––––––––––––––––––––––––––––––––––––––––– */
2122
/* plotly.js's modebar's z-index is 1001 by default
2223
* https://github.com/plotly/plotly.js/blob/7e4d8ab164258f6bd48be56589dacd9bdd7fded2/src/css/_modebar.scss#L5
2324
* In case a dropdown is above the graph, the dropdown's options
2425
* will be rendered below the modebar
2526
* Increase the select option's z-index
27+
2628
*/
2729

2830
/* This was actually not quite right -

0 commit comments

Comments
 (0)