Skip to content

Commit

Permalink
Merge pull request #27 from California-Data-Collaborative/scenarioPla…
Browse files Browse the repository at this point in the history
…nning_Feature

Scenario planning feature
  • Loading branch information
christophertull committed Dec 1, 2016
2 parents 6bfea0c + 5c9c5a8 commit 5ec073f
Show file tree
Hide file tree
Showing 4 changed files with 394 additions and 65 deletions.
3 changes: 2 additions & 1 deletion R/make_plots.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
library(dplyr)
library(dplyr)
library(zoo)
library(ggplot2)
library(scales)
Expand Down Expand Up @@ -79,6 +79,7 @@ plot_revenue_over_time <- function(data, display_type){

}


ggplotly(p) %>% config(displayModeBar = FALSE)
}

Expand Down
2 changes: 2 additions & 0 deletions global.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
library(plotly)
library(shiny)
library(dplyr)
library(lubridate)
library(data.table)

#set the utility_code from the config file
source("R/utility_code.R")
Expand Down
Loading

0 comments on commit 5ec073f

Please sign in to comment.