Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
10 years ago

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

    • Anonymous's avatar
      Anonymous
      Not 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_Deckler's avatar
        Greg_Deckler
        Community 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.