pmaji / financial-asset-comparison-tool

R Shiny app to compare the relative performance of cryptos and equities.
https://pjeff.shinyapps.io/financial-asset-comparison-tool/
MIT License
112 stars 44 forks source link

find some way of keeping loess input from crashing #12

Closed pmaji closed 6 years ago

pmaji commented 6 years ago

If the user inputs anything less than 0.01 on the first chart and 0.1 on the second chart for the loess smoother, or if they take too long o the input such that the debounced input still reads as a 0, the app crashes. Need to handle for this.

pmaji commented 6 years ago

Set hard limits by using sliders instead.