{
yield html`<div id='viz02'></div>`;
new roughviz.BarH({
element: "#viz02",
data: "https://raw.githubusercontent.com/chekos/datasets/master/data/poblacion.csv",
labels: "Periodo",
values: "Número de personas",
title: "Poblacion de Mexico",
roughness: 1.5,
titleFontSize: 18,
margin: {right: 40, bottom: 80, top: 30, left:40}
}
)
}