Published
Edited
Feb 18, 2022
1 fork
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
svg`<svg height="1000">`
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
## Vis - anillos de afinidad
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
## Data afinidad
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
## Config
Insert cell
## Data
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
function getDataVotosConvencional(convencional) {
const out = [];

_.chain(datosXComision)
.each((d, key) =>
d.VotacionesXComisiones.VotacionXComision.map((votacion) => {
if (votacion.Votos.Convencional.find((e) => e.Nombre == convencional)) {
out.push(votacion);
}
})
)
.value();

return _.groupBy(out, (d) => d.Comision);
}
Insert cell
Insert cell
Insert cell
## AuxCode
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
## Code libraries
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
viewof comisionSeleccionada2 = Inputs.select(comisionesActivas, {
format: (d) => d.Nombre
})
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
## Code libraries
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more