rAmCharts4 icon indicating copy to clipboard operation
rAmCharts4 copied to clipboard

Parameters to updateAmBarChart

Open dommens opened this issue 5 years ago • 1 comments

Thank you for the awesome package, I really like it a lot! I noticed that the yLimits will not adjust on updateAmBarChart, when yLimits = NULL and expandY is set to some number, but will stay constant. Would it be possible to pass other parameters (for example chartTitle, chartYLabel, yLimits) than the new data to the updateAmBarChart function? Would be nice to have if the data updates based on user input and has a large variability.

dommens avatar Nov 06 '20 16:11 dommens

The point is that the data updating is "smooth". If you need to update something else, you can re-render the chart with Shiny.

stla avatar Sep 30 '21 13:09 stla