$("#barA.box").Bar({ width: 520, height: 300, title: "WORLD HEALTH <br />ORGANIZATION WEBSITE", logo: "../img/icon1.svg", data: [ { "label": "A", "value": 30, "color": "#FFC991" }, { "label": "B", "value": 63, "color": "#F17E6B" }, { "label": "C", "value": 64, "color": "#A7387D" }, { "label": "D", "value": 57, "color": "#8B4A9C" } ], label: ["Gen Z", "Millennials", "Gen X", "Boomers"] });
<div id="barA" class="box"></div>
var op = demoData(); bar.Refresh("barA", op);
We use cookies on our website. By continuing to use our site, you consent to the use of cookies as described in our Cookies Policy.