Forum Discussion
Looking for a custom Viusual
Hello experts!
Im looking for a custom visual, which shows a line chart against a dash target. Here is what's available now... (actual data & 5pt moving average)... anyone know of something similar?
But I'd like something like this... (maybe not so dominant with red color)
5 Replies
- Greg_DecklerCommunity Champion
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
- AnonymousNot 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_DecklerCommunity 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.