Created
April 5, 2013 23:29
-
-
Save adamrneary/5323481 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module.exports = class ChannelsShowReachView extends ChartOneTableView | |
pageGuideContext: | |
title: 'Reach analysis for a single channel' | |
items: [ | |
target: '.breadcrumbs .last' | |
direction: 'right' | |
description: 'Reach, also known as Topline Growth, measures the total | |
number of potential customers you reach in a given channel. Many of | |
these potential customers will not convert to paying customers, but | |
it is important to know which channels are high volume vs low volume to | |
begin with, because you can always improve conversion.<br /><br /> | |
For the time being, both actual and plan data are manually edited. In | |
the future, we will integrate with other data sources that can provide | |
this information automatically.<br /><br /> | |
For more information check out our | |
<a href="http://success.activecell.com/knowledgebase/articles/152532"> | |
knowledge base article</a>.' | |
, | |
target: '#upper-target .chart-container' | |
direction: 'left' | |
description: ' | |
The chart shows your actual data as columns and your plan data | |
as a line. Both are interactive. Just drag the values up or down to | |
adjust the values. | |
' | |
, | |
target: '#wide-1-container .tablestakes' | |
direction: 'left' | |
description: ' | |
The table shows your actual and plan data along with a variance figure | |
that lets you know how actuals compare to plan. The table is interactive. | |
Just click on actual or plan cells to update the values.' | |
, | |
target: '#upper-footer-right #time-slider-container' | |
direction: 'top' | |
description: ' | |
Use the time slider to select the date range that you want to analyze. | |
By default, this analysis shows the trailing 5 months, the current month, | |
and the coming 6 months.' | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment