Sahir Bhatnagar

Results 3 issues of Sahir Bhatnagar

When I try uploading a `.csv` file to the [dash upload docs](https://dash.plotly.com/dash-core-components/upload) the `dashTable` renders correctly: ![image](https://user-images.githubusercontent.com/5073687/117142358-9b1fc580-ad7d-11eb-8e7e-96a8d545adb9.png) There is an issue however when I try uploading a `.csv` file to...

This shows how to export a manhattanly plot to a static graph. This requires signing up for a [free plotly account](https://cran.r-project.org/web/packages/manhattanly/vignettes/manhattanly.html#step-1-signup-for-a-free-plotly-account) ```r library(plotly) library(manhattanly) Sys.setenv("plotly_username" = "user_name") Sys.setenv("plotly_api_key" = "api_key")...

enhancement
question

From Jasmin Divers via email: I have a quick question or you. Under section 3.2 of the vignette where you talk about annotations. The example you provided works well for...

question