Skip to content

Commit

Permalink
Update Car Miles help text. Relevant #66
Browse files Browse the repository at this point in the history
  • Loading branch information
usr110 committed Mar 23, 2017
1 parent de3e5e2 commit 6c6c923
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/ui.R
Original file line number Diff line number Diff line change
Expand Up @@ -354,11 +354,11 @@ shinyUI(fluidPage(
tabPanel("Car Miles", value = 6,
a(id = "CMHelp", "Help?", href = "#"),
hidden (div(id = "CMHelpText",
helpText(HTML("Displays two plots for total Car Miles per week for the whole populatioin in the selected
scenario and baseline. Car Miles are calculated as the sum of all miles spent travelling as a
car/van driver, a car/van passenger, by motorcycle or by taxi. Users can choose to compare car
miles between selected sub-populations and the total population, and/or between selected scenarios and baseline."))
))
helpText(HTML("Population distributions of car distance - for car miles reduced see Summary tab. Displays two plots
for total Car Miles per week for the whole population in the selected scenario and baseline. Car Miles
are calculated as the sum of all miles spent travelling as a car/van driver, a car/van passenger, by
motorcycle or by taxi. Users can choose to compare car miles between selected sub-populations and the
total population, and/or between selected scenarios and baseline."))
,
showOutput("plotFilteredCarMiles", "highcharts"),
showOutput("plotCarMiles", "highcharts")
Expand Down

0 comments on commit 6c6c923

Please sign in to comment.