starting charting

This commit is contained in:
Andrew Croce
2018-09-06 16:29:36 -04:00
parent f69396ac73
commit d882c552dc
7 changed files with 324 additions and 1 deletions

View File

@@ -14,6 +14,7 @@ import toggler from './components/toggler'
import NewProject from './components/forms/new_project'
import Modal from './mixins/modal'
import selector from './components/selector'
import BudgetChart from './components/charts/budget_chart'
Vue.use(VTooltip)
@@ -30,7 +31,8 @@ const app = new Vue({
poc,
financial,
NewProject,
selector
selector,
BudgetChart
},
mounted: function() {
const modalOpen = document.querySelector("#modalOpen")