Forum Discussion
Looking for a custom Viusual
I would try R Visualizations:
http://www.quantmod.com/documentation/addMA.html
http://grokbase.com/t/r/r-help/09ca8g04my/r-moving-averages-in-ggplot2
- Anonymous10 years agoNot applicable
Thanks! Ive already created the moving average (shown as the grey line on the line chart). Im more interested in finding out if anyone has a visual that would place the red target lines on a chart. None of the current visuals can do this.
- Greg_Deckler10 years agoCommunity Champion
It is so hacky I can't help myself from posting it. What if you created a waterfall chart that had your little red boxes and then just placed a line chart over it?
Where I was going with the R visuals was that you should have absolute control over the visualizations to be able to code what you want without going down the custom visual route. ggplot2 should provide the control over the chart to place those boxes on there if you can find the right R code.
- Anonymous10 years agoNot applicable
Thanks! I love getting a little creative and hacky :-)
Im not anywhere close to being an expert in the system, so the thought of learning R is a daunting one, maybe that'll be my next endeavor. Thanks for the suggestions though!
Paul