Closed debsush closed 8 years ago
Hi,
I don't understand why you instantiate you stockPanel in a list, could you explain ?
In case you really need this syntax, you should use something like that:
stockpanels_Ls[[1]] <- setProperties(stockpanels_Ls[[1]], percentHeight = 30)
Let me know if it's helped
Best, Jeff
Hi,
If I have a stockpanel defined in one part of the Rscript within server.R outside of renderAmCharts. Now can I change or add a new property to that stockpanel later within the renderAmCharts function. Example below:
outside renderAmCharts define a stockpanel
Now later within the server.R script I would like to change the height of that stockpanel
I was not able to figure out the syntax. Thank you SD