File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -5,3 +5,4 @@ datashader>=0.6.9
55gunicorn >= 19.9.0
66numpy >= 1.14.1
77pandas >= 0.24.0
8+ fsspec >= 0.3.3
Original file line number Diff line number Diff line change 11/* Table of contents
2- ––––––––––––––––––––––––––––––––––––––––––––––––––
2+ ––––––––––––––––––––––––––––––––––––––––––––––––
33- Plotly.js
44- Grid
55- Base Styles
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 -
You can’t perform that action at this time.
0 commit comments