joshuaulrich / joshuaulrich/quantmod
Why does the chart_Series chart look blurry in Shiny?
- Dominant language
- R
- Stars
- 906
- Forks
- 233
- PR merge metrics
- No merged PRs in 30d
Description
Hi!
Why does the chart look blurry in shiny and how can I fix it?
ui <- fluidPage(
plotOutput("Chart")
)
server <- function(input, output) {
output$Chart <- renderPlot({
chart_Series(symb)
})
}
shinyApp(ui, server)
The question was asked in [more detail here.](https://stackoverflow.com/questions/76120449/why-does-the-chart-series-chart-look-blurry-in-shiny)
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with the chart_Series(symb) call inside the Shiny renderPlot block and compare it with the plotOutput("Chart") setup. Reproduce the blurry output, then review the linked Stack Overflow question for additional context. Done means the chart renders clearly in the Shiny application, with the cause and fix documented.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- r
- Domain
- data-visualization
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100