oConfig = ({
width: width * 0.7,
height: 550,
transitionDuration: 750,
minBarValue: 0,
maxBarValue: 0.5,
valueFormatter: d3.format(".0%"),
markerWidthRatio: 0.45,
markerHeight: 130,
scores: [
{ value: 3.5, labels: ["SECTOR", "AVG."], fill: "#999" },
{ value: 5.5, labels: ["YOUR", "SCORE"], fill: "red" }
]
})