Skip to content

Commit

Permalink
Creando vis
Browse files Browse the repository at this point in the history
  • Loading branch information
jdanielgoh committed Feb 24, 2023
1 parent 21b2426 commit b0d4275
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion src/views/DefuncionesTemporales.vue
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export default {
beforeMount() {
d3.csv("data/datos_2012_2021.csv").then((data) => {
this.procesamientoDatos(data.filter(d=>d.EDAD==1))
this.procesamientoDatos(data.filter(d=>d.EDAD==14))
//this.datos = data;
});
Expand Down
8 changes: 1 addition & 7 deletions vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,7 @@ module.exports = {
productionSourceMap: true,
publicPath: process.env.VUE_APP_BASE_ROUTE || '/',

/*css: {
loaderOptions: {
scss: {
additionalData: `@import 'dadsig-css/src/_variables.scss';`,
},
},
},*/


configureWebpack: {
plugins: [
Expand Down

0 comments on commit b0d4275

Please sign in to comment.