Skip to content

Commit

Permalink
Update CO2 help text. Relevant to #66
Browse files Browse the repository at this point in the history
  • Loading branch information
usr110 committed Mar 23, 2017
1 parent d07300c commit de3e5e2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/ui.R
Original file line number Diff line number Diff line change
Expand Up @@ -366,10 +366,10 @@ shinyUI(fluidPage(
tabPanel(HTML("CO<sub>2<sub>"), value = 7,
a(id = "CO2Help", "Help?", href = "#"),
hidden (div(id = "CO2HelpText",
helpText(HTML("Displays two plots for CO2 produced during car travel, defined as travel as a car/van driver or
car/van passenger. Users can choose to compare CO2 emissions from car travel between selected
sub-populations and the total population, and/or between selected scenarios and baseline."))
)),
helpText(HTML("Population distributions of CO2 from car travel - for CO2 reduced see Summary tab. Displays two plots
for CO2 produced during car travel, defined as travel as a car/van driver or car/van passenger.
Users can choose to compare CO2 emissions from car travel between selected sub-populations and the
total population, and/or between selected scenarios and baseline.")),
showOutput("plotFilteredCO2", "highcharts"),
showOutput("plotCO2", "highcharts")
),
Expand Down

0 comments on commit de3e5e2

Please sign in to comment.