Consider making plotly
plot directly instead of converting from ggplot
plot
#276
Labels
enhancement
New feature or request
There's some indication that
plotly
plots are faster to generate than making aggplot2
plot and converting toplotly
. Since plot creation and rendering is a slow part of the dashboard, meaning this switch could be a good way to provide overall speedups to the dashboard.Most of the work has already been done on the
ndefries/use-plotly-directly
branch. Remaining tasks to match behavior of current dashboard:plotly
doesn't let an axis limit float if passed anNA
, so we'd probably need to define a separate function to calculate min/max x limits based on data range.The text was updated successfully, but these errors were encountered: